Skip to main content
Solved

How to configure the IAL object to a custom schedule?

  • June 15, 2022
  • 2 replies
  • 372 views

hhy38
Superhero (Customer)
Forum|alt.badge.img+16
  • Superhero (Customer)
  • 326 replies

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?

 

 

Best answer by Charith Epitawatta

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!

2 replies

Charith Epitawatta
Ultimate Hero (Employee)
Forum|alt.badge.img+31
  • Ultimate Hero (Employee)
  • 1094 replies
  • Answer
  • June 15, 2022

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!


hhy38
Superhero (Customer)
Forum|alt.badge.img+16
  • Author
  • Superhero (Customer)
  • 326 replies
  • June 16, 2022

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 :)