As a CA Chorus administrator, you must create a JCL member to restore the TSF database. When doing so, we recommend that you consult with the storage administrator and scheduling administrator.
Follow these steps:
Create a JCL member for your restore and save it to a location that meets your site's requirements. The following example provides an outline of what to include in the TSF database restore JCL member:
DELETE (dataset_backup_existing) PURGE
Data set name for the existing database file system. This name must match the name that you used in your backup job for (DATASET(INCLUDE in the SYSIN DD statement.
Example: CHORUS.RUNTIME.CETJNTSF
INPUT DD DSN=tsf_backup_dataset,DISP=SHR
Backed-up data set name for the TSF database directory file system. This name must match the name that you used in your backup job for the OUTPUT DD DSN.
Example: CHORUS.RUNTIME.TSF.PACKAGE
STORCLAS(storage_class)
Storage class name.
Example: SCPERM
Example
In this example, the bold text indicates the instances where you specify your configuration values.
//DELETE EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //SYSIN DD * DELETE (CHORUS.RUNTIME.CETJNTSF) PURGE SET MAXCC=0 /* //DEPLOY EXEC PGM=ADRDSSU //INPUT DD DSN=CHORUS.RUNTIME.TSF.PACKAGE,DISP=SHR //SYSPRINT DD SYSOUT=* //SYSIN DD * RESTORE - INDDNAME(INPUT) - DATASET(INCLUDE(**)) - REPLACEUNCONDITIONAL - WRITECHECK - STORCLAS(SCPERM) /*For SMS only*/ - CANCELERROR - WAIT(2,2) /* //
You have created the TSF database restore JCL member.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|