Hi,
Can someone explain if controlM can delay our batch job process after each one completes. We want a delay after each job before next sequential job starts we have a string of 20 jobs! Should we be using the script to delay process? many thxs!
You can create a small job that does nothing but wait (man sleep). Add it to the sequential job stream between each process. To get fancy, you can pass the amount of time to sleep as a parameter, that way you can adjust it from ControlM without touching the script.
Actually, ControlM can execute commands, not just scripts, so you could just have it call the "sleep" command directly. Again, just insert this between each batch job in the sequential job stream.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.