Previous Topic: The $JCLPRTN MacroNext Topic: The $JESCTL Macro


The $JCLRTRN Macro

This macro generates the termination code for a standard exit. $JCLRTRN generates code that CA JCLCheck requires to free the $JCLGETMed storage and return to caller. If you specify the RC operand, it provides a return code. If you specify the RR operand, it provides the name of the return register. The default register is R14 for all exits except parameter exits, which use register R10. Use this macro with $JCLENT.

This macro has the following format:

$JCLRTRN    -RC=value/(reg)-
            -RR=reg-