Defined a global variable with date format YYYYMMDD (for example : 20091020) and loaded this variable with CLI command running on a batch file to run a job in an application.
How can a job scheduled in the application base on this global variable + 1 day at 21:00 for example?
Release:
Component: DSRIES
Windows, UNIX, and Linux platform
CA Workload Automation DE (dSeries) server accepts date and time values in the format YYYY/MM/DD or YYYY-MM-DD only.
You can schedule the job base on the global variable using a JavaScript at the job's Event trigger time 'Run JavaScript' General tab.
Steps;