using redefine can you redefine lower variable size to
higher variable size?
Answer Posted / snehatechm
YES
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What are different data types in cobol?
How are the next sentence and continue different from each other?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
In COBOL, what is the different between index and subscript?
What is the compute verb? How is it used?
Explain how to differentiate call by context by comparing it to other calls?
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?
What is the difference between binary search and sequential search?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is length is cobol?
what is the difference between COBOL2 AND COBOL390?
What is the difference between Call and a Link?