Obtaining tape volume information

You can obtain information about all tape volumes or specific tape volumes. In addition, you can select the volumes with specific characteristics.

To obtain a list of tape volume information from an OCDS, where you do not specify a volume serial number and where you do not want a list of data set information for the volume, issue the following command:
LIST TAPETABLEOFCONTENTS
To obtain a list of tape volume information from an OCDS, where you specify the volume serial number and you do not want a list of data set information for the volume, issue the following command:
LIST TAPETABLEOFCONTENTS(volser) NODATASETINFORMATION
To obtain a list of tape volume information from an OCDS, where you specify the volume serial number and you do want a list of data set information for the volume, issue the following command:
LIST TAPETABLEOFCONTENTS(volser) DATASETINFORMATION
To obtain a list of tape volume information from an OCDS, where you do not specify a volume serial number and you want a list of volume entries for all ML1 volumes, issue the following command:
LIST TAPETABLEOFCONTENTS SELECT(MIGRATIONLEVEL1)
To obtain a list of tape volume information from an OCDS, where you do not specify a volume serial number and you want a list of volume entries for all ML2 volumes, issue the following command:
LIST TAPETABLEOFCONTENTS SELECT(MIGRATIONLEVEL2)
To obtain a list of ML2 partial tape volumes that are currently associated for output by specific migration or recycle tasks, issue the following command:
LIST TAPETABLEOFCONTENTS SELECT(ASSOCIATED)
To obtain a list of ML2 partial tape volumes that are available for an initial allocation, and are not currently associated for output by any migration or recycle task, issue the following command:
LIST TAPETABLEOFCONTENTS SELECT(NOTASSOCIATED)
To obtain a list of all ML2 volumes taken away from another function because RECALL needed a data set on the volume, issue the following command:
LIST TAPETABLEOFCONTENTS SELECT(RECALLTAKEAWAY)
To obtain a list of tape volume information from an OCDS, where you do not specify a volume serial number and you want a list of backup volumes, issue the following command:
LIST TAPETABLEOFCONTENTS SELECT(BACKUP)
To obtain a list of tape volume information from an OCDS, where you do not specify a volume serial number and you want a list of both migration and backup volumes, issue the following command:
LIST TAPETABLEOFCONTENTS SELECT(BOTH)
To obtain a list of tape volume information from an OCDS, where you do not specify a volume serial number and you want a list of tape volumes marked full that do not have alternate tape volumes, issue the following command:
LIST TAPETABLEOFCONTENTS SELECT(NOALTERNATEVOLUME)
To obtain a list of tape volume information from an OCDS, where you do not specify a volume serial number and you want a list of tape volumes that have failed recycle, issue the following command:
LIST TAPETABLEOFCONTENTS SELECT(FAILEDRECYCLE)
To obtain a list of tape volume information from an OCDS, where you do not specify a volume serial number and you want a list of tape volumes that have a mismatch between the OCDS TTOC record and the actual tape media, issue the following command:
LIST TAPETABLEOFCONTENTS SELECT(FAILEDCREATE)
To obtain a list of tape volume information showing volumes that are marked as disaster alternate volumes, issue the following command:
LIST TAPETABLEOFCONTENTS SELECT(DISASTERALTERNATEVOLUMES)
To obtain a list of tape volume information showing volumes that are capable of being resumed after Audit Mediacontrols was interrupted, issue the following command:
LIST TAPETABLEOFCONTENTS SELECT(RESUMEAUDIT)