what is the difference b/w level no.01 & level no.77?
Answers were Sorted based on User's Feedback
Answer / sumankumar
01 LEVEL NUMBER IS USED TO GROUP R ELEMENTARY DATA ITEMS AND
77 LEVEL NUMBER IS USED ELEMENTARY DATA NAMES
01 CONS SITES PIC CLASS ITS OPTIONAL BUT 77 LEVEL MUST
DECLARED ALONG WITH PIC CLASS ITS MAIN DIFFERENCE
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / 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 |
Answer / mchava
Level 77 can be used to describe independent elementary
items in the Working-Storage or Linkage Sections.
Level 01 can be used to describe both elementary and group
items. Any item described in Level 01, the system is
putting on Double-Word boundary and inserts slack bytes if
necessary
| Is This Answer Correct ? | 7 Yes | 0 No |
What are the different rules for performing sort operation?
period is missing in the cobol program which error we getting
Name some of the examples of COBOl 11?
How many types of sorts are there in cobol?
How to know whether the module is dynamical or statistical?
)what is retrieve?
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?
When is inspect verb is used in cobol?
How can you declare the file ?
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?