
TSIDUTL DSPLY
User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
5-5
Examples The following example produces a report listing all datasets belonging to
the system ID=TS and the user ID=MR. The datasets are listed in the
order they are found in the catalog index.
// JOB DISPLAY DSN CATALOG
// EXEC TSIDUTL
DSPLY ALL,SYSID=TS,USERID=MR
/*
/&
The following example produces a report listing all vaulted tapes. Tapes
are listed in dataset name sequence within the vault. The next example
produces the same reports but is used by users that only have the
BIM-EPIC tape component and do not have the BIM-EPIC disk
component.
// JOB DISPLAY DSN CATALOG
// DLBL SORTWK1,'$$$.SORTWK1,(X)' (if not in Standard
Labels)
// EXEC TSIDUTL
DSPLY VAULT,SEQ=DSN
/*
/&
// JOB DISPLAY DSN CATALOG
// ASSGN SYS001,150
// DLBL SORTWK1,'===.SORTWK1,(X)'
// EXTENT SYS001,MYPAK1,4820,90
// EXEC TSIDUTL
DSPLY VAULT,SEQ=DSN
/*
/&
The following job produces a report listing all tapes whose VOLSER falls
within the B pool range on the machine the job runs on. Tapes are listed in
VOLSER sequence.
// JOB DISPLAY DSN CATALOG
// EXEC TSIDUTL
DSPLY TAPE,TPV=B,SEQ=SER
/*
/&
CJOB Lists the job name.
CDATE Lists the creation date.
DSN Lists the dataset name.
ERROR Lists the total errors.
SERIAL Lists the tape volume serial number.
VAULT Lists the vault and slot numbers.
TAPEPOOL Lists the tape pool ID.
XDATE Lists the expiration date.
Parameter Definition
Commenti su questo manuale