
Displaying DSN Catalog Entries (TSIDUTL DSPLY)
4-4 User Reference
The following job produces a report listing all datasets belonging to the System ID TS and the
User ID MR. They are listed in the order they are found in the catalog's index.
// JOB DISPLAY DSN CATALOG
// EXEC TSIDUTL
DSPLY ALL,SYSID=TS,USERID=MR
/*
/&
The following job produce a report listing all vaulted tapes. Tapes are listed in dataset name
sequence within the vault.
// JOB DISPLAY DSN CATALOG
// ASSGN SYS001,150
// DLBL SORTWK1,'===.SORTWK1,(X)'
// EXTENT SYS001
// EXEC TSIDUTL
DSPLY VAULT,SEQ=DSN
/*
/&
Examples
Kommentare zu diesen Handbüchern