what is redefine and its syntax?

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


Please Help Members By Posting Answers For Below Questions

Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?

636


Define perform? And its types?

496


What is input procedure?

568


Explain the input procedure and output procedure?

512


Define redefine and its syntax?

533






What is the syntax of redefine?

528


seqence numbers in cobol

2652


Explain how to update data area in cobol 400 program?

566


Explain the difference between search and searchall?

507


What is perform?

529


What are fillers?

520


What is sort?

529


What is redefine?

548


Define sort?

573


Explain the input procedure?

527