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
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the use of intialize verb?
how do you reference the esds vsam file formats from cobol programs
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the LINKAGE SECTION used in COBOL?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What rules are followed by the search verb.
Can we redefine the field of x(200) to less than 200?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What are the different open modes available in cobol?
how to convert the recors form vsam file to db2 table tru file aid
What is Pic 9v99 Indicates in COBOL?
What are the rules of the move verb?
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)?