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
What is the usage of comp fields in cobol?
What is perform what is varying?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What are the different types of condition in cobol and write their forms.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is link edit in cobol?
Write some characteristics of cobol as means of business language.
What is the difference between PIC 9.99 and PIC9v99?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Why occurs cannot be used in 01 level in COBOL?
how do you define single dimensional array and multidimensional array in your cobol?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
Name some of the examples of COBOl 11?
What is the difference between goback, stop run and exit program in cobol?
What is the compute verb? How is it used?