next up previous contents
Next: Define a Prefix Up: Logging Subprograms Previous: Enable Logging to

Disable Logging

This Subprogram disables logging such that all subsequently entered input will not be saved.

Short Name Calling Sequence

STATUS = UIDILG([OLDLOG])

Long Name Calling Sequence

STATUS = UI_DISABLE_LOG(...)

Input Arguments

None

Output Arguments

OLDLOG (Logical) Old Logging Mode (Optional)

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALISED ) Package not Initialized UININI )

Note:

  1. The call will be ignored if Logging was not previously enabled.
  2. The OLDLOG Argument is optional and, if present, will be set to the old Logging Enabled Status (.TRUE. or .FALSE.) prior to this call.


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