JTS SET
Scope: JES2 Node
Duration: One time effect.
Description: This command allows you to change the options for JTS. Options are originally set with the JTS OPTIONS initialization statement or by default.
JTS SET | [? | HELP] |
Requests the command syntax from HELP.
This keyword allows you to alter the default value for AFTERNOON. The value is substituted for the AFTERNOON keyword on the JECL statement /*JTS HOLD_UNTIL.
- hhmm - The value to be substituted, expressed as the time in 24 hour clock format.
This keyword allows you to alter the default for the job "hold until" time when a /*JTS HOLD_ UNTIL statement does not have a TIME value.
- hhmm - The value to be substituted, expressed as the time in 24 hour clock format.
The maximum number of days in the future that a job can be delayed by JTS.
- nnn - The number of days to be substituted. The minimum value is 1, the maximum value is 366.
Requests that JTS fail jobs that exceed the maximum number of days (MAXDAYS value). This mode is the default.
This keyword is mutually exclusive with MAXWARN.
Requests that JTS warn jobs that exceed the maximum number of days (MAXDAYS value). A warning message is generated and the /*JTS HOLD_UNTIL statement is ignored. JTS will not manage these jobs.
This keyword is mutually exclusive with MAXFAIL.
This keyword allows you to modify the default value for MORNING. The value is substituted for the MORNING keyword on the JECL statement /*JTS HOLD_UNTIL.
- hhmm - The value to be substituted, expressed as the time in 24 hour clock format.
Requests that JTS fail jobs that specify a historical (past) date.
This keyword is mutually exclusive with OLDWARN.
Requests that JTS warn jobs that specify a historical (past) date. A warning message is generated and the /*JTS HOLD_UNTIL statement is ignored. JTS will not manage these jobs.
This keyword is mutually exclusive with OLDFAIL.
This keyword allows you to alter the default value for TONIGHT. This value is substituted for the TONIGHT or NIGHT keyword on the JECL statement /*JTS HOLD_UNTIL.
- hhmm - The value to be substituted, expressed as the time in 24 hour clock format.