Remove Library List Entry (RMVLIBLE)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Remove Library List Entry (RMVLIBLE) command removes a library from the user portion of the library list for the current thread. The user portion is the last portion of the library list. It follows the system portion and, if they exist, any product libraries and the current library entry.

Top

Parameters

Keyword Description Choices Notes
LIB Library Name Required, Positional 1
Top

Library (LIB)

Specifies the library to be removed from the user portion of the library list for the current thread.

This is a required parameter.

name
Specify the name of the library to be removed from the user portion of the library list for the current thread.
Top

Examples

RMVLIBLE   LIB(TESTLIB)

This command removes the library TESTLIB from the user portion of the library list.

Top

Error messages

*ESCAPE Messages

CPF2103
Library &1 already exists in library list.
CPF2104
Library &1 not removed from the library list.
CPF2106
Library list not available.
CPF2110
Library &1 not found.
CPF2113
Cannot allocate library &1.
CPF2118
Library &1 not added.
CPF2176
Library &1 damaged.
CPF2182
Not authorized to library &1.
CPF9807
One or more libraries in library list deleted.
Top