Answer Posted / guest
no,occurs clause can not be coded with 01 level no. occurs
clause can be coded with only 02 to 49, 66,77
| Is This Answer Correct ? | 5 Yes | 15 No |
Post New Answer View All Answers
Give some examples of command terminators?
Name the divisions, which are available in a cobol program?
What is amode(31)
What are the different data types in cobol?
How are the next sentence and continue different from each other?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Whats the difference between search & search ALL?
How do u write test cases?
Can you please let me know the centre name of INS certification in Kolkata.
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the difference between Call and a Link?
Explain how you can characterize tables in cobol?
Which division and paragraphs are mandatory for a COBOL program?
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?
explain sorting techniques in cobol program?