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 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the local-storage section?

687


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

721


how do you reference the fixed unblock file formats from cobol programs

716


What is the difference between comp and comp-3?

704


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5697






EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2060


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

681


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

785


How do you define a variable of comp-1 and comp-2?

709


What is an in line perform? When would you use it? Anything else you wish to say about it.

651


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8672


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

714


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

1151


What is amode(31)

728


Why occurs cannot be used in 01 level in COBOL?

723