Restoration of the HULFT JCL library
Use the IEBCOPY program to restore HULFT JCL library (HULFT.V10.JCL) for HULFT installation files restored from the media provided in Procedure for restoration from the provided media to HULFT JCL library (HULFT.JCL) at the installation destination.
The file attributes and capacity of HULFT JCL library are shown below.
Capacity (CYL) |
Attribute |
|||||
---|---|---|---|---|---|---|
Primary |
Secondary |
Organization |
Record Format |
Record Length |
Block Size |
Directory Block Count |
1 |
1 |
PO |
FB |
80 |
6160 |
100 |
[Example of JCL]
//INSTALL JOB CLASS=A,MSGCLASS=B //* //JCLGEN EXEC PGM=IEBCOPY //IN DD DSN=HULFT.V10.JCL,DISP=SHR //OUT DD DSN=HULFT.JCL,UNIT=SYSDA, // VOL=SER=HUL001, // DISP=(NEW,CATLG),SPACE=(CYL,(1,1,100)) //SYSUT3 DD UNIT=SYSDA,SPACE=(CYL,(5)) //SYSUT4 DD UNIT=SYSDA,SPACE=(CYL,(5)) //SYSPRINT DD SYSOUT=* //SYSIN DD * COPY OUTDD=OUT,INDD=IN //**
Parameter |
Value |
Description |
---|---|---|
UNIT |
SYSDA |
UNIT |
VOL=SER |
HUL001 |
Volume Name |
DD Name |
Value |
Description |
---|---|---|
IN |
HULFT.V10.JCL |
HULFT JCL library (HULFT installation file) |
OUT |
HULFT.JCL |
HULFT JCL library (installation destination file) |