What is 66 level number and where it is used in real time by
software developers?

Answer Posted / harihar

it is used to rename .

Eg: if we want to rename PHYSICS THRU BIOLOGY as SCIENCE,
we use this level number.
01 SEM-1
02 MATHS PIC 99.
02 PHYSICS PIC 99.
01 SEM-2.
02 CHEM PIC 99.
02 BIOLOGY PIC 99.


for this,.
66 SCIENCE RENAMES PHYSICS THRU BIOLOGY.

It will give us a new group named SCIENCE.

Is This Answer Correct ?    16 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are declaratives and what are their uses in cobol?

714


How many bytes S(8) comp field occupy and its maximum value?

1634


How many sections are there in data division in COBOL?

680


What is the use of intialize verb?

750


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8658






Why did you choose to work with ibm mainframe cobol programming?

631


Write a program that uses move corresponding.

673


What is the local-storage section?

683


How do you reference the fixed block file formats from cobol programs

707


Explain what you understand by passing by value.

703


Write a program to enter and display the names of students in a class using the occurs clause.

654


What is cobol?

748


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6836


Which is not true about evaluate statement

1589


How you can read the file from bottom?

660