Answer Posted / nataraj
i think 2 nd generation vs cobol II
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
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?
What are the different rules for performing sort operation?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How many sections are there in data division in COBOL?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is static and dynamic call in cobol?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How do you get the data to code the BMS macro?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is difference between static and dynamic call in cobol?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
In which area will you utilize 88 level items in cobol?
What is the LINKAGE SECTION used in COBOL?
how do you reference the printer file formats from cobol programs