Previous Topic: 5.14.3 SRLTRL Usage ConsiderationsNext Topic: 5.15 SRL Unit Record Device Reliability (SRLXRL) File


5.14.4 SRLTRL Retrieval Example


This section presents a typical SRLTRL retrieval example.

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

    PROC PRINT DATA=&PSRLD..SRLTRL01;
    VAR SYSID DEVTYPE TRLTERMN TRLTMPCT TRLPRMCT TRLVENDR;

    This example may be changed to track a specific
    teleprocessing 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.