The total number of DEFINE statements in the CONTROL-SECTION, WHEN/AND/OR statements in the PROCESS-SECTION, and PRINT/DUMP/TRANSLATE statements in the REPORT-SECTION is limited by the block size of the Partitioned Data Set (PDS) member when an INCLUDE statement is used. You can use the following formula to determine this limit:
(A*40) + (B*16) + (C*8) + (D*2) < or equal to 72,800
where:
Note: Use the block size of the largest PDS member when there is more than one PDS.
Example:
If a PDS member with a block size of 32720 is used by the INCLUDE statement, only 184 DEFINE statements would be allowed.
However, if a PDS member with a block size of 9040 is used, a maximum of 1368 DEFINE statements would be allowed.
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|