Answer Posted / jagadesh
not possible because memory allocation can not be
reallocated
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
what are decleratives in cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How arrays can be defined in COBOL?
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?
Name some of the examples of COBOl 11?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What are the different data types in cobol?
Name the divisions, which are available in a cobol program?
what is the use of outrecord?
How do you differentiate between cobol and cobol-ii?
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
Write the code to count the sum of n natural numbers.
Write the code implementing the perform … varying.
Have you used comp and comp-3 in your project? And how?