Answer Posted / renga
For Inline Perform and End-evaluate scope terminator is
mandatory. So it will result in compilation err. For others
the program logic will got impacted.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
) how do u code after getting data?
Discuss about changing dataset name in proc.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
what are decleratives in cobol?
Write down the divisions of cobol program?
Describe the cobol database components?
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 esds vsam file formats from cobol programs
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
What is the use of intialize verb?
Write the code implementing the perform … varying.
Explain about different table spaces.
Explain how to differentiate call by context by comparing it to other calls?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
what is amode(24), amode(31), rmode(24) and rmode(any)?