

5. FILES › 5.14 SRL TP Device Reliability (SRLTRL) File › 5.14.4 SRLTRL Retrieval Example
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.
Copyright © 2014 CA.
All rights reserved.
 
|
|