Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

More Information

RDB/VMS SQL WHENEVER — VMS SQLdev_2.0

 WHENEVER  --+-> NOT FOUND --+-+-> CONTINUE --------------+-> ;
             +-> SQLERROR ---+ +-> GOTO --+-> host-label -+
             +-> SQLWARNING -+ +-> GO TO -+

Additional information available:

More Information

More Information

 You can issue the WHENEVER statement only in precompiled
 programs.  The WHENEVER statement specifies the execution path a
 host program will take when any embedded SQL statement results
 in one of these following exception conditions:

  o  Row not found

  o  An error condition

  o  A warning condition

 For the condition, WHENEVER either specifies that the program
 continue execution or branch to another part of the program.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026