Previous Topic: 5.3.3 SRLDMR Usage ConsiderationsNext Topic: 5.4 SRL DASD Device Reliability (SRLDRL) File


5.3.4 SRLDMR 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 bytes read/searched.  This can be used to
    determine if the devices are meeting manufacturers'
    published design tolerances for device errors in terms of
    bytes read/searched per temporary/permanent (soft/hard)
    error.

    PROC PRINT DATA=&PSRLD..SRLDMR01;
    VAR SYSID DEVTYPE DEVNUM DMRPRMCT DMRTMPCT DMRBYTCT;