can we use 77 level no for Redefines?if we use give an
example?
Answers were Sorted based on User's Feedback
Hi..........
Yes, We can use 77 level in Redefines.
But make sure the redefining variable & Redefined variable must be defined with level 77.
77 A pic x(5) value 'delhi'.
77 B redefines A pic 9(5).
Thanks.
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / krishna rao
yes we can use.but the redefine and redefued level numbers
should be equal.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / mrudula
No, level number 66 is used only for RENAMES the elementary data items
| Is This Answer Correct ? | 3 Yes | 8 No |
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
can we read in input the file with a variable length ? please , how ..could you help me ?
how do you reference the ksds vsam file formats from cobol programs
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
describe 805 error
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.
what is Pic 9v99 Indicates?
What divisions, sections and paragraphs are mandatory for a COBOL program?
What are VS COBOL 11 special features?
How can you pass values from COBOL program to non-COBOL programs?
what is qualification on occurs clause?
perform I from 0 by 1 until I=5?How maney times it will executes