can we use 77 level no for Redefines?if we use give an
example?
Answer Posted / mr. cooooool
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 |
Post New Answer View All Answers
Define cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
In COBOL programming, what is PERFORM? What is VARYING?
What is amode(31)
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How do get the result of your program directly on your pc?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the difference between perform … with test after and perform … with test before?
In COBOL, what is the different between index and subscript?
What are the rules of the move verb?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Which Search verb is equivalent to PERFORM…VARYING?
What are literals?
In which area will you utilize 88 level items in cobol?