Hi,
I am trying to modify an existing script by replacing IF statements with WHERE. I have modified the following to include a time and date check, but does not work....can anyone advise me how this should be written...
WHERE CDN EQUALS
VALUE 2004: EXECUTE SCRIPT Prim_Symmetra_Ent
VALUE 3008: EXECUTE SCRIPT prim_AGS_CS
VALUE 2055: EXECUTE SCRIPT MIDDLE_EAST_AGS
IF TIME OF DAY = 07:00..17:30 AND DAY OF WEEK = MONDAY..FRIDAY
END IF
END WHERE
any help is appreciated
I am trying to modify an existing script by replacing IF statements with WHERE. I have modified the following to include a time and date check, but does not work....can anyone advise me how this should be written...
WHERE CDN EQUALS
VALUE 2004: EXECUTE SCRIPT Prim_Symmetra_Ent
VALUE 3008: EXECUTE SCRIPT prim_AGS_CS
VALUE 2055: EXECUTE SCRIPT MIDDLE_EAST_AGS
IF TIME OF DAY = 07:00..17:30 AND DAY OF WEEK = MONDAY..FRIDAY
END IF
END WHERE
any help is appreciated