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 |
) How do u handle errors in BMS macro?
Whats the use of Examine command? can someone help me?
If we use GO BACK instead of STOP RUN in cobol?
study the following 01 A PIC 99V0 VALUE 5 01 B PIC 9V9 VALUE 6 01 C PIC 99V9 VALUE 2.5 01 D PIC 99 VALUE 3 COMPUTE A ROUNDED B C = A+B*C/D ON SIZE ERROR PERFORM PRINT-ERROR the comments of A.B.C after execution of the above statement are a.A=10 B=0 C=10 b.A=10 B=9.9 C=9.9 c.A=10 B=0 C=9.9 d.A=10 B=6 C=10
Name the divisions, which are available in a cobol program?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is 77 level used for ?
How include time & date in the report generation in cobol programing?
Write the syntax of a two dimensional array?
Explain the configuration section of a cobol program with examples of syntax.
Can you please let me know the centre name of INS certification in Kolkata.
diffrence between z(2) and z9(2)