Answer Posted / unknown
REDEFINE is a Cobol Verb.
It is similar to RENAME Verb.
It uses the same WORKING-STORAGE memory of a data name
With another data name programmer want instead.
Syntax.
WORKING-STORAGE SECTION.
01 WS-NAME PIC x(15).
01 WS-AGE PIC 99.
05 NAME REDIFINES WS-NAME.
| Is This Answer Correct ? | 29 Yes | 63 No |
Post New Answer View All Answers
Explain the syntax of redefine?
What are the types of perform?
seqence numbers in cobol
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
What is input procedure?
What are fillers?
Explain how to detect record is locked in cobol/400? What is the solution for that?
Explain how to update data area in cobol 400 program?
Explain the types of perform?
Explain the input procedure?
Define sort?
How to detect record is locked in cobol/400?
What are fillers? What is the actual use of fillers? With mall/simple example?
Explain the input procedure and output procedure?
What is output procedure?