Search found 13 matches

by Mel_A
07 May 2014 5:52
Forum: End of Support from BMC
Topic: How to post a job from a job that's currently executing
Replies: 10
Views: 31575

Thanks for all the help. I'll read up on the file watcher jobs and see how they're set-up. Thanks!

All the best.
by Mel_A
06 May 2014 8:48
Forum: End of Support from BMC
Topic: How to post a job from a job that's currently executing
Replies: 10
Views: 31575

How to post a job from a job that's currently executing

When the exectime of JOB_A exceeds a time limit, a job (JOB_C) is ordered in. It worked. The test was successful. Thank you. This brings up another question. Can this job that was brought in (JOB_C) be dependent on a file transmission? In other words, Can JOB_C once ordered, check for a file that ha...
by Mel_A
02 May 2014 10:21
Forum: End of Support from BMC
Topic: How to post a job from a job that's currently executing
Replies: 10
Views: 31575

How to post a job from a job that's currently executing

Thank you so much. It's much appreciated.

I'm now in the process of testing it in batch. I will let you know.


Thanks!
by Mel_A
01 May 2014 6:53
Forum: End of Support from BMC
Topic: How to post a job from a job that's currently executing
Replies: 10
Views: 31575

The 'ctmsys' utility are related with the physical destination names. I did see the Destination Type of P to send the shout to a specific program?

I could not find any samples on how a batch jobs can be triggered.

Can you provide reading materials or samples?

Thanks.
by Mel_A
30 Apr 2014 5:35
Forum: End of Support from BMC
Topic: How to post a job from a job that's currently executing
Replies: 10
Views: 31575

How to post a job from a job that's currently executing

If an exectime can do a 'trigger' of another job, that may be what I'm looking for. Let me know how this is set-up.
by Mel_A
29 Apr 2014 5:51
Forum: End of Support from BMC
Topic: How to post a job from a job that's currently executing
Replies: 10
Views: 31575

How to post a job from a job that's currently executing

How can I order a job to run, from another job that exceeds a specified run time?

Is it possible to post an In-Condition from another job when the other job exceeds a time limit?

For example: If JOB_A runs >60 minutes, how can I have JOB_B start?

Thanks.
by Mel_A
19 Aug 2013 11:56
Forum: Reporting
Topic: How to delete or change a status of an abended job
Replies: 12
Views: 14648

How to delete or change a status of an abended job

You are absolutely correct! I left the table in a yellow status over the weekend and when I came in on Monday, it had rolled off from an "executing" or yellow status without any jobs executing. The following have been accomplished: - Continue with the schedule when an abend condtion is acceptable - ...
by Mel_A
17 Aug 2013 12:02
Forum: Reporting
Topic: How to delete or change a status of an abended job
Replies: 12
Views: 14648

How to delete or change a status of an abended job

Excellent advise! It worked. Thank you! From the abended job (JOB1) on STEP TAB: On statement * compstat eq 0 do condition name=abended job (or JOB1) sign = + and On Statement * Code notok DO OK. Note: Out conditions were removed from the Contiditons tab. And on the successor job(JOB2), used the sam...
by Mel_A
15 Aug 2013 11:43
Forum: Reporting
Topic: How to delete or change a status of an abended job
Replies: 12
Views: 14648

How to delete or change a status of an abended job

I was able to successfully test mulitple scenarios: (For example: JOB1 through JOB5 single thread) If JOB1 fails, JOB2 and JOB3 are bypassed and JOB4 will continue to JOB5. This was accomplished from the recommended steps tab while posting the conditions with different codes on different jobs. Howev...
by Mel_A
08 Aug 2013 8:51
Forum: Reporting
Topic: How to delete or change a status of an abended job
Replies: 12
Views: 14648

How to delete or change a status of an abended job

Let me give your advise a thought and try a few more things. Thanks again for the replies, its much appreciated.

I'll post back if I run into issues or questions or share the results if successful!
by Mel_A
08 Aug 2013 7:59
Forum: Reporting
Topic: How to delete or change a status of an abended job
Replies: 12
Views: 14648

How to delete or change a status of an abended job

How can that be accomplished? For Example: On the STEPS Tab of the Abended Job. (JOB1) I would do ON Statement * Code=NOTOK Do Condition NAME=xxxxx Date ODAT Sign + or - depending on the action The NAME=xxxxx goes to the IN-CONDITION of the job affected. (JOB5) My understanding is the Do Condition f...
by Mel_A
07 Aug 2013 5:18
Forum: Reporting
Topic: How to delete or change a status of an abended job
Replies: 12
Views: 14648

How to delete or change a status of an abended job

Thanks for the reply. I forgot to mention that when a job abends, several jobs are bypassed before the schedule continues to completion. If I code do ok on the abended job, it will post and run the bypassed jobs. Perhaps adding a negative dependency in the abended job's "STEPS TAB" before the do ok?...
by Mel_A
06 Aug 2013 8:45
Forum: Reporting
Topic: How to delete or change a status of an abended job
Replies: 12
Views: 14648

How to delete or change a status of an abended job

I have a scenario where a job abends or fails (which turns "red" in color) When this happens we continue with the rest of the successor jobs until the schedule completes. Upon "New Day Process", the abended job stays in the AJF or queue. How can I delete the job or change the status of the job so it...