Previous Topic: RELOAD CommandNext Topic: Sample PDS Compression Report


JCL — RELOAD

Use the following JCL to execute the RELOAD command. Remember, since only one PDS was left in the work file (in the process of being compressed), only one RELOAD command is supported. The syntax of the RELOAD command is:

//RELOAD   EXEC COMPRES
//SYSIN     DD  *
RELOAD DSNAME=,VOLUME=,PASSWORD
DSNAME=

(Optional) If this parameter is omitted, CA Disk retrieves the DSNAME from the COMPWORK DD in the COMPRES PROC. Otherwise, this is the name of the PDS that has been preallocated for recovery of the unloaded data set.

VOLUME=

(Optional) If the data set being reloaded is not cataloged, or you do not want CA Disk to use the catalog to locate it, specify the DASD volume serial number on which the data set resides.

PASSWORD

(Optional) Specify this parameter to allow CA Disk to reload password-protected datasets without prompting the operator for the password. If you do not specify this parameter and the data set is password- protected, the reload will fail once again.