what is the difference b/w level no.01 & level no.77?
Answer Posted / rkt
Level number is used for Elementory data items or group
items which hold some values to rapidly change in program.
but 77 level is used for declaring constant or fixed
elementory values which are not to change during the
program execution .
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Explain what you understand by passing by value.
What is length is cobol?
How you can read the file from bottom?
what is the difference between COBOL2 AND COBOL390?
What rules are to be followed while using the corresponding options?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
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
Differentiate between structured cobol programming and object-oriented cobol programming.
Are you comfortable in cobol or jcl?
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 to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the difference between goback, stop run and exit program in cobol?
In which area will you utilize 88 level items in cobol?
How are the next sentence and continue different from each other?