Messages and their format.
Message number Message text |
Explanation: |
System Action: |
User response: |
|
Message number | The alphanumeric message identifier. All CICS® VR
messages begin DWW,
which is followed by a four digit number. The number is followed by a severity code. This one-letter code states how serious the problem is. These codes are: |
I | Information only; no action is required. |
A | Operator intervention is required. |
W | Warning to alert you of a possible error; CICS VR processing continues. |
E | An error occurred and CICS VR tries to continue processing. You might need to correct the error and rerun CICS VR. |
S | A severe error occurred, causing CICS VR to stop; correct the error and rerun CICS VR. |
T | CICS VR processing stopped; an abend code follows this message. |
Message text | The information that CICS VR generates to describe the problem. The message text might contain one or more variables, for example, a data set name. Common variables in the message text are represented in this topic by these codes: |
aa | Condition code or hex return code. |
bb | Condition code or hex return code |
cc | Condition code or hex return code. |
cccc | Command name or VSAM return code. |
ddd | A 3-character day-number field in the STARTTIME or STOPTIME keyword. |
dddd | Data set name. |
ddn | ddname. |
fff | A 1-8 character FCT entry name. |
jj | Log ID. |
kkkk | Keyword. |
llll | MVS log stream name. |
mm | A 2-character month-number field in the STARTTIME or STOPTIME keyword. |
mmmm | Module name. |
nn | A decimal value. |
nnnn | User abend. |
pppp | Part of the control statement that an error is found in. |
rrrr | Reason for exit. |
vvvv | Value. |
xx | A hexadecimal value. |
xxxx | CICS VR exit. |
yy | A 2-character year-number field in STARTTIME or STOPTIME keyword. |
Explanation: | What the message means, and why the problem occurred. |
System Action: | What action CICS VR takes (if any) to deal with the problem after the message is generated. |
User Response: |
|