Options that apply to all operations
- TIME-DEPENDENT (default: N)
- If you specify Y, the operation becomes
time-dependent. That is, IBM® Z Workload Scheduler will
not start the operation until the operation input arrival time is
reached. If IBM® Z Workload Scheduler cannot
start the operation at the input arrival time, the operation is considered
late. This can happen if your system has been unavailable for some
period or when the operation also has predecessors that do not finish
in time. See Creating time-dependent operations.
If you specify N, the operation will not be time-dependent. IBM® Z Workload Scheduler will start the operation as soon as its predecessors are completed and resources are available. If there are no predecessors, and resources are available, IBM® Z Workload Scheduler starts the operation immediately as it is added to the current plan.
- SUPPRESS IF LATE (default: N)
- Specify Y to stop
this time-dependent operation being started if it is late. See Creating time-dependent operations for details of
what happens to late time-dependent operations.
If you specify N, IBM® Z Workload Scheduler ignores the fact that the operation is late and tries to start it as soon as possible.
Attention: If an operation that is used as a mandatory dependency is also suppress-if-late, it might be suppressed before the required mandatory action is taken and this could potentially cause a problem or unexpected results. There is nothing to prevent an operation from being suppress-if-late and a mandatory dependency although it might not make sense to define it in this manner. - DEADLINE WTO (default: N)
- If you specify Y for this option, IBM® Z Workload Scheduler issues
the operator message EQQW776I when a z/OS® operation
passes its deadline and the operation is in started status (that is,
the operation has been started but has not been marked as completed
within the deadline time). The message is routed to the operator console
of the workstation that the operation runs on. The message is also
written to the message log (EQQMLOG). The WTO is issued only for z/OS® operations that have status
S (started).
Besides the standard message, the user-defined text that you specified on the OPERATIONS panel, using the TEXT command , is issued as part of the WTO (EQQAMOPL - Operations ).
You can use this to stop a job or started task automatically at a certain time. See Scheduling the closedown of online systems and started tasks for details.
Specifying Y for an operation on a workstation that is not a z/OS® destination will have no effect. That is, a deadline WTO will not be routed to the workstation destination.
- EXTERNAL MONITOR (default: N)
- Specifies if the operation is monitored by an external product (for example, Tivoli® Business Systems Manager or Tivoli® Enterprise Portal). If you specify Y for this option, then monitoring is enabled. For more information about external monitoring, see Using Tivoli Business Service Manager and Using IBM Z Monitoring.
- Centralized Script (default: N)
- By default, the script is not centralized and therefore is stored locally on the agent and a job
definition is added to the SCRPTLIB. In contrast, a centralized script is stored in the JOBLIB.
Using a centralized script implies loss of fault tolerance, because an operation might depend on a
script that can be released only by the IBM Z Workload Scheduler controller. Extra processing is needed
because the script must be taken from the JOBLIB and sent to the agent.
Specify Y to use a centralized script. This option applies to fault-tolerant workstations only. If you specify Y for workstations that are not fault-tolerant, the value is forced to Y when you generate the daily plan.
- COND RECOVERY JOB (default: N)
-
Specify Y if you use this operation as recovery job, meaning that it might recover a conditional predecessor. For details, see Handling recovery using conditional dependencies.