Modify the Initial Processing Subroutine so that CA JCLCheck sets the count on the number of cartridges, DD statements, and error messages to zero before processing any of the JCL.
/********************************************************************/
/* Initial Processing Subroutine */
/********************************************************************/
INITIAL_PROCESSING:
cart_count = 0
dd_count = 0
error_count = 0
Return
|
Copyright © 2013 CA.
All rights reserved.
|
|