

5. FILES › 5.15 SRL Unit Record Device Reliability (SRLXRL) File › 5.15.4 SRLXRL Retrieval Example
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.
Copyright © 2014 CA.
All rights reserved.
 
|
|