Answer Posted / shubha
index denotes the displacement value and it is system
defined.if you are using index variable with occurs
clause,it need not have be defined in the data division.but
it should be mentioned as i.e syntax is:
levelno(02 to 49) identifier occurs n times indexed by
indxname
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
how do you reference the rrds file formats from cobol programs
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What the difference is between continue and next sentence?
Write some characteristics of cobol as means of business language.
What are the different types of condition in cobol and write their forms.
What are literals?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is redefines clause in COBOL?
What is length is cobol?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the difference between perform … with test after and perform … with test before?
How can you get the ksds file records into your cobol program?
Write the code to count the sum of n natural numbers.
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?