Answer Posted / sudhakar koppavarapu
Redefines clause allows a programmer to give different data
descriptions to the same area of storage.
syntax:
LevelNumeber Identifier1 REDEFINES identifier2.
01 A PIC X(7).
01 B REDEFINES A PIC 9(5)V9(2).
| Is This Answer Correct ? | 24 Yes | 8 No |
Post New Answer View All Answers
What is the Purpose of Pointer in the string?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the difference between Call and a Link?
Can we change the password using ALTER? anyone tried and changed?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
how do you reference the esds vsam file formats from cobol programs
What are various search techniques in cobol? Explain.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What kind of error is trapped by on size error option?
How many sections are there in data division in COBOL?
What is a SSRANGE and NOSSRANGE?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly