Search found 8 matches

by donnawonna
20 Sep 2012 10:17
Forum: Control-M WebAccess
Topic: Is it possible to append to a group of job names
Replies: 1
Views: 5246

Is it possible to append to a group of job names

Hi,
I have a group/table with 100+ jobs within. We need to update all the job names, appending _TD at the end of each name.
Is it possible to do this on the Desk Top using the 'Find and Update' in the Find Jobs icon?
by donnawonna
17 May 2012 9:27
Forum: Control-M Enterprise Manager
Topic: Need a variable to get the prior schedule month
Replies: 5
Views: 3995

The test came back with a "CTMERR17".
I was told that the %%CALCDATE can only be used for a DAY and a MONTH.
by donnawonna
17 May 2012 9:00
Forum: Control-M Enterprise Manager
Topic: Need a variable to get the prior schedule month
Replies: 5
Views: 3995

Thanks for the response. I will test.
by donnawonna
10 May 2012 8:26
Forum: Control-M Enterprise Manager
Topic: Need a variable to get the prior schedule month
Replies: 5
Views: 3995

Need a variable to get the prior schedule month

Is there a way to code in the STEPS tab to get the prior month?
We are getting errors by doing a value --
%%$CALCDATE %%MONTH -1
Is there a %%$CALCMONTH?
by donnawonna
16 Oct 2011 11:16
Forum: Job Definition
Topic: CYCLIC job will not finish it's last run
Replies: 1
Views: 2639

CYCLIC job will not finish it's last run

Hello All! I have 2 cyclic jobs in separate groups. Each job is setup to run 3 times total a day, running the first job followed by the other. When the first job runs for the 3rd and final time, it runs well past midnight, which is the start the new days load to the AJF. The 2nd cyclic job does not ...
by donnawonna
25 Apr 2011 1:33
Forum: Control-M Enterprise Manager
Topic: problem with step codes configuration
Replies: 2
Views: 3201

When your COMSTAT=99 comes up and you DO OK, it probably thinks it should force the job, because the top line is looking for OK.

I think you should change the line-
ON Stmt=* CODE=OK
to
ON Stmt=* CODE=COMSTAT=0
by donnawonna
23 Apr 2011 8:01
Forum: Reporting
Topic: If a job doesn't start or complete by a specific time
Replies: 17
Views: 32756

Thanks for your response. It's greatly appreciated!
by donnawonna
19 Apr 2011 12:46
Forum: Reporting
Topic: If a job doesn't start or complete by a specific time
Replies: 17
Views: 32756

If a job doesn't start or complete by a specific time

Our developers want to provide a maximum time limit for a job. They need it to stop executing if it is not completed by say 8:00am and should be forced ok. Can controlm be coded to do all this without manual intervention from an operator? If so, how?