We have a job that needs to run every two weeks (bi-weekly). The job scheduler (WRKJOBSCDE) only allows daily, weekly or monthly freguencies. Is there another way to schedule bi-weekly jobs?
Software/Hardware used:
ASKED:
January 27, 2006 11:06 AM
UPDATED:
November 26, 2009 1:27 PM
There’s a simple work-around if no scheduler expert comes through: Schedule weekly. First thing in the job, determine if this is the right week. If not, return immediately.
—
Sheldon Linker (sol@linker.com)
Linker Systems, Inc. (www.linkersystems.com)
800-315-1174 (+1-949-552-1904)
Another option is to run the job once. Inside the job, have it calculate the next run date and submit that.