Restoration of the JCL for backup
For the New Installation, restoration of the backup JCL is not necessary.
For the Update Installation, modify the following JCL example and execute the created JCL. The JCL for HULFT backup (BACKUP6, BACKUP7, BACKUP8) stored in HULFT JCL Library (HULFT.V8.JCL) for HULFT installation files is restored to the existing HULFT JCL Library (HULFT.JCL).
The file attributes and capacity of HULFT JCL Library (HULFT.JCL) are shown below.
Capacity (CYL) |
Attribute |
|||||
---|---|---|---|---|---|---|
Primary |
Secondary |
Organization |
Record Format |
Record Length |
Block Size |
Directory |
1 |
1 |
PO |
FB |
80 |
6160 |
100 |
[Example of JCL]
//INSTALL JOB CLASS=A,MSGCLASS=B //* //JCLGEN EXEC PGM=IEBCOPY //IN DD DSN=HULFT.V8.JCL,DISP=SHR //OUT DD DSN=HULFT.JCL,DISP=SHR //SYSUT3 DD UNIT=SYSDA,SPACE=(CYL,(5)) //SYSUT4 DD UNIT=SYSDA,SPACE=(CYL,(5)) //SYSPRINT DD SYSOUT=* //SYSIN DD * COPY OUTDD=OUT,INDD=((IN,R)) SELECT M=(BACKUP6,BACKUP7,BACKUP8)
Parameter |
Value |
Description |
---|---|---|
UNIT |
SYSDA |
UNIT |
DD Name |
Value |
Description |
---|---|---|
IN |
HULFT.V8.JCL |
HULFT JCL library (HULFT installation file) |
OUT |
HULFT.JCL |
HULFT JCL library (installation destination file) |
The procedure for restoration from the provided media is now complete.