Hi All,
I have a testing environment where I use Control M EM to force/order/run unix jobs. Below are the steps I perform while executing a job:
1. Order/Force a job from a given table
2. Hold the job
3. Remove resources
4. Remove IN conditions
5. Free the job
Now I want to perform these steps programmatically, via command line tools. I know I can perform step 1,2,4 and 5 via cli, but I cannot find any documentation to remove resources from a job as well (while ordering and the job is on hold)
I may also need to remove/adjust execution window/time.
Please let me know which utility to use in this scenario
I am using Control M EM v7.0
Controlling Control M jobs via command line
Re: Controlling Control M jobs via command line
hi
use
ecaqrtab update ressource-name 0
use
ecaqrtab update ressource-name 0
Re: Controlling Control M jobs via command line
Thank you. However, I found that I can do all those operations by bypassing "pre-processing" via Control M EM GUI. NOw I want to do the same via some utility.philhaut wrote:hi
use
ecaqrtab update ressource-name 0
Please guide.
Thank you