Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Add Library List Entry (ADDLIBLE) command adds a library name to 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. You can specify where the library should be placed in the user portion of the library list.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
LIB | Library | Name | Required, Positional 1 |
POSITION | Library list position | Single values: *FIRST, *LAST Other values: Element list |
Optional, Positional 2 |
Element 1: List position | *AFTER, *BEFORE, *REPLACE | ||
Element 2: Reference library | Name |
Top |
Specifies the library to be added to the user portion of the library list for the current thread. A maximum of 250 libraries may exist in the user portion of the library list. Only one library name is added at a time with this command.
This is a required parameter.
Top |
Specifies the position in the user portion of the library list for the current thread where the library is inserted. This parameter can be specified as a single value or as a list of two elements.
Single values
Element 1: List position
Element 2: Reference library
Top |
ADDLIBLE LIB(TESTLIB) POSITION(*LAST)
This command adds the library TESTLIB to the end of the user portion of the library list.
Top |
*ESCAPE Messages
Top |