|
PGM45 output: For this application the program found there were two possible sets of rules which could be used to ensure the job run on the correct days. The first option is scheduling the job 3 working days (INDEX=-3) before the first day of the month (RDAY =1) and rolling forward if we hit a bank holiday (ROLL=F). The second options runs the job 2 working days (INDEX= -2) before the last day of the month (RDAY=-0), but rolling back if there was a bank holiday (ROLL=B). According to the dates given, either of these options would work. Lastly, the program picks one of these options.
|
|