why 02 level number can't be use as a separate level number
like 01 or 77 ?
Answer Posted / k.anuhya
01 level no is used for data items or group
items which hold some values to rapidly change in program.
77 level is used for declaring constant.
02-49 level numbers are d sub group for 01 level numb we
have to declare after 01
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is rmode(any) ?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What are the rules of the move verb?
What is Pic 9v99 Indicates in COBOL?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
how to move the records from file to array table. give with code example
What are literals?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What do you understand by psb and acb?
what is search and searchall?what is the diffrence between them?give an best example?
Which mode is used to operate the sequential file?
Write a program that uses move corresponding.
Are you comfortable in cobol or jcl?
how do you reference the variable block file formats from cobol programs
What is perform what is varying?