This Subprogram allows an Application Programmer to specify a new Error Reporting Level for the Package. This may be used to inhibit the automatic reporting of errors.
Short Name Calling Sequence
STATUS = UIERLV(LEVEL[,OLDLEV])
Long Name Calling Sequence
STATUS = UI_ERROR_LEVEL(...)
Input Arguments
LEVEL (Logical) Error Level (see notes)
Output Arguments
OLDLEV (Logical) Old Error Level (Optional)
Function Value
UI__SUCCESS ) Success UISUCC )
UI__NOT_INITIALIZED ) Package not Initialized UININI )
Note:
UIERRORDISABLED ) Error Reporting Disabled UIERDI )
UIERRORENABLED ) Error Reporting Enabled UIEREN )