Limit on size of array in cobol program

Fri, 07/29/2011 – 18:05

#1

Limit on size of array in cobol program

In my cobol program, I have the requirement where the arrary size has reached around 10,000. Now as a result of this the size of load module, as suspected by me has increased so much that the job is giving an abend.

I tried giving REGION=0M in the JCL, so that the maximum available main memory is allocated to the program, but still it is abending, can some one suggest how to overcome this situation?

“; ; ; ;

Click the +1 button  below to share it with your friends and colleagues

Share this if you liked it!

Disclaimer