queryJobs (z/OS®)
Describes the queryJobs Web service for IBM Workload Scheduler for z/OS.
- Description
- Use this service to run queries on IBM Workload Scheduler for z/OS job instances.
- Input parameters
-
- engineName
- The IBM Workload Scheduler for z/OS engine name.
- filter
- A list of filtering criteria represented by an array of filterCriteria statements. The filterCriteria statements are defined and documented in the TWS-Types.xsd file and in Defining the filtering criteria to query z/OS jobs.
- Output
- The response queryJobsResponse returns an array queryJobsReturn of the identifiers of the jobs that matched the query. The fields in the array are:
- occurrenceToken
- The identifier of the occurrence that includes the operation.
- extendedStatus
- The extended status code assigned to the operation.
- errorCode
- The error code that terminated the operation.
- operationCommand
- Can be one of the following: BD = Bind shadow; job EX = Execute operation; KJ = Kill operation; KR = Kill recovery job; MH = Hold operation; MR = Release operation; NP = NOP operation; PN = Prompt reply no; PY = Prompt reply yes; UN = Un-NOP operation.
- authorityGroup
- The name of the authority group that the operation belongs to.
- cleanUpStatus
- Can be one of the following: Blank=none C=Completed E=Ended in error I=Initiated O=Avail opinfo R=Request opinfo S=Started W=Waiting opinfo
- latestOutPassed
- The operation exceeded its latest starting time and is late. Can be true or false.
- latestOut
- The latest possible time, calculated at plan-creation-time, that the operation can start to meet the deadline time (HHMM).
- actualArrival
- The actual run time of the operation (HHMM).
- actualEnd
- The time the operation is reported as complete or ended-in-error (HHMM).