Job completion and return codes
After product execution, a completion code is returned to indicate whether execution was successful.
The following table describes the completion and return code:
Return code | Description |
|---|---|
0 | Successful execution |
4 | Successful execution with one or more warnings You can view the warning messages in SYSERROR. Possible reasons for this code include:
|
8 | An error or an abend occurred Take one of the following actions:
|
16 | An error or abend occurred while the product was in a Must Complete state The table spaces and indexes are not usable by Db2. To ensure the usability and availability of space, rerun the product with the RESTART or QUICKEXIT parameter. |
Related topic