Original Message:
Sent: Oct 11, 2024 11:33 AM
From: Loraine Mueller
Subject: IF TODAY('GT 10/10/2024') THEN RUN TODAY
Instead of using 'IF TODAY', at the job level use the word 'STARTING' with your RUN statement for the future date.
RUN NOW STARTING Oct xx, 2024
For confirmation, simulate for the day before the starting date, and the actual starting date.
-Loraine
Original Message:
Sent: Oct 10, 2024 07:14 PM
From: Loren Watts
Subject: IF TODAY('GT 10/10/2024') THEN RUN TODAY
What is the proper IF TODAY() syntax for this date consideration?
I'm adding a job to an existing appl but the job should not execute until after a declared date.
I know this is not it, but what is the correct syntax?
IF TODAY('GT 10/10/2024') THEN RUN TODAY