Previous Topic: 5.3.2.3 OPSCON Usage Considerations

Next Topic: 5.3.3 System Availability File (OPSAVL)

5.3.2.4 OPSCON Retrieval Examples


This section presents a typical OPSCON retrieval example.

1.  Print all the VARY CPU commands that are on the file.

    DATA;
    SET &pOPSD..OPSCON01;
    IF DEVCLASS ='CPU';
    PROC PRINT;  VAR SYSID EVENT STARTTS ENDTS DEVTYPE;