Answer Posted / seema gulia
IDENTIFICATION DIVISION
ENVIRONMENT DIVISION
DATA DIVISION
PROCEDURE DIVISION
| Is This Answer Correct ? | 36 Yes | 0 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?
how do you reference the variable block file formats from cobol programs
What is the use of intialize verb?
what happens if parmparameter passes zero bytes to the program
How are the next sentence and continue different from each other?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What are different data types in cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Write a program to enter and display the names of students in a class using the occurs clause.
What guidelines should be followed to write a structured cobol prgm?
What are the different rules for performing sort operation?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
how do you reference the ksds vsam file formats from cobol programs
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
how to convert the recors form vsam file to db2 table tru file aid