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
Name the divisions, which are available in a cobol program?
how do you reference the variable block file formats from cobol programs
how do you reference the ksds vsam file formats from cobol programs
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What are the pertinent COBOL
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is rmode(any) ?
How many sections are there in data division in COBOL?
what is the use of outrecord?
What rules are followed by the search verb.
How do we get current date from system with century in COBOL?
What is the difference between next sentence and continue in cobol programing language?
How are the next sentence and continue different from each other?