Previous Topic: 5.15.3 SRLXRL Usage ConsiderationsNext Topic: 5.16 SRL Communications Controller Rel. (SRLNTC) File


5.15.4 SRLXRL Retrieval Example


This section presents a typical SRLXRL retrieval example.

    Print a list showing the number of temporary and
    permanent errors that occurred on all unit record
    devices.  Print the device type and vendor name.

    PROC PRINT DATA=&PSRLD..SRLXRL01;
    VAR SYSID DEVTYPE XRLTMPCT XRLPRMCT XRLVENDR;

    This example may be changed to track a specific unit
    record device by using a subsetting IF statement.  This
    example can be used to identify those devices that have a
    higher number of temporary or permanent errors than
    others.