VMS Help  —  COBOL  PROCEDURE_DIVISION, miscellaneous_topics, phrases  NOT ON ERROR database
  The database on error exception condition occurs when the Database
  Control System (DBCS) encounters any database exception condition for
  any Data Manipulation Language (DML) statement.

  The NOT ON ERROR phrase in a DML statement allows the selection of an
  imperative statement sequence when any database exception condition
  does not occur.

  Format -

   NOT ON ERROR stment
Close Help