Search found 7 matches

by pone2332
27 Mar 2014 12:48
Forum: Monitoring
Topic: Rerun job using sysout string?
Replies: 2
Views: 6194

Figured I would just use a max rerun of 2 which would only rerun the job once. The job already fails but exits with COMPSTAT=1 which it does for many types of errors but I only want to rerun in the case of two different types.
by pone2332
24 Mar 2014 6:05
Forum: Monitoring
Topic: Rerun job using sysout string?
Replies: 2
Views: 6194

Rerun job using sysout string?

Hello All,

I would like to rerun a job when I receive a certain string in the sysout. Does the below look appropriate?

Code: Select all

On 
Statement: *
Code: *Error 999*
DO
Rerun
by pone2332
31 May 2013 10:29
Forum: Job Definition
Topic: Cyclic Job.
Replies: 1
Views: 3073

Cyclic Job.

Are cyclic jobs that run from the start of a previous run queued if the previous run is over the defined cyclic time? I have a cyclic job which is scheduled to run every 15 minutes from the start of the previous run but sometimes the job runs for 20-30 min. I noticed the difference between some runs...
by pone2332
15 Feb 2012 4:41
Forum: Job Definition
Topic: Scheduling a cyclic job.
Replies: 2
Views: 2573

Thanks for the reponse/info. I will play around with the information you gave me and provide feedback.
by pone2332
14 Feb 2012 9:31
Forum: Job Definition
Topic: Do Ok/Do Mail question.
Replies: 5
Views: 4573

Its been a while but wanted to say thanks for all the responses/scheduling help.
by pone2332
14 Feb 2012 8:24
Forum: Job Definition
Topic: Scheduling a cyclic job.
Replies: 2
Views: 2573

Scheduling a cyclic job.

I have a cyclic job that is scheduled to run all days of the week from 0900-2300 on 15 min intervals. Is there a way I can have this job run during its standard time but on day 6 I would like it to stop at 2200. So, would look like below. I don't want to create a seperate job if I can help it. Days ...
by pone2332
03 Sep 2011 4:38
Forum: Job Definition
Topic: Do Ok/Do Mail question.
Replies: 5
Views: 4573

Do Ok/Do Mail question.

Hello All, Looking for some help with Do Mail/Do Ok. Currently I have a job set up with the following statements. Do Ok COMSTAT>0 Do Mail COMSTAT>0 The issue is the job does exit with a valid Retrun Code=29 and I don't want to receive mail for that return code. Wondering how I can receive mail on al...