Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Restore (POP) Library List (RSTLIBL) command retrieves a previously saved library list from the library list save area and changes the job's library list to match it. It then deletes the saved library list from the save area. The command can restore the following portions of the library list: *USRLIBL, *CURLIB, *PRDLIB. The *SYSLIBL portion is not restored by
The *SYSLIBL (system portion) of the library list is NOT restored. However it is saved by the SAVLIBL command.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
LIBL | Library List save area | Qualified object name | Optional, Positional 1 |
Qualifier 1: Library List save area | Name, *USER, *DFT, *JOB, *JOBNAME, *JOBNBR | ||
Qualifier 2: Library | Name, *CURLIB, QTEMP | ||
RMV | Remove from LIBL save area | *YES, *NO | Optional, Positional 2 |
USRLIBL | Restore USRLIBL | *YES, *NO | Optional, Positional 3 |
CURLIB | Restore CURLIB | *YES, *NO | Optional, Positional 4 |
PRODLIBL | Restore PRODLIBL | *YES, *NO | Optional, Positional 5 |
SYSLIBL | Restore SYSLIBL (ignored) | *NO | Optional, Positional 6 |
Top |
Specifies the name of the save area (user space) where a previously run SAVLIBL command saved the library list.
Qualifier 1: Library List save area
Top |
Specifies whether the library list is removed from the save area after it is restored.
Top |
Specifies whether or not to restore the user-portion of the library list.
Top |
Specifies whether or not to restore the current library.
Top |
Specifies whether or not to restore the Product library names.
Top |
Specifies whether or not to restore the system-portion of the library list. It is a future objective to support SYSLIBL(*YES).
Top |
Top |
Top |