I am new to Control M and would like to find out if status of jobs/workflows can be queried programmatically.
I am trying to see if I can get : job schedule, what jobs are waiting to be run, status of each job, waiting, complete, in process..etc
Can I query the Control M somehow and get these info on demand?
I read some where that BMC Control-M Business Process Integration Suite provides something similar. Can someone tell me if this is possible? Thanks much
You can do that through Keystroke Language programs. If you go to 3.4 and do a search by BMC.IOA.**.KSL, in the resultant libraries search for REPJOBSA. This will give you something like:
Then, with a SORT you can format the output.
Example of the STEP to get the previous information: