Change this subroutine to increment the DD statement counter by one each time a DD statement is encountered and count the number of DD statement cartridge UNIT parameters and increment the count by one.
/********************************************************************/
/* Data Definition Processing Subroutine */
/********************************************************************/
DD_PROCESSING:
dd_count = (dd_count + 1)
If (DD.UNIT = 'CART') then
Do
cart_count = (cart_count + 1)
End
Return
|
Copyright © 2013 CA.
All rights reserved.
|
|