next up previous contents
Next: Setup new Error Up: UIPACK Configuration Subprograms Previous: Setup new Echo

Setup new Error Reporting Level

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:

  1. The LEVEL Argument may take on two values:-

    UIERRORDISABLED ) Error Reporting Disabled UIERDI )

    UIERRORENABLED ) Error Reporting Enabled UIEREN )

  2. The Error Reporting Level is set to UI_ERROR_ENABLED (.TRUE.) by default.
  3. The OLDLEV Argument is Optional and, if present, will be set to the Old Error Level prior to this call (.TRUE. or .FALSE.).


Liz Buckle
Fri Jan 13 17:30:40 CST 1995