python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Control-M: Order date (prerequisite), two jobs with different load dates
I have two jobs with different load dates (not same day):
JobA: runs at the end of month (may be 28th, 29 th, 30th).
JobB: runs at the beginning of the month (may be 1st, 2nd).
I want to make JobA a...
Moussa Bâ
Votes: 0
Answers: 2
Run Control-M job with a script that is stored in a GitLab repository
is it possible to run a job in Control-M that accesses a (e.g. DB2) script stored in a Git repository?
Normally it is the case that you specify a path where the script is located. How would this look ...
frenchomega
Votes: 0
Answers: 0
Jenkins pipeline stage build is green even though an error is present
I have a Jenkins Pipline with three stages: "Build" "Test" and "Deploy".
Here is the problem I have with "Build":
The build step ensures that structure of the C...

user9323079
Votes: 0
Answers: 1
removing new line "\r\n" and ^M characters in all column except last one { in UNIX}
Got a solution to format a unix file containing ^M and "\r\n" in a file as per shared link earlier "https://stackoverflow.com/questions/68919927/removing-new-line-characters-in-csv-file...
Eja
Votes: 0
Answers: 1