
DSN/Job Cross-Reference Report (TSIDBRP)
User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
11-5
DSN/Job Cross-Reference Report (TSIDBRP)
Descr‘iption TSIDBRP generates two reports:
DSN/JOB Cross-Reference Report
Accepted Tapes Report
The DSN/JOB Cross-Reference report lists tape activity and is a
cross-reference to the TSIDARP Activity Log report.
The Accepted Tapes report lists the controlled tapes that were accepted as
input with the ACCEPT response to BIM-EPIC message EP009.
TSIDBRP uses one of three datasets as input, depending on the UPSI
value specified. For UPSI 000, 010, and 100, TSIDBRP uses the output
dataset created by TSIDARP, called the Recorder Cross-Reference
dataset. For UPSI 101, TSIDBRP uses either the TSIDRFS Recorder File
backup dataset created by TSIDRFS or the Recorder History dataset.
TSIDBRP uses the entire input dataset to create the contents of its the
reports. If you use the dataset created by TSIDARP, the time period for
the report is the same as the time period used for TSIDARP. If you use the
Recorder File backup or the Recorder History file dataset, the time period
for the report is the time period covered by the Recorder File backup or
the Recorder History dataset.
If you use the Recorder Cross-Reference dataset as your input dataset,
you may want to run TSIDARP and TSIDBRP in the same job stream.
JCL
Requirements
The following are examples of the JCL requirements for TSIDBRP.
// ASSGN SYS004,SYSLST
// ASSGN SYS001,DISK,VOL=volser,SHR
// DLBL SORTWK1,'===.sortwk1'
// EXTENT SYS001
// DLBL SYS002,'recorder.cross.ref'
// DLBL SYS005,'recorder.xref.work.file'
// UPSI 000
// EXEC TSIDBRP
/*
or
// ASSGN SYS004,SYSLST
// ASSGN SYS001,DISK,VOL=volser,SHR
// DLBL SORTWK1,'===.sortwk1'
// EXTENT SYS001
// TLBL SYS005,'daily.recorder.backup'
// UPSI 101
// EXEC TSIDBRP
/*
Kommentare zu diesen Handbüchern