cancel (z/OS®)
Describes the cancel Web service for IBM Workload Scheduler for z/OS operations.
- Description
- Use this service to cancel an operation.
Note that this service works only if the operation has not started. If the operation has already started, it continues to run.
- Input parameters
-
- engineName
- The name of the IBM Workload Scheduler for z/OS controller.
- jobId
- The operation identifier in the current plan. Note that the plan object identifiers returned contain the '\0' character. This is not a valid character and must be replaced by a blank.
- isPending
- The operation is in pending status. The value can be true or false.
- Output
- The response cancelResponse is void if the service ran successfully; otherwise, it returns one of the errors described in Managing errors.