

5. FILES › 5.2 SRL Channel Reliability (SRLCRL) File › 5.2.4 SRLCRL Retrieval Example
5.2.4 SRLCRL Retrieval Example
This section presents a typical SRLCRL retrieval example.
Print a list of all jobs associated with the channel that
encountered a failure yesterday. This will be useful to
know what jobs were affected by a certain channel failure
(in this example the address is 3FA).
DATA;
SET &PSRLX..SRLCRL01;
IF DEVNUM = '03FA'X;
PROC PRINT; VAR SYSID STARTTS ENDTS CRLJOB;
Copyright © 2014 CA.
All rights reserved.
 
|
|