Answer Posted / guest
there are four divisions in cobol
identification division
environment division
data division
procedure division
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What rules are followed by the search verb.
Define static linking and dynamic linking.
What is report-item in COBOL?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is link edit in cobol?
What are the pertinent COBOL
What are all the divisions of a COBOL program?
What is difference between static and dynamic call in cobol?
how do you reference the variable unblock file formats from cobol programs
How do you get the data to code the BMS macro?
Which division and paragraphs are mandatory for a COBOL program?
What is the difference between binary search and sequential search?
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?
how do you define single dimensional array and multidimensional array in your cobol?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?