Previous Topic: $CAJCL_ERROR Subroutine for CA JCLCheckNext Topic: JOB Processing Subroutine for CA JCLCheck


INITIAL Processing Subroutine for CA JCLCheck

The Initial Processing subroutine allows the Standards Administrator to set the initial value for the user-defined variables in the EXEC.

      /********************************REXX********************************/
      /*  CA JCLCheck  REXX Programming Interface                         */
      /*  CAI.CAZ2CLS0(CAZ1REXX)                                          */
      /********************************************************************/
      /*  Initial Processing Subroutine                                   */
      /********************************************************************/
      /*                                                                  */
A       INITIAL_PROCESSING:
       cart_count = 0
      Return

The following item describes the active line of code in the sample REXX EXEC.

A

Sets an initial value for user-defined variables. In this case, this is the variable used in the example to set an initial value to any user-supplied variables.