Explain about level numbers?

Answers were Sorted based on User's Feedback



Explain about level numbers?..

Answer / 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

Explain about level numbers?..

Answer / sathiyan pari

01 level number is the top most in hierarchy. It will be
used to denote a single variable or a group of variables.

02 and 49 are sub records or sub items

66 the renames key word will be used in this level number
only.

77 level numbers are elementary data items.I cannot be sub
divided.

88 conditional variable.

Is This Answer Correct ?    13 Yes 1 No

Explain about level numbers?..

Answer / natarajan

01 record desc
02 to 49 fields desc
66 rename
77 variable declaration
88 conditionname

Is This Answer Correct ?    9 Yes 6 No

Post New Answer

More COBOL Interview Questions

How to increase the logical record length of existing PS file?

7 Answers  


What is the LINKAGE SECTION used in COBOL?

0 Answers   UGC Corporation,


what is the default print format? in cobol

3 Answers   HSBC,


study the data discriptions and answer the questions given below i)01 ORDER RECORD 05 OUT-HEADER PIC X(50) 05 ITEM-COUNT PIC 99 05 OUT-ITEM PIC X(20) OCCURS 1 TO 20 DEPENDING ON ITEM-COUNT ii)01 NAME-AND-ADDRESS 05 N-AND-A-LINE OCCURES 5 05 LINE-LENGTH PIC P9 05 N-AND-A-CHAR PIC X OCCURS 1 TO 20 DEPENDING ON LINE-LENGTH iii)01 SALES-LIST 05 SALESMAN-COUNT PIC 99 05 SALES PIC 9(6) OCCURS 1 TO 100 DEPENDING ON SALESMAN-COUNT iv)01 ORDER-RECORD 05 NO-OF-BRANDS PIC 99 05 BRAND-PURCHASED OCCURS 1 TO 15 DEPENDING ON NO-OF-BRANDS which of the following is true? a.i) and iii) are valid b.i) and iv) are valid c.i) and iii) are not valid d.all are valid

4 Answers   TCS,


What is different between variable length and fixed length?

2 Answers   TCS,






In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?

1 Answers  


what is srange and nosrange pls reply to ths question ?

2 Answers   L&T,


01 x pic s9(8) comp. How will the following value be internally allocated '18787'

4 Answers   Steria,


HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?

2 Answers   Cap Gemini,


I want to declare a field with data type Double in my COBOL program. how shall i do that ?

5 Answers  


how can u redefine picx(10) with pic 9(6).

3 Answers   TCS,


Can we move X(9) to 9(9). If yes what are the ways for doing this?

3 Answers  


Categories