Restoration of objects

The setup module stores a library that is saved by the SAVLIB (Save Library) command by using the SAVOBJ (Save Object) command. To run the setup program, restore the objects in the setup module by using the RSTOBJ (Restore Object) command.

The following shows the commands used when the object is restored.

Command Syntax

RSTOBJ OBJ(*ALL) SAVLIB(HULFT_INST) DEV(Device name) RSTLIB(QTEMP)

When the object is restored from the device

Command Syntax

RSTOBJ OBJ(*ALL) SAVLIB(HULFT_INST) DEV(Device name) RSTLIB(QTEMP)

Explanation of parameters

DEV(Device name)

Name of the optical device mounted as the setup module or the optical drive attached to the IBM i system

When the object is restored from the archive file

Command Syntax

RSTOBJ OBJ(*ALL) SAVLIB(HULFT_INST) DEV(*SAVF) SAVF(Library name/HULFT_INST) RSTLIB(QTEMP)

Explanation of parameters

SAVF(Library name/HULFT_INST)

Archive file name in which the object for setup is stored

Specify as Library name the library name in which the archive file (HULFT_INST. SAVF) is stored.