z/OS JES3 Customization
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Parameters

z/OS JES3 Customization
SA32-1006-00

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.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2013