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.
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.
|
Copyright © 2014 CA.
All rights reserved.
|
|