VMS Help  —  COBOL  PROCEDURE_DIVISION, STORE
  The STORE statement stores a new record in the database, establishes the
  record as an owner of an empty set of each set type for which the record
  is an owner record type, and connects the record as a member to the
  current set of each set type for which the record is an AUTOMATIC member
  record type.

  Format -

   STORE record-name [ [ NEXT TO ] DBKEY ] [ WITHIN { realm-name } ... ]

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

      [ ON ERROR stment ] [ NOT ON ERROR stment ]

      [ END-STORE ]
Additional Information: explode extract

record-name realm-name
set-name stment
Close Help