
Consolidating Offload Versions (TSIDOFC)
User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
13-43
The following provides the definition for the parameter you can use with
the COPY control statement.
Examples The following example produces an Offload Consolidation Candidate
report.
// JOB OFCREP
// DLBL SORTWK1,’SORT.WK1’
// EXEC TSIDOFC
REPT
/*
/&
The following example produces an Offload Consolidation Candidate
report and identifies the versions that are candidates for consolidation.
// JOB OFCREP
// DLBL SORTWK1,’SORT.WK1’
// EXEC TSIDOFC
REPT PCT=35
/*
/&
The following example consolidates version 4, version 8, and version 11
into a new version 1.
// JOB OFCCONS
// TLBL OFCINP,'PAYR.MONTHLY.OFLD’
// TLBL OFCOUT,'PAYR.MONTHLY.OFLD’
// EXEC TSIDOFC
CONI 4 8 11
/*
/&
The following example consolidates version 4, version 8, and version 11
into a new version 6.
// JOB OFCCONS
Parameter Definition
n
Specifies the version number of the dataset
that is input to the copy process. The version
number of the output dataset will be version
1. Only one version can be copied at a time.
The input dataset name and output dataset
names must be different.
The output will be in TSIDOFL BACKUP
format and NOT in OFFLOAD format, even
if the input is in OFFLOAD format, so the
version in the COPY cannot be onloaded.
Only one COPY statement can be present.
For example:
COPY 4
Comentarios a estos manuales