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 input procedure?
What is output procedure?
Explain the difference between search and searchall?
Explain the difference between section, paragraph and sentences?
Explain the output procedure?
why icetool be used in programmer view?
Explain how to update data area in cobol 400 program?
What is sort?
Define perform? And its types?
Define perform?
What are fillers? What is the actual use of fillers? With mall/simple example?
How to update data area in cobol 400 program?
What is the syntax of sort?
Explain how to detect record is locked in cobol/400? What is the solution for that?
What are fillers?