SET OPTIONS command
The SET OPTIONS command specifies procedure
execution options.
Syntax
>>-- SET OPTIONS --------------------------------------------<<
( +- STOPONERROR = YES|NO --------------+
+- SUPPRESSMESSAGES=ALL|INFORM|ERROR -+Parameters
| Parameter | Description |
|---|---|
| STOPONERROR | Specifies whether the procedure
stops running when an error occurs. Valid values are as follows:
The processing associated with this parameter is similar
to the processing associated with If
you do not specify a value for If you do specify
a value for |
| SUPPRESSMESSAGES | Specifies the types of messages
to suppress while the procedure is running. Valid values are as follows:
|
Example
SET OPTIONS (STOPONERROR=YES SUPPRESSMESSAGES=ALL