

4. FILES › 5.2 VTS Component Files › 5.2.3 VTS Component SVT Information Area Files › 5.2.3.1 StorageTek VTSS Summary File (SVTSVS) › 5.2.3.1.4 SVTSVS Retrieval Examples
5.2.3.1.4 SVTSVS Retrieval Examples
In the examples, a SAS macro variable is used to specify the
DDname part of the CA MICS file name. These macro variables
are a standard part of CA MICS and are available for all
files. The macro variable name has the form &diiit, where d
is the database identifier, iii is the information area
name, and t is the timespan. For the examples, a database
identifier of P is used. The identifier is installation
dependent, so you should find out what the identifiers are at
your installation.
1. Generate a report displaying virtual cache mount
statistics and recall statistics, by hour, from the DAYS
timespan. This reports shows the total virtual mounts,
number of scratch, cache hit, cache miss mounts,
percentage relationships and minimum, maximum, and
average mount times. It also shows specific metrics on
the time to mount a recalled volume.
PROC PRINT DATA=&pSVTd..SVTSVS01 NOOBS LABEL;
ID SYSID VTSSID;
VAR SVSMNTCT SVSSSL SVSMNR SVSMRC SVSPCHIT SVSPCMIS
SVSMNMTM SVSAVMTM SVSMXMTM SVSMNRTM SVSAVRTM
SVSMXRTM;
TITLE 'VTSS TAPE MOUNT AND RECALL ACTIVITY';
RUN;
Copyright © 2014 CA.
All rights reserved.
 
|
|