Skip to main content

I want to schedule the IAL object as daily at 10:00 am and 11:00 am. When I set the expression as “FREQ=DAILY; BYHOUR=10.11; “. It's calculated as 10:28 due to sysdate. How to set exactly at 10:00 am and at 11:00 am?

 

 

Hi @hhy38,

Have you tried setting BYMINUTE and BYSECOND as well in your expression?

Example:

FREQ=DAILY;BYHOUR=10,11;BYMINUTE=00;BYSECOND=00

Result:

Hope this helps!


I want to schedule the IAL object as daily at 10:00 am and 11:00 am. When I set the expression as “FREQ=DAILY; BYHOUR=10.11; “. It's calculated as 10:28 due to sysdate. How to set exactly at 10:00 am and at 11:00 am?

 

 

Thank you. It was easy. How could I not have guessed!  jajajaja :) 


Reply