JSON assistant return codes
If a failure occurs while running the JSON assistant batch jobs, a return code is provided indicating the type of failure. This information is contained in the job log.
In the event of a deployment error, PIPELINE resources typically install in a DISABLED state and WEBSERVICE resources install in an UNUSABLE state. Information and error messages associated with the CICS® JSON assistant batch jobs are located in the job log. Error messages associated with installing resources are located in the system log.
Codes of 0, 4, 8, or 12 are issued by the JSON assistant, other codes are typically issued by BPXBATCH, the JVM, or IEBGENER.
Codes issued by BPXBATCH fall into two main categories: a code of less than 128 indicates a command failure, a code of greater than or equal to 128 indicates that the process was terminated by a signal. For more information about BPXBATCH and its return codes, see z/OS® UNIX System Services Command Reference.
You receive a return code of 0, 4, 8, or 12 when running the JSON assistant batch jobs.
| Return code | Description |
|---|---|
| 0 | The job completed successfully. |
| 4 | Warning. The job completed successfully, but one or more warning messages were issued. |
| 8 | Input error. The job did not complete successfully. One or more error messages were issued while validating the input parameters. |
| 12 | Error. The job did not complete successfully. One or more error messages were issued during execution. |
JSON assistant batch job return codes
You receive a return code of 1, 136, 137, or 139 when running the CICS JSON assistant batch jobs.
| Return code | Description |
|---|---|
| 1 | The JVM failed, usually because there is insufficient storage available. The CICS assistant requires a JCL region size of at least 300 MB. |
| 136 | The JVM failed, usually because there is insufficient storage available. The CICS assistant requires a JCL region size of at least 300 MB. |
| 137 | The job timed out. |
| 139 | The JVM has failed, usually because there is insufficient storage available. The CICS assistant requires a JCL region size of at least 300 MB. |