Previous Topic: 5.2.3 SRLCRL Usage ConsiderationsNext Topic: 5.3 SRL DASD Media Reliability (SRLDMR) File


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;