VMS Help  —  COBOL  PROCEDURE_DIVISION, MODIFY
  The MODIFY statement changes the contents of specified data items in a
  database record.

  Format -

   MODIFY [ record-name         ]
          [ { record-item } ... ]

      [          [{| REALM                    |}]         ]
      [RETAINING [{| RECORD                   |}] CURRENCY]
      [          [{| { SET [ set-name ] ... } |}]         ]
      [          [{| { { set-name } ...     } |}]         ]

      [ ON ERROR stment ] [ NOT ON ERROR stment ]

      [ END-MODIFY ]
Additional Information: explode extract

record-name record-item
set-name stment
Close Help