Hi,
I am using IBM Enterprise COBOL for z/OS 3.4.1. For one of the program, I am getting compilation error as mention below.
The size of the "WORKING-STORAGE SECTION" exceeded the limit of 16,777,215 bytes allowed under the "RENT" and "DATA(24)" compiler options. The "DATA(31)" option was assumed.
I have dynamic arrays coded in the program. Complier says it has issue with limit for storage.
Can you help me with the answer to get rid of this problem?
Thanks!
Start Free Trial