Answer Posted / amit barwa
Level number -Is used to specify the the data hierarchy.
Level Number Purpose
01 Record description and independent items
02 to 49 Fields within records and sub items
66 RENAMES clause
77 Independent items
88 Condition names
| Is This Answer Correct ? | 45 Yes | 6 No |
Post New Answer View All Answers
How do we get current date from system with century in COBOL?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the difference between Call and a Link?
What are the rules of the move verb?
When is inspect verb is used in cobol?
What are the access modes of START statement?
Give some examples of command terminators?
What is a scope terminator give example?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is the local-storage section?
What rules are followed by the search verb.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are the various section in data division and briefly explain them.
What are the different types of condition in cobol and write their forms.
What is the difference between binary search and sequential search?