2 INFORM Explanation
FS100 2.2 Control Instruction : RET
2-50
The following example is the case when the value returned from JOB:
SAMPLE is received by I000.
CALL JOB: SAMPLE
GETS I000 $RV
In this case, at JOB: SAMPLE, the argument must be added to RET as
follows:
NOP
:
RET LI000
END
3. Related Instruction 1 GETARG