
Offloading and Backing Up Datasets (TSIDOFL)
13-28 User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
of output dataset name OFFLOAD.DATA.SET. If the dataset name does
not exist, BIM-EPIC will create it as part of the OFFLOAD processing.
// JOB OFFLOAD
* //IJSYSIN DD DSN=SYSIN.DATASET,DISP=(OLD,DELETE)
// UPSI 0
// EXEC TSIDOFL
/*
/&
The following example backs up datasets based on the control statements
supplied using the IJSYSIN input dataset SYSIN.DATASET. This input
dataset is deleted when the dataset is closed. Because a TLBL for
OUTPUT was supplied, all datasets will be backed up to a tape as version
1 of the output dataset name BACKUP.DATASET. This dataset must
have been defined to the BIM-EPIC catalog before the backup step is
executed.
// JOB BACKUP
* //IJSYSIN DD DSN=SYSIN.DATASET,DISP=(OLD,DELETE)
// TLBL OUTPUT,'BACKUP.DATASET'
// UPSI 1
// EXEC TSIDOFL
/*
/&
The following example offloads versions of four datasets named on the
control statements supplied as SYSIPT data. All datasets are offloaded to
a tape as version 1 of the output dataset name USER.OFFLOAD.DATA.
This dataset must have been defined to the BIM-EPIC catalog before the
backup step is executed.
All versions of TECON.TRANS will be offloaded. Only the specified
version of the other datasets will be offloaded.
// JOB OFFLOAD
// TLBL OUTPUT,'USER.OFFLOAD.DATA'
// UPSI 0
// EXEC TSIDOFL
'PAYROLL.CHECKS',2
'BILLING.MASTER',9
'BILLING.MASTER',10
'RECON.TRANS'
/*
/&
The following example backs up five Start Track 1 datasets named on the
control statements supplied as SYSIPT data. All datasets are offloaded to
a tape as version 1 of the output dataset name START.TRACK1.DATA.
This dataset must have been defined to the BIM-EPIC catalog before the
backup step is executed.
// JOB BACKUP
// TLBL OUTPUT,’START.TRACK1.DATA'
// UPSI 1
// EXEC TSIDOFL
‘SNOOPY.DOG’,POL=WDPOOL
‘MICKEY.MOUSE’,POL=WDPOOL
‘TAZ.DEVIL’,POL=WBPOOL
‘WILEY.COYOTEIUS.MAXIMUMUS.HURTUM’,POL=WBPOOL
Kommentare zu diesen Handbüchern