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 is the default value(s) for an initialize? What keyword will allow for an override of the default?

654


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2052


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

770


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5673


What is the difference between comp and comp-3 usage?

674






What is the problem of ordered sequential files access?

694


Explain about different table spaces.

644


What are the different open modes available in cobol?

713


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

1628


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

682


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

745


What are the different types of condition in cobol and write their forms.

656


What is rmode(24)

676


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

672


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

708