Removes one or more libraries from the current library search
list.
Format:
SET NOLIBRARY directory-specification[,...]
1 – Command Parameters
directory-specification
Specifies one or more existing CMS libraries in the current
library search list. The directory specification must conform
to OpenVMS conventions; it can also be a logical name which translates
to a search list. If you specify more than one OpenVMS directory, you
must separate the directory specifications with commas. Wildcards
are not allowed. If you do not supply a directory specification,
CMS removes all libraries from the current library search list.
2 – Description
The SET NOLIBRARY command removes one or more libraries from
the current library search list. None of the directories in the
library search list can be your current default directory. If all
libraries are removed from the list, the logical name CMS$LIB is
deassigned.
3 – Qualifiers
3.1 /LOG (D)
Controls whether CMS displays success and informational messages
on the default output device. By default, if the command executes
successfully, CMS displays a success message. If you specify
/NOLOG, success and informational messages are suppressed. Any
warning, error, or fatal error messages are displayed regardless
of whether /LOG or /NOLOG is specified.
4 – Example
CMS> SET NOLIBRARY
%CMS-W-UNDEFLIB, library is undefined
This example removes all existing libraries from the current
library search list.