Parameters

RC=
Specifies the return code, representing the displacement from the return point for the required macro exit. In other words, the ARETURN macro returns control to your program at the instruction following the ACALL macro, unless you've specified a return code value with the RC= parameter. For example, if you specify RC=8, your program receives control at 8 bytes after the ACALL macro.

The value of RC= must be 0 or a multiple of 4. The default is 0.

If the return code is placed in a register, registers 0, 11, 12, or 14 cannot be specified. The return code cannot exceed 64.

TRACE=
 
YES
The return will be traced in the JES3 trace table.
NO
The return will not be traced in the JES3 trace table.