Questions tagged [control-m]

Control-M is workload automation (traditionally called batch scheduling) software obtained by BMC Software via its 1999 acquisition of New Dimension Software.

Control-M is workload automation (traditionally called batch scheduling) software obtained by BMC Software via its 1999 acquisition of New Dimension Software. It was originally written for mainframe computers, but is also available for distributed computing platforms including Unix, Windows, Linux and OpenVMS environments.

It is designed for automation of various functions in the enterprise including traditional IBM mainframe OS/MVS JCL, batch files, shell scripts as well as routine functions such as invoking database stored procedures, invoking and using Web services and handling file transfers inside and outside the organization.

Control-M can schedule workloads on a daily, weekly or monthly interval. It can also be used to respond to trigger events such as the appearance of a file, being called by a third party application through an API, or invocation on demand through Java or Web services.

Source: Wikipedia (BMC Control-M)

Documentation currently available here.

212 questions
-2
votes
1 answer

Control - M view last runtime

I am trying to see when the job was last run in control-m. Read other posts but did not find anything pointing to it. Any idea? Edit: I am at the 'Monitoring' tab - I can see the parent job run-timings, but not the individual job run-times and…
Amby
  • 21
  • 2
  • 8
-2
votes
1 answer

Wrapper script to run a particular job in Control m

I have to write a wrapper script to run 3 jobs in control M if a variable is Y i.e $EOM_1=’Y’ [incase of End of Month true] $EOM_1=’N’ [incase of End of Month false] i.e if $EOM_1=’Y’ run jobs like ${DirTOOLS}/WaitUnitFileExists.sh…
user2688104
  • 117
  • 1
  • 6
1 2 3
14
15