TYPE — Record Type (Selection Parameter)

Tells EREP to

Select only the specified types of records.

Syntax

TYPE=code[code]…

Each code is one of the following:
Code
Record Type
A
A1 through AF records
B
B1 through BF records
C
CCH/CRW/SLH: Channel check/channel report word/subchannel logout records
D
DDR: Dynamic device reconfiguration records
E
System termination (EOD): End of day and other terminating events
F
F0 through FF records
H
MIH: Missing interrupt records
I
System initialization (IPL): Initial program load
M
MCH: Machine check records
O
OBR: Outboard records; unit checks
S
Software (SFT): System abends and other software events
T
MDR (formerly TPR): Miscellaneous data records
X
C0 through CF records
Y
D0 through DF records
Z
E0 through EF records

Defaults

EREP uses all types of records for the report.

Coding

Do not include parenthesis, commas, or blanks when coding TYPE.

Parameter Conflicts

THRESHOLD ZERO

Notes

Examples

To select machine-check and channel-check records:
TYPE=MC
To select all software-generated records:
TYPE=EIS