SYMCDE — Fault Symptom Code (Selection Parameter)

Tells EREP to

Select for the requested report only those 33XX DASD records having the specified fault symptom code. The symptom code consists of the bit settings in a two-byte field of the sense data in an OBR record for a 33XX DASD.

Syntax

SYMCDE={nnnn | nnnX | nnXX | nXXX}

n
is a hexadecimal digit.

Defaults

EREP processes 33XX records regardless of their symptom code bit settings.

Coding

No special considerations.

Parameter Conflicts

Parameters
DEVSER THRESHOLD
LIA/LIBADR VOLID
TERMN ZERO

Notes

Examples

Following are some ways to code SYMCDE, and the resulting bit setting EREP looks for in the OBR sense data.
Parameter Value
Bit Setting
SYMCDE=4032
0100 0000 0011 0010
SYMCDE=193X
0001 1001 0011 xxxx
SYMCDE=92XX
1001 0010 xxxx xxxx
SYMCDE=9XXX
1001 xxxx xxxx xxxx
x indicates either a 0 or 1 is valid.