ERRORID — Error Identifier (Selection Parameter)

Tells EREP to

Select for the requested report only the records containing the specified error identifier.

Syntax

ERRORID=(seqno[,cpuid,asid,hh,mm,ss,t])

seqno
A 5-digit decimal error identifier from an MCH record or an MVS software (SFT) record.
cpuid
A 2-digit hexadecimal processor (CPU) identifier.
asid
A 4-digit hexadecimal address space identifier.
hh
A 2-digit decimal value representing the hour.
mm
A 2-digit decimal value representing the minute.
ss
A 2-digit decimal value representing the second.
t
A single decimal digit indicating tenths of the second.

Defaults

EREP processes all MCH and SFT records, regardless of their error identifiers.

Coding

Parameter Conflicts

DEVSER THRESHOLD ZERO

Examples

ERRORID=(01234)
ERRORID=(23456,01,0012,06,21,31,6)