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
0
votes
2 answers

Find duplicate job names in BMC control-m

I need to find duplicate job names in order to change them. How do I do that in BMC Control-M?
csbl
  • 265
  • 1
  • 6
  • 19
0
votes
4 answers

Control-M job not ending after .bat finishes

I have a .bat file that maps a network drive, runs an MS Access program then deletes the mapped drive and exits. When I run it through Control-M the .bat runs and finishes but the job in Control-M never ends. I have tried multiple things to end the…
peel
  • 45
  • 1
  • 3
  • 7
-1
votes
1 answer

How to create package that will import jobs in Control-M?

I am very new to Control-M and have been trying to find an answer for this question for a while now. All of my jobs are on GitHub (json or xml) and I want to send them to Control-M but Control-M is not installed on my computer (it is installed on…
lala1
  • 23
  • 1
  • 3
-1
votes
1 answer

Can BMC Control-M pick up a file and write them to IBM MQ?

Are there any BMC control-m extensions to send messages to IBM MQ? I have seen something called Mainview but it's primarily for listening and monitoring.
-1
votes
1 answer

why Control M OS Job that executes an exe gets stuck mid execution?

I have a c# exe that reads some log lines from a remote unix server using sed. when I run this exe several times on my windows server or even my dev pc, it executes fine. However, when I try to run it as a cyclic OS job in Control M eventually…
SGP
  • 358
  • 2
  • 18
-1
votes
2 answers

Configure Controlm jobs through Backend?

We have number of jobs configured in Controlm and now we got new environment to configure same set of jobs, Is there any way to create controlm jobs from backend server by writing shell or any scripts? Any other possibilities to avoid spending…
Roshin
  • 3
  • 2
-1
votes
1 answer

ControlM job parameters are not floating while running job

I created ControlM job with all required parameters(named PARM1, PARM2, PARM3). I able to Order the job and under Monitoring section when i try to run the job the parameters i set while creating job are not passing to script. May i know why the…
Bukkasamudram
  • 351
  • 1
  • 2
  • 10
-1
votes
1 answer

How to personalize PF key assignments in Control-M?

Control-M's ISPF client in zOS (mainframe) comes with a set of predefined values assigned to PF keys (function keys), such as: PF2 = SPLIT PF9 = SWAP However, similar to other ISPF applications, I'd like to change the values of those PF keys (and…
Pierre.Vriens
  • 2,117
  • 75
  • 29
  • 42
-1
votes
2 answers

Definition of OSCOMPSTAT values

I've tried to find a table with the definition for each COMPSTAT (related to the tool Control-M workload Automation) return code but without any success. Can anyone tell me if such a table exists? Thank you.
csbl
  • 265
  • 1
  • 6
  • 19
-1
votes
4 answers

Control-M scheduling changes

what all changes can we make in control-m job scheduling to minimize charges if we get charged on the basis of no of jobs ordered in a day in active schedule. This is costing us a lot.
rahul gulati
  • 188
  • 3
  • 12
-1
votes
1 answer

control m enterprise batch prints complete script in sysouts?

I'm using control M enterprise application to manage batch jobs. While I execute a batch shell script from control M it prints the complete script code along with the output. Is there a way to avoid printing that? The actual problem is that, by…
tuxian
  • 159
  • 5
  • 12
-2
votes
1 answer

Update non-Periodic Calendar dates in control-m using excel

I have business dates in excel sheet which have no rule base or specific pattern. In this case how to use excel directly to update different calendars of different application at once.
Query
  • 1
  • 1
-2
votes
1 answer

Control-M out condition added with number at the end

We have a control-m jobs out condition to trigger the next successor jobs. But, we could see the some numbers are getting added at that. What would be the check in the job settings need to add to get rid of number at the end. Apart from ordering the…
Rocky1989
  • 369
  • 8
  • 28
-2
votes
2 answers

How to list all saved custom filters in Control-M?

Assume you created some, eg 3, custom filters saved with filter names A,B, C, using Control-M's ISPF client in zOS (mainframe). Using such custom filters, you can easily switch between the list of jobs to be shown in the Active Jobs File, using…
Pierre.Vriens
  • 2,117
  • 75
  • 29
  • 42
-2
votes
1 answer

control M job is unabl to invoke the process in peoplesoft application

control M job is unable to invoke the process in peoplesoft application.. instead it is going to gree and in the log it says the job is dummy.. but the control M team confirmed that the job is a valid one as per the configuration in the job…
1 2 3
14
15