Job Management Manager DCL Commands › SCHEDULE> › MODIFY › Qualifiers › /DAYS=(day_specifier, ...)
/DAYS=(day_specifier, ...)
Names the days of the week that the job runs. Valid day specifiers are:
- ALL
- NONE
- [NO]MONDAY
- [NO]TUESDAY
- [NO]WEDNESDAY
- [NO]THURSDAY
- [NO]FRIDAY
- [NO]SATURDAY
- [NO]SUNDAY
The following information lists the rules for using day specifiers:
- Scheduled days are listed by day specifiers separated by commas. For example, /DAYS=(NONE,MONDAY, TUESDAY).
- Do not specify both ALL and NONE.
- You can negate days of the week to indicate that the job should not run on that particular day. For example, /DAYS=(ALL,NOSATURDAY) means do not run the job on Saturday.
- To run a job only on Saturday, use: /DAYS=(NONE, SATURDAY).
- Day specifiers can be abbreviated, but must remain unique. For example, Saturday can be abbreviated to SA, and Sunday can be abbreviated to SU.
- If you give only one day specifier, omit the parentheses: /DAYS=NOSATURDAY.
- The default is /DAYS=ALL.