In COBOL, how is the REDEFINES clause used to redefine data items?

  • By assigning a new value to the redefined item
  • By changing the data type of the redefined item
  • By specifying a new name for the data item being redefined
  • By specifying a new size for the redefined item
In COBOL, the REDEFINES clause is used by specifying a new name for the data item being redefined. This allows the new name to share the storage space of the original data item.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *