What is the maximum size of a 01 level item in COBOL I? in
COBOL II?
Answer Posted / preethi
16777215
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
For rewrite, why is it mandatory that file needs to be opened?
How do you define a variable of comp-1 and comp-2?
Can a Search can be done on a table with or without Index?
) what is the difference between AID and HANDLE AID?
Write the code implementing the perform … varying.
What is the local-storage section?
Explain what you understand by passing by value.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how do you define single dimensional array and multidimensional array in your cobol?
Give some examples of command terminators?
What is amode(31)
what is amode(24), amode(31), rmode(24) and rmode(any)?
what is the use of outrecord?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps