Re: Batch job elapsed time baseline and alerts

2022-02-16 Thread Wayne Bickerdike
TWS (Tivoli Workload Scheduler) has the long running job alerts. It is apparently quite resource hungry. That's the reason I developed my REXX/SDSF code and the automation guys said it did the job fine. On Thu, Feb 17, 2022 at 3:03 PM Michael Brennan wrote: > Some scheduling products have

Re: Batch job elapsed time baseline and alerts

2022-02-16 Thread Michael Brennan
Some scheduling products have this built in. Will do some type of alert when a job is running late. Can not remember which one has this capability. On Fri, Feb 11, 2022 at 10:19 AM Jantje. < 033acf17e42f-dmarc-requ...@listserv.ua.edu> wrote: > Esteemed listers, > > I have been tasked to

Re: Batch job elapsed time baseline and alerts

2022-02-16 Thread Tim Hare
With "several hundreds if not thousands jobs running at any give time" you must be using an automated job scheduler of some sort. Does your scheduler maintain 'average run time' in its database? Does the scheduler itself, allow notification if that average time is exceeded? If not - you can

Re: Batch job elapsed time baseline and alerts

2022-02-11 Thread Wayne Bickerdike
on. We use Zeke, and > > our operators are notified when a job has not started, or is running too > long. > > > > -Original Message- > > From: IBM Mainframe Discussion List On > Behalf Of Rob Scott > > Sent: Friday, February 11, 2022 11:41 AM > > To:IBM

Re: EXTERNAL: Re: Batch job elapsed time baseline and alerts

2022-02-11 Thread Usher, Darrold
Subject: EXTERNAL: Re: Batch job elapsed time baseline and alerts Thats what job management is for. SMF records 30 contain job elapsed time. Joe On Fri, Feb 11, 2022 at 10:19 AM Jantje. < 033acf17e42f-dmarc-requ...@listserv.ua.edu> wrote: > Esteemed listers, > > I have bee

Re: Batch job elapsed time baseline and alerts

2022-02-11 Thread Carmen Vitullo
long. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Rob Scott Sent: Friday, February 11, 2022 11:41 AM To:IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Batch job elapsed time baseline and alerts [External Email. Exercise caution when clicking links or opening attachments

Re: Batch job elapsed time baseline and alerts

2022-02-11 Thread PINION, RICHARD W.
AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Batch job elapsed time baseline and alerts [External Email. Exercise caution when clicking links or opening attachments.] Rather than maintaining some sort of historical database, you could consider putting the "estimated elapsed time" resp

Re: Batch job elapsed time baseline and alerts

2022-02-11 Thread Rob Scott
XX Rob Scott Rocket Software -Original Message- From: IBM Mainframe Discussion List On Behalf Of Jantje. Sent: 11 February 2022 16:19 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Batch job elapsed time baseline and alerts EXTERNAL EMAIL Esteemed listers, I have been tasked to put

Re: Batch job elapsed time baseline and alerts

2022-02-11 Thread Carmen Vitullo
Joe's suggestion would be the easiest and if you have MXG your JOBS.DB can be used to query prior or average elapsed times, do some compare and use your automation system, like CA-OPS, in my case to send an alert based on that compare just thinking off the top of my head. Carmen On

Re: Batch job elapsed time baseline and alerts

2022-02-11 Thread Joe Monk
Thats what job management is for. SMF records 30 contain job elapsed time. Joe On Fri, Feb 11, 2022 at 10:19 AM Jantje. < 033acf17e42f-dmarc-requ...@listserv.ua.edu> wrote: > Esteemed listers, > > I have been tasked to put a procedure in place that will generate an alert > when a batch job

Batch job elapsed time baseline and alerts

2022-02-11 Thread Jantje.
Esteemed listers, I have been tasked to put a procedure in place that will generate an alert when a batch job "takes longer than usual" to complete. Yes, I know, that is a rather vaguely stated requirement... I know I can find figures about the elapsed time of a batch job in one of the SMF