Parameters

type
The optional type of value provided:
A
Abend code
E
Errno
J
ErrnoJr
M
Module ID
R
Reason code (default)
value
The decimal or hexadecimal value to be converted. By default, the value is assumed to be a hexadecimal number. If the value is less than the maximum size for its type, the value is padded on the left with zeros. Choices are:
hhhhhhhh
An address consisting of 1-8 hexadecimal digits ending with a period. The value at that address is interpreted.
hhhhhhhh
An ERRNO, ERRNO junior, reason code, ABEND code, or module ID consisting of 1-8 hexadecimal digits.
hhhhhhhhx
An ERRNO, ERRNO junior, or a module ID consisting of 1-8 hexadecimal digits followed by the letter x.
ddddddddn
An ERRNO, ERRNO junior, or a module ID consisting of 1-8 decimal digits followed by the letter n.
name
The name of a module, an ERRNO, an ErrnoJr, or an ABEND reason code.
Note: If the name is not found, ERRNO attempts to interpret the name as a hexadecimal value.