The QLPUSER exit program is called during the automatic installation process. It can be used to restore products that are not listed on the Licensed Program menu. More information about the QLPUSER program is available in the Distributed Data Management book.
Required Parameter:
|
The tape device name that identifies the tape device to be used.
The following example is a control language (CL) program that:
Note: The &DEVICE parameter in the example is the name of your tape device.
PGM PARM(&DEVICE)
DCL VAR(&DEVICE) TYPE(*CHAR) LEN(10)
SNDUSRMSG MSG('Load the tape containing Application 1, then press Enter.')
RSTLIB SAVLIB(APP1) DEV(&DEVICE)
CRTDUPOBJ OBJ(STRAPP1) FROMLIB(APP1) OBJTYPE(*CMD) TOLIB(QGPL)
ENDPGM
|
Top
| Software Product Exit Programs
Software Product APIs | APIs by category |
| [Information Center Home Page | Feedback ] | [Legal | AS/400 Glossary] |