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
What is sort?
What is comp?
What is output procedure?
Explain what all the conditiones required for using open opcode on a file?
Explain the syntax of redefine?
What is the syntax of sort?
Explain the output procedure?
Explain how to detect record is locked in cobol/400? What is the solution for that?
How to detect record is locked in cobol/400? What is the solution for that?
What is perform?
Explain how to update data area in cobol 400 program?
What are fillers?
What is the syntax of redefine?
Define sort?
What is input procedure?