In several BB messages, except BBCSxnnn messages, a completion code appears either as a decimal value or a hexadecimal value. The following list shows these codes in decimal and in hexadecimal, and describes their meaning.
Decimal
|
Hex
|
Description
|
---|---|---|
00 | X'00' | Function complete |
04 | X'04' | Function complete, but an abnormal condition was detected |
08 | X'08' | Function failed due to function detected error |
12 | X'0C' | Function failed due to internal logic error |
16 | X'10' | Function failed due to fatal error |
-1 | X'FFFFFFFF' | Forced exit from function due to an intercepted error such as an abend or program check |