File Restoration Method

If the file is deleted for some reason, use the Object Restore command (RSTOBJ) to restore the archive file of the HULFT installation module from the provided media of HULFT. Then restore the target file from the archive file with the RSTOBJ command.

(1) Restoring the archive file of the installation module

To restore the archive file of the HULFT installation module, perform the command below.

When you restore the file from a device

For device name, specify the name of the device to which you set the setup module.

RSTOBJ OBJ(HULFT) SAVLIB(HULFT_INST) DEV(device name) OBJTYPE(*FILE) RSTLIB(QTEMP) 

When you restore the file from an archive file

For library name, specify the name of the library to which you store the archive file (HULFT_INST.SAVF).

RSTOBJ OBJ(HULFT) SAVLIB(HULFT_INST) DEV(*SAVF) SAVF(library name/HULFT_INST) RSTLIB(QTEMP) 

= Remarks =

After the restore is complete, delete the archive file of the HULFT installation module restored in QTEMP.

(2) Restoring a file

To restore whatever file you need from the HULFT installation module, perform the commands below.

For library name, specify the name of the library to which HULFT is installed.

Restoration of Send Management Information file (file name : SND)

RSTOBJ OBJ(SND) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of Receive Management Information file (file name : RCV)

RSTOBJ OBJ(RCV) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of Job Information file (file name : EXEC)

RSTOBJ OBJ(EXEC) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of Host Information file (file name : HOSTS)

RSTOBJ OBJ(HOSTS) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of Transfer Group Information file (file name : RHOST)

RSTOBJ OBJ(RHOST) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of Format Information DB file (file name : FMTDB)

RSTOBJ OBJ(FMTDB) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of Multi Format Information file (file name : MFMT)

RSTOBJ OBJ(MFMT) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of System Environment Settings file (file name : HULENV)

RSTOBJ OBJ(HULENV) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of Observe Definition file (file name : SERVICE)

RSTOBJ OBJ(SERVICE) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of Send Status Display file (file name : SNDDSP)

RSTOBJ OBJ(SNDDSP) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of Receive Control file (file name : RCVCNTL)

RSTOBJ OBJ(RCVCNTL) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of Observe Log file (file name : REQLOG)

RSTOBJ OBJ(REQLOG) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of Send Log file (file name : SNDLOG)

RSTOBJ OBJ(SNDLOG) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of Receive Log file (file name : RCVLOG)

RSTOBJ OBJ(RCVLOG) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of Post-send Job Execution Log file (file name : EXECLOGS)

RSTOBJ OBJ(EXECLOGS) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of Post-receive Job Execution Log file (file name : EXECLOGR)

RSTOBJ OBJ(EXECLOGR) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of Format Information file (file name : FMT)

RSTOBJ OBJ(FMT) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of Resend Queue file (file name : SDDREQ)

RSTOBJ OBJ(SDDREQ) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of Send Control file (file name : SDDCHKP)

RSTOBJ OBJ(SDDCHKP) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of the EBCDIC user table translated file (file name : UCEXTDF)

RSTOBJ OBJ(UCEXTDF) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of the custom character conversion file (file name : GTEXTD)

RSTOBJ OBJ(GTEXTD) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of a generational management information file (file name : INF)

RSTOBJ OBJ(INF) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name) 

Restoration of Operation Log Information file (file name : OPLINF)

RSTOBJ OBJ(OPLINF) SAVLIB(HULFT) DEV(*SAVF) SAVF(QTEMP/HULFT) OBJTYPE(*FILE) RSTLIB(library name)