Skip to main content

Job return codes

The Tuxedo ART environment provides multiple return codes from various capabilities. These include return codes from the artjesadmin utility as well as codes from the job completion. The job completion codes can be split into the three areas, as completion code, System Abend, and User Abend.

Sometimes it is possible to receive non-numeric characters in the return code. When this happens, the return code is 9999 and the original return code can be found in the job output.

Return CodeDescription
0 - 9999Job completion code (prefixed by C, e.g., C0000 – C9999)
9999Job completion code contained non-numeric characters, refer to job log
10000 -19999Job completion code System Abend (prefixed by S, e.g., U0000 – S9999)
19999Job completion code contained non-numeric characters, refer to job log
20000 - 29999Job completion code User Abend (prefixed by U, e.g., U0000 – S9999)
29999Job completion code contained non numeric characters, refer to job log
30000artjesadmin : Job completed successfully
30001artjesadmin : Utility command failed
30003artjesadmin : Job failed
30004artjesadmin : Job was cancelled
30005artjesadmin : Job is in conversion state
30006artjesadmin : Job is executing
30007artjesadmin : Job is queued waiting for conversion process
30008artjesadmin : Job has been placed on hold
30009artjesadmin : Job is queued waiting for processing to start
30010artjesadmin : Job has been discarded
30011artjesadmin : Execution of job is in unknown state
30022artjesadmin : Job does not exist in Tuxedo ART environment
30099Job initialization error