Utility to display volume ranges within a TMC.
search cancel

Utility to display volume ranges within a TMC.

book

Article ID: 133885

calendar_today

Updated On:

Products

CA 1 Flexible Storage CA 1 Tape Management - Copycat Utility CA 1 Tape Management - Add-On Options

Issue/Introduction

We have multiple TMC's and we need to check the ranges to see if we have overlapping ranges.

Environment

Release : 14.0

Component : CA 1 Tape Management

Resolution

Please run the following JCL against all of the CA-1 TMC you have.

//stepname EXEC PGM=TMSBINQ[,PARM='DATEFMT=(fmt)']


//STEPLIB DD DSN=CAI.CTAPLINK,DISP=SHR


//TMSRPT DD SYSOUT=A


//SYSIN DD *


(control statements here)


/*


*

The SYSIN will be as follows:

HEADERS Control Statement

The HEADERS control statement causes the three TMC header Control Records and the Audit header record to be printed in a hexadecimal and character format. For the TMC and Audit record definitions and keywords, see Programming. The format for the HEADERS control statement is:


HEADERS


Control Statement Definition


HEADERS


Control statement identifier and must start in position one.

*