Standard format
If you do not specify any options with the showjobs command, the results are displayed in the standard format.
- Workstation
- The workstation where the task runs on.
- Job stream
- The name of the workflow.
- SchedTime
- The date and time the task is scheduled to run. The date is displayed in mm/dd format.
- job
-
The task name. The following notation described might precede the task name.
-
- rerun as
- The task that was rerun by using the rerun command ran.
-
- rerun step
- The task that was rerun by using the
rerun;stepcommand.
-
- State
-
The state of a task. The state types are as follows:
-
- ABEND
- The task ended abnormally.
-
- ABENP
- The ABEND confirmation is received but the task is not completed.
-
- DONE
- The task is completed with an unknown status.
-
- EXEC
- The selected task is running.
-
- FAIL
- An error prevented the task from starting.
-
- HOLD
- The workflow is waiting for the dependency to be resolved.
-
- INTRO
- The task will launch at any moment.
-
- PEND
- The task is completed and waiting for confirmation.
-
- READY
- All dependencies are resolved, and the workflow is ready to start.
-
- SUCC
- The task is completed successfully.
-
- SUCCP
- The task is not completed, but the confirmation is received.
-
- SUPPR
- The task is suppressed because the related conditional dependencies of the predecessors are unresolved.
-
- WAIT
- The task is in waiting.
-
- ABEND
- The workflow ended abnormally.
-
- ADD
- The workflow was added by the user.
-
- CANCLP
- The workflow is pending cancellation. The cancellation is deferred until all associated dependencies are resolved.
-
- EXEC
- The selected workflow is running.
-
- HOLD
- The workflow is waiting for a dependency to be resolved.
-
- READY
- The workflow is ready to launch because all the dependencies are resolved.
-
- STUCK
- The workflow run is interrupted and no tasks are started without user intervention.
-
- SUCC
- The workflow run is completed successfully.
-
- SUPPR
- The workflow is suppressed because the related conditional dependencies of the predecessors are unresolved.
-
- Pr
-
The priority of the workflow.
- (Est)Start
-
The start time of the task or workflow. The
(Est)element indicates the expected start time. If the start time is before or after 24 hours, the date instead of time is displayed, for example, mm/dd/yy or mm/dd.
- (Est)Elapse
- The run time of the task or
workflow.
The
(Est)element indicates the expected start time.
- RetCode
- The return code for the command. For more information, see Orchestration CLI return codes.
- Deps
- The dependencies associated with the tasks
are displayed. Any combination of the following dependencies might be
listed.
- The workflow or task name is displayed for the
followsdependency. If it is a pending predecessor, the name is followed by[P]and[0]is displayed if it is an orphaned dependency.For conditional dependencies the name of the predecessor task or workflow is followed by the output conditions in the following format,
IF <condition name>. The <condition name> variable can be the final status of the predecessor task, the workflow status, or condition based on the predecessor task output. When you have multiple conditions, they are separated by the vertical bar symbol (|). - For an until time, the time is preceded by an angle bracket (<).
- For a deadline time, the time displayed is preceded by an angle bracket(<).
- The repetition rate for an every rate is preceded by an ampersand (&) character.
- You can identify the cancelled workflow because they are labeled [Cancelled].
- Tasks that are cancelled with the ;pend option are labeled [Cancel Pend].
- When the results are displayed for the showjobs
command, time dependencies are shown in the
start column:
- Only the time expressed as hh:mm, if the date the command is run matches with the estimated date.
- Only the date expressed as dd/mm, if the date the command is run does not matches with the estimated date.
- The Process Identification Number (PID) for running tasks is displayed in the #Jnnnnn format.
- Tasks with expired until times, including tasks cancelled with ;pend option, are labeled [Until].
- The following is a list of the states that are displayed according
to onmaxdur, onmindur, or
confirm actions:
- [MaxDurationExceeded] and maxdur=hhh:mm: when the specified maximum duration time is exceeded.
- [KillSubmitted]: when the specified
maximum duration time is exceeded and the
onmaxdur action is set to
kill. - [Continue]: when the specified
maximum duration time is exceeded and the
onmaxdur action is set to
continue. - [MinDurationNotReached] and mindur=hhh:mm: when the specified minimum time is not reached and the task is completed successfully.
- [Continue]: when the specified
minimum duration time is not reached and the
onmindur action is set to
continue. - [Abended]: when the specified minimum
duration time is not reached and the
onmindur action is set to
Abend. - [ConfirmSubmitted]: when the
specified minimum duration time is not reached and the
onmindur action is set to
Confirm. - [Confirmed]: indicates confirmation is required because the task is scheduled using the confirm keyword.
- The workflow or task name is displayed for the