Previous Topic: 5.3.8.3 Usage Considerations

Next Topic: 5.3.9 Swapping Activity File (SCPSWP)

5.3.8.4 Retrieval Examples


This section presents a typical SCPIOC retrieval example.


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.  Print yesterday's I/O Configuration during HOUR 13:

    DATA;
    SET &PSCPX..SCPIOC01;
    IF HOUR=13;
    PROC PRINT;
    VAR SYSID LCUID CHANNEL IOCTOTCU
        IOCCU1 IOCCU2 IOCCU3 IOCCU4;