Previous Topic: 5.4.3 SRLDRL Usage ConsiderationsNext Topic: 5.5 SRL Magnetic Tape Media Reliability (SRLMMR) File


5.4.4 SRLDRL Retrieval Example


This section presents a typical SRLDRL retrieval example.

    Print a list showing count of Permanent and Temporary
    errors that occurred yesterday for all devices.  Also
    show the total megabytes read/searched.  This can be used
    to determine if the devices are meeting manufacturers'
    published design tolerances for device errors in terms of
    megabytes read per temporary/permanent (soft/hard) error.

    PROC PRINT DATA=&PSRLD..SRLDRL01;
    VAR SYSID DEVTYPE DEVNUM DRLPRMCT DRLTMPCT DRLMBRD;