setProperties (z/OS®)
Describes the setProperties Web service for IBM Workload Scheduler for z/OS operations.
- Description
- Use this service to define additional properties for an operation.
- 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.
- properties
- An array containing the properties you want to set. The properties can be:
- priorityIsMonitored
- The priority is monitored if it is a key operation. The value is either true or false.
- startTime
- The time when the operation must start in YYYYMMDD HHMM format or milliseconds.
- lateststartTime
- The latest time when the operation must start in YYYYMMDD HHMM format or milliseconds.
- lateststartAction
- The action that will be taken if the operation exceeds its latest start time. Can be CANCEL, CONTINUE, or SUPPRESS.
- deadlineTime
- The time within which the operation must complete in YYYYMMDD HHMM format or milliseconds.
- Output
- The response setPropertiesResponse is void if the service ran successfully; otherwise, it returns one of the errors described in Managing errors.