We want to shift our processing to use calendars instead of date objects.
.
We have mastered using "Run" and "Omit" Date objects to control our monthly processing-- we 'include' certain jobs and 'omit' certain others. The "Run" and "Omit" Date Objects list the same dates (although why we can't use the -same- date object to "Run" some jobs and "Omit" others is a mystery).
.
To shift to Calendars I plan to use the "DAYNO" to control jobs-- some jobs will only run on "Month End Day" (DAYNO = 1); others run on every day -except- "Month End Day" (Opal program "NOT_MTHEND:" IF DAYMTH EQ 1;SKIP;END). Is DAYMTH the same as DAYNO???
.
There are some company holidays when we do not run our full invoicing cycle. We use an Omit date object to mark the jobs to skip on those days.
.
What's the best way to mark those jobs to skip on certain days?
.
--a) continue to use Date Objects and mark the dates to omit certain jobs
.
Are Holidays on a fiscal calendar the same as an Omit Date Object- is execution skipped on those days?
.
--b) if Holidays work like an Omit Date Object create 2 calendars-- one with no holidays and one with holidays specified
.
Is there an option "c)"?
.
Thanks for any assistance!
.
--Paul E Musselman