Re: How to Run a Schedule on the first Saturday of each month.

2003-01-23 Thread Zlatko Krastev
Define the schedule with perunits=onetime. Define a script and invoke it *each* Saturday through (another - administrative) schedule: select 1 from db where day(current_date)=7 if (rc_ok) goto is_first done: exit is_first: upd sch domain client_schedule startd=today The client schedule will fire

How to Run a Schedule on the first Saturday of each month.

2003-01-21 Thread Fought,Tom
Please instruct me on how to setup a schedule which runs only on the first Saturday of each month. I find the schedule options somewhat unclear. Thanks Tom

AW: How to Run a Schedule on the first Saturday of each month.

2003-01-21 Thread Schaub Joachim Paul ABX-SECE-ZH
try: Period 1 Period units MONTHS Day of Week SATURDAY regards joachim -Ursprüngliche Nachricht- Von: Fought,Tom [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 21. Januar 2003 14:09 An: [EMAIL PROTECTED] Betreff: How to Run a Schedule on the first Saturday of each month. Please

Re: How to Run a Schedule on the first Saturday of each month.

2003-01-21 Thread Mark Stapleton
On Tue, 2003-01-21 at 07:09, Fought,Tom wrote: Please instruct me on how to setup a schedule which runs only on the first Saturday of each month. I find the schedule options somewhat unclear. It can't be done with the TSM scheduler. You could do every fourth Saturday, but that's as close as

Re: How to Run a Schedule on the first Saturday of each month.

2003-01-21 Thread Remeta, Mark
Well you could create 12 unique schedules one for the first Saturday of every month. It's a bit tedious but it's doable Mark -Original Message- From: Mark Stapleton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 9:42 AM To: [EMAIL PROTECTED] Subject: Re: How to Run a

Re: How to Run a Schedule on the first Saturday of each month.

2003-01-21 Thread Richard Sims
Please instruct me on how to setup a schedule which runs only on the first Saturday of each month. I find the schedule options somewhat unclear. The TSM scheduler unfortunately does not support that kind of spec. Your posting neglected to say what kind of schedule: Client or Admin but most

Re: How to Run a Schedule on the first Saturday of each month.

2003-01-21 Thread Alex Paschal
Mark, Actually, Joachim's suggestion works. You can definitely do first Saturday of the month. All the dates below are the first Saturday of the month. Alex Paschal Freightliner, LLC (503) 745-6850 phone/vmail tsm: TSMdef sched test t=a cmd=q sched startd=02/01/2003 starttime=06:00 period=1

Re: How to Run a Schedule on the first Saturday of each month.

2003-01-21 Thread Weast, Greg
-Original Message- From: Alex Paschal [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 10:23 AM To: [EMAIL PROTECTED] Subject: Re: How to Run a Schedule on the first Saturday of each month. Mark, Actually, Joachim's suggestion works. You can definitely do first Saturday of

Re: How to Run a Schedule on the first Saturday of each month.

2003-01-21 Thread Fought,Tom
Thank you all for your input. -Original Message- From: Weast, Greg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 12:32 PM To: [EMAIL PROTECTED] Subject: Re: How to Run a Schedule on the first Saturday of each month. -Original Message- From: Alex Paschal

Re: How to Run a Schedule on the first Saturday of each month.

2003-01-21 Thread Kent Monthei
Alex, try the same thing for Sat 03/29/2002 (the fifth Saturday in a 5-Saturday month). Results are interesting probably not desired. Both of the schedules set DayOfWeek=Saturday, and both deviate from online help for Define Schedule / Period Units. I verified that TSM does follow the