Search found 10 matches

by Kelly
20 Aug 2013 3:34
Forum: Reporting
Topic: How to delete or change a status of an abended job
Replies: 12
Views: 15951

You're welcome! I am Glad I could help.

Cheers!
by Kelly
19 Aug 2013 8:00
Forum: Scripts
Topic: JCL Edit
Replies: 2
Views: 6085

Hi,

Please go to tools --> Authorizations, and provide the users with the jcl edit from the Job tab. If you want to replicate this to all the users, then make the changes at group level in the same tab.
by Kelly
19 Aug 2013 4:44
Forum: Reporting
Topic: How to delete or change a status of an abended job
Replies: 12
Views: 15951

The color scheme works like this if it is a group scheduling table. It totally depends on the maxwait which decides the stay of gray or red jobs in ajf. If your bypassed jobs have exhausted the maxwait value, then yellow color of table should not be a problem during the roll out process, provided th...
by Kelly
16 Aug 2013 7:46
Forum: Reporting
Topic: How do you PASS ARGUMENTS TO THE SCRIPT in Control-M
Replies: 2
Views: 16907

Hi,

If you want to pass parameters from a Control-M job definition to a script then you may use auto edit variables in set tab of the jobs.

In case you want system parameters to be picked and a job needs to be created with those values, then you may use ctmcreate utility to achieve so.
by Kelly
16 Aug 2013 7:34
Forum: Reporting
Topic: How to delete or change a status of an abended job
Replies: 12
Views: 15951

Do not use any out conditions in the normal out conditions tab of job1. Please use on step * compstat eq 0 do condition and then add conditions to job2 and job3. In this case un-necessary adding of condition on DO OK would be avoided.
by Kelly
09 Aug 2013 11:43
Forum: Reporting
Topic: How to delete or change a status of an abended job
Replies: 12
Views: 15951

You may use compstat eq 0 in on statement just to add the out conditions. This will add conditions only upon successful completion of the job. You can use another on statement with statement * code * and do OK.
This should be sufficient to accomplish what you are looking for.

Good Luck!!!
by Kelly
08 Aug 2013 2:52
Forum: Reporting
Topic: How to delete or change a status of an abended job
Replies: 12
Views: 15951

I would suggest setting up all the out conditions using the STEPS TAB. We can do OK the job on any code, however posting the conditions can be taken care of with different codes on different steps, providing you with a lot of opportunities to handle dependent job streams.
by Kelly
25 Oct 2012 1:30
Forum: SQL Scripts
Topic: Change MEMLIB in Database
Replies: 3
Views: 7430

Database table name

The table name containing MEM_LIB attribute is DEF_JOB.
by Kelly
17 Nov 2010 7:49
Forum: Job Definition
Topic: ConfCal, this unknown!
Replies: 9
Views: 8130

Confcal

Remember ">" sign is used in prior cases and "<" sign is used in next cases.
CONFCAL is checked by Control-M during the table load as CONFCAL affects the building criteria of jobs.

Enjoy Scheduling :)
by Kelly
17 Nov 2010 7:36
Forum: Job Definition
Topic: ConfCal, this unknown!
Replies: 9
Views: 8130

Confcal

Hello Bagbag, CONFCAL is a parameter which can be used to schedule or manage AM jobs. As per Control-M any job which has a start time after midnight i.e. "00:00" till the NEWDAY time of Control-M i.e "11:00" (in your case) is known as an AM job. We can use MON-SAT calendar in CONFCAL and "-1" in Shi...