CA JCLCheck executes the Initial Processing Subroutine once per execution. This code allows the Standards Administrator to set initial values for any user-defined variables to be used in the EXEC.
/********************************************************************/
/* Initial Processing Subroutine */
/********************************************************************/
INITIAL_PROCESSING:
cart_count = 0
dd_count = 0
error_count = 0
Return
|
Copyright © 2013 CA.
All rights reserved.
|
|