Yes, it is possible. Use JobModify("my job", "DAY_NUMBER", 2) JobModify("my job", "MONTHLY_TYPE", "T") JobModify("my job", "DAY_LIST", "1,2") etc... To run a job on Nth weekday put "Weekday" Into "DAY_NAME" and N into DAY_NUMBER For more see "JDL Properties" topic in the on-line help : is it possible to set a job to run on the 1st, 2nd ..etc weekday of a month : programatically via 'jobmodify' : I am not seeing an obvious option for this. : I would like to run a job on the xth weekday, and if criteria is not met, : switch the job to a 'run on n day number' +1 for every day the criteria is : not met. : When it is, i want to reset the job back to run on xth weekday day of the : month
|