(Optional) This procedure enables CLIST to invoke the CA 1® Tape Management TSO interface.
The CA 1® Tape Management ISPF libraries are loaded onto disk during installation. To use the optional TSO interface to the CA 1® Tape Management Online Inquiry/Update System, create the following TSO CLIST:
PROC 0 D(DSN) P(PROMPT) DATEFMT(DEFAULT) CALL 'CAI.CAILIB(TMSTSO)' '&D,&P,DATEFMT=''&DATEFMT''' END
Specifies the data set name verification option parameter. The verification option value NODSN allows the TMC record to be updated without verifying the data set name for that record.
If the data set name is allowed to be changed, specify NODSN.
If the data set name cannot be changed specify DSN must twice on the update command, once for the verification and again for the update. If DSN is specified, an update to any field requires data set name verification.
Specifies the prompt for the access password parameter. PROMPT causes the prompt for the access password prior to invoking the external security interface. NOPROMPT is used only when the optional security exit, TMSXITS, is coded to supply a default access password.
Specifies the date format option for this session. In the example above, the date format pattern is set as DEFAULT. To specify a preferred date format by replace DEFAULT with the desired pattern, such as DATEFMT('MMMDD YYYY'). &DATEFMT must be preceded by two single quotes and followed by three single quotes.
Note: For more information about valid values, see the Utilities and Reports Reference Guide.
JCL is provided in hlq.CTAPCLS0(TSOTIQ). Manually edit the CA common load library name and default parameter values into the CLIST.
To monitor scratch availability and tape usage and to send an email or issue a WTO when specific conditions are met, optionally install the Volume Pool Monitor.
Follow these steps:
The VDB initializes with default variables that the volume pool monitor uses. The VDB is prepared for updating through the CTS ISPF interface.
This job creates the SEND data set and loads it with sample members that create emails and WTOs.
Note: For more information about the Volume Pool Monitor feature, the email environment setup, and the possible options variables, see the Administration Guide. For more information about the VDB and the SEND data set, see the Programming Guide.
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|