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
How do define dynamic array in cobol.
Differentiate between structured cobol programming and object-oriented cobol programming.
What is comp-1 and comp-2?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between comp and comp-3 usage?
how do you reference the variable block file formats from cobol programs
) what is the difference between AID and HANDLE AID?
In COBOL, what is the different between index and subscript?
What is the utilization of copybook in cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What are the different data types in cobol?
Name the sections present in data division.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
How you can characterize tables in cobol?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.