VMS Help  —  COBOL  PROCEDURE_DIVISION, REWRITE  1format_sequential
  Format 1 -

   REWRITE rec-name [ FROM src-item ] [ ALLOWING NO OTHERS ]

      [ END-REWRITE ]

1  –  rec-name

  is the name of a logical record in the Data Division File Section.  It
  can be qualified.

2  –  src-item

  is the identifier of the data item that contains the data. If src-item
  is a function-identifier, it must reference an alphanumeric function.
Close Help