z/OS UNIX System Services Planning
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example of schedules

z/OS UNIX System Services Planning
GA32-0884-00

Here are some examples of other schedules and their crontab entries:
  1. Every day at 8:00 a.m. and noon:
    0 8,12 * * * /usr/lib/uucp/uucico; /usr/lib/uucp/uuxqt;
    where:
    • 0 specifies what minute
    • 8 and 12 specify 8 a.m. and noon
    • * is every day of the month
    • * is every day of the year
    • * is every day of the week
  2. Every fifteen minutes starting at midnight:
    0,15,30,45 * * * * /usr/lib/uucp/uucico; /usr/lib/uucp/uuxqt;
    where
    • 0, 25, 30, 45 indicates every 15 minutes
    • * specifies every hour of the day
    • * specifies every day of the month
    • * specifies every month of the year
    • * specifies every day of the week

There are many other scheduling possibilities. For more information, see the crontab command in z/OS UNIX System Services Command Reference.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014