HCL Workload Automation, Version 9.4

Conman return codes

Conman return codes

Conman return codes management

When you run a conman command, the command line can show an outcome return code. To find the return code, perform the following action:
On Windows Operating systems:
echo %ERRORLEVEL%
On UNIX Operating systems:
echo $?
The conman command line provides the following return codes for the submit sched and submit job commands:
0
The command completed successfully.
10
The submit sched encountered an error.
11
The submit job encountered an error.
All other commands always return the 0 return code.