Previous Topic: The $J631 MacroNext Topic: The $J6ESTG Macro


The $J6ENTRY Macro

Use this special macro for supplied CA JCLCheck routines. This macro includes symbols. Use this macro instead of the $JCLENT macro for routines outside the CA JCLCheck main set of routines (do not use for standard or parameter exits).

$J6ENTRY   [EQU=Y]
           [RENT=Y]
           [RESTORE=N]
           [SP=]
           [DATE=N]
           -WA=workarea DSECT name-
           -LEN=length of workarea DSECT-
EQU

Equates registers 0 through 15 to values of R0 through R15.

Default: Y

RENT

Specifies reentrant code.

Default: Y

RESTORE

Specifies whether to restore registers 0 and 1 from the caller save area.

SP

Specifies the subpool area of the save area CA JCLCheck allocates.

Default: 0

DATE

Specifies the date that appears in the assembly.

Default: N

BASE

R12/reg, base register to use.

Default: register 12

WA

Work area to obtain.

If you do not supply this parameter, a default 72-byte area is obtained to save the registers (DSECT name).

LEN

Length of work area DSECT.