Answers

Question and Answer:

  Home  IBM COBOL400

⟩ What is redefine and its syntax?

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.

 140 views

More Questions for you: