why 02 level number can't be use as a separate level number
like 01 or 77 ?

Answers were Sorted based on User's Feedback



why 02 level number can't be use as a separate level number like 01 or 77 ?..

Answer / kanika

01 is group level and 77 elementary level and 02 level can
be used in a group level number which is having a less
number than it 02 can only be mentioned under 01 .

Is This Answer Correct ?    12 Yes 1 No

why 02 level number can't be use as a separate level number like 01 or 77 ?..

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

why 02 level number can't be use as a separate level number like 01 or 77 ?..

Answer / suputhru

77 elementary level Number.

01 to 49 we can use as group level number.

01...
02...
02...
...
49...

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More COBOL Interview Questions

what will be the output when a)pic 9(6)value 000178 is moved to pic ***,***. b)pic 9(5) value 57397 is moved to pic $$,$$9.

5 Answers  


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

0 Answers  


can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech

0 Answers  


Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand

4 Answers   TCS,


How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?

2 Answers  






Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $

4 Answers  


Which is not true about evaluate statement

0 Answers  


how do you reference the esds vsam file formats from cobol programs

0 Answers  


How can you pass values from COBOL program to non-COBOL programs?

2 Answers  


what is the diff b/w select stsmt and cursor ?

2 Answers  


what is the difference between Plan & package

3 Answers   IBM,


what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?

3 Answers   TCS,


Categories