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.