
Creating the DSN/Job Cross-Reference Report (TSIDBRP)
Chapter 11. Job Activity Reports 11-7
UPSI 100 creates only the Accepted Tapes report. It uses the Recorder Cross-Reference
dataset as input.
UPSI 101 creates only the Accepted Tapes report. It uses the Recorder Backup or History
dataset as input.
SYS002 identifies the Cross-Reference dataset created by TSIDARP. It is required with UPSI
000, 100, and 010.
SYS005 identifies the Recorder Backup or History dataset when used with UPSI 101. It also
identifies the Recorder Cross-Reference work dataset when used with UPSI 000.
SORTWK1 identifies a sort work area for an internal sort. You must provide an ASSGN and
a dummy EXTENT statement.
None
The following job creates the DSN/JOB Cross-Reference Report. It uses the Recorder Cross-
Reference dataset created by TSIDARP as input.
// JOB TSIDBRP CROSS-REFERENCE REPORT
// ASSGN SYS004,SYSLST
// ASSGN SYS001,DISK,VOL=volser,SHR
// DLBL SORTWK1,'==.SORTWK1(N,D,P)'
// EXTENT SYS001
// DLBL SYS002,'RECORDER.CROSS.REF'
// UPSI 010
// EXEC TSIDBRP
/*
/&
The following job creates the Accepted Tapes Report. It uses the Recorder File Backup as
input.
// JOB TSIDBRP CROSS-REFERENCE REPORT
// ASSGN SYS004,SYSLST
// ASSGN SYS001,DISK,VOL=volser,SHR
// DLBL SORTWK1,'==.SORTWK1(N,D,P)'
// EXTENT SYS001
// TLBL SYS005,'DAILY.RCDR.BACKUP'
// UPSI 101
// EXEC TSIDBRP
/*
/&
Dataset
Requirements
Control Statements
Examples
Comentarios a estos manuales