Answer Posted / sivakumar sekharannair
Leroy's answer is correct. Redefined variable can have
occurs clause not in the same level but subordinate to the
higher level
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
i need a small 3d program using inline and outline.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
) How do u handle errors in BMS macro?
Explain how you can characterize tables in cobol?
What is amode(24)?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Which mode is used to operate the sequential file?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
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 is length is cobol?
How do u write test cases?
What is the difference between next sentence and continue in cobol programing language?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?