
Printing VTOC Entries (TSIDLVT) VTOC Utilities
13-10 User Reference
The following job creates a report of the VTOC of volume SYSWK1.
// JOB VTOC
// DLBL SORTWK1,'===.SORTWK1,(X)'
// EXTENT SYS001
// EXEC TSIDLVT
SER=SYSWK1
/*
/&
The following job creates two reports. The first one, reporting POOL50, prints the standard
report. The second, reporting POLFBA, lists only unexpired and expired datasets. They are
listed in dataset name sequence.
// JOB VTOC
// DLBL SORTWK1,’===.SORTWK1,(X)’
// EXTENT SYS001
// EXEC TSIDLVT
POOL50
POLFBA,UNEXP,EXP,DSN
/*
/&
Examples
Comentarios a estos manuales