Re: Is there a tool to monitor JES2 Input Queue wait time? [EXTERNAL]

2020-08-25 Thread Wayne Bickerdike
Andy wrote: *Isn't the goal here to identify jobs that have been submitted, but not started? Long-running jobs don't fit that criteria, having already started - or have I missed the point?Andy Stylesz/Series System Programmer* *As I said, the utility could be modified to check arrival on the

Re: Is there a tool to monitor JES2 Input Queue wait time? [EXTERNAL]

2020-08-25 Thread R.S.
W dniu 25.08.2020 o 23:00, Styles, Andy (ITS zPlatform Services) pisze: Classification: Public Isn't the goal here to identify jobs that have been submitted, but not started? Long-running jobs don't fit that criteria, having already started - or have I missed the point? Good point. IMHO you

Re: Is there a tool to monitor JES2 Input Queue wait time? [EXTERNAL]

2020-08-25 Thread Styles, Andy (ITS zPlatform Services)
Discussion List On Behalf Of Wayne Bickerdike Sent: 25 August 2020 21:30 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a tool to monitor JES2 Input Queue wait time? [EXTERNAL] -- This email has reached the Bank via an external source -- I wrote a REXX monitor that runs every 15 minutes

Re: Is there a tool to monitor JES2 Input Queue wait time? [EXTERNAL]

2020-08-25 Thread Wayne Bickerdike
I wrote a REXX monitor that runs every 15 minutes and issues WTO for certain jobs that have been running too long. The code could be changed to check input time and start time. A screen scraper could do this too. Tom Brennnans Vista emulator has a scripting feature that will pick up console

Re: Is there a tool to monitor JES2 Input Queue wait time? [EXTERNAL]

2020-08-25 Thread R.S.
W dniu 25.08.2020 o 16:52, Feller, Paul pisze: Lizette, if you have some type of software like OPS/MVS you could look at running a script from time to time that executes the JES2 command $DJQ,DELAY=YES,DELAY and then look at the output from the command. Isn't it as obsolete as dinosaurs? I

Re: Is there a tool to monitor JES2 Input Queue wait time? [EXTERNAL]

2020-08-25 Thread Barry Merrill
for technical questions ba...@mxg.com -Original Message- From: IBM Mainframe Discussion List On Behalf Of Feller, Paul Sent: Tuesday, August 25, 2020 9:53 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a tool to monitor JES2 Input Queue wait time? [EXTERNAL] Lizette, if you

Re: Is there a tool to monitor JES2 Input Queue wait time? [EXTERNAL]

2020-08-25 Thread Feller, Paul
24, 2020 3:05 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Is there a tool to monitor JES2 Input Queue wait time? [EXTERNAL] Just curious We had a few jobs that took up to 30 minutes before going from input queue to actually running. Does anyone know of an easy (FREE) way to monitor JES2 I