Go to the first, previous, next, last section, table of contents.

RAISE Statement

RAISE <exception> [ "(" <exception parm> ") ]

Use the RAISE statement to raise an exception <exception>. If <exception> as defined requires a parameter, one must be supplied in parenthesis.


Go to the first, previous, next, last section, table of contents.