What is 66 level number and where it is used in real time by
software developers?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / reddy
Renames clause nothing but RE-GROUPING the elementry data items(variables)
real time also same
| Is This Answer Correct ? | 7 Yes | 0 No |
What is the difference between COMP & COMP-3 ?
What are the functions like c or c++ in cobol?
If I want to increase the Limit in GDG. What should I do?
Explain about level numbers?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?
What is 88 level used for ?
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
1.Can we define condition-name conditions in FD entry.
Can we access the a[0] in the array ?
What are the differences between OS VS COBOL and VS COBOL II?
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
What is difference between COBOL and VS COBOL II?.