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
Can a Search can be done on a table with or without Index?
What are all the divisions of a COBOL program?
Which mode is used to operate the sequential file?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Write some characteristics of cobol as means of business language.
What is an in line perform? When would you use it? Anything else you wish to say about it.
) How do u handle errors in BMS macro
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What kind of error is trapped by on size error option?
how do you reference the fixed unblock file formats from cobol programs
What is rmode(any) ?
What rules are followed by the search verb.
how do you reference the variable block file formats from cobol programs
What are the different rules to perform a Search?
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.