Re: Sending z/OS Events to Windows Server

2018-10-12 Thread Brian Westerman
Sorry for the marketing entry, but Syzygy has a product called SyzMPF/z which (among lots of other stuff) will allow you to automatically send email (with the step condition codes and the job related information from the steps, programs ect.) at the end of any job or task (or anywhere during the

Re: Sending z/OS Events to Windows Server (AD)

2018-10-11 Thread Carlos Cordero
Enviado: jueves, 11 de octubre de 2018 09:51 a. m. Para: IBM-MAIN@LISTSERV.UA.EDU Asunto: Re: Sending z/OS Events to Windows Server (AD) John, I finally saw your email. As someone pointed out, there are a number of commercial products available, Syncsort's Ironstream product being one of

Re: Sending z/OS Events to Windows Server

2018-10-11 Thread Charles Mills
Of Ed Jaffe Sent: Thursday, October 11, 2018 10:20 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Sending z/OS Events to Windows Server On 10/11/2018 10:04 AM, Charles Mills wrote: > > We have had internal philosophical discussions here about what constitutes > "real time." Ther

Re: Sending z/OS Events to Windows Server

2018-10-11 Thread Ed Jaffe
On 10/11/2018 10:04 AM, Charles Mills wrote: We have had internal philosophical discussions here about what constitutes "real time." There is a competitive solution that runs FTP as often as the customer wants (every five minutes?). Is that "real time"? Our sales folks say No. Well, we delay s

Re: Sending z/OS Events to Windows Server

2018-10-11 Thread Charles Mills
, October 11, 2018 9:50 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Sending z/OS Events to Windows Server Thanks Charles, Rob, Timothy, and Christopher for some excellent ideas to research. My needs are limited to jobstep completion, file creation, and file deletion. Needs to be near real time

Re: Sending z/OS Events to Windows Server

2018-10-11 Thread John Roberts
Thanks Charles, Rob, Timothy, and Christopher for some excellent ideas to research. My needs are limited to jobstep completion, file creation, and file deletion. Needs to be near real time, within a few ms of the occurence. Email notification is ok, but Web service is preferred. One-way - z to W

Re: Sending z/OS Events to Windows Server (AD)

2018-10-11 Thread Christopher Y. Blaicher
A.EDU] On Behalf Of John Roberts Sent: Tuesday, October 9, 2018 6:08 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Sending z/OS Events to Windows Server I have a need to recognize certain events (creation of a file, completion of a JOB, etc) and send basic information about each event to a Windows pr

Re: Sending z/OS Events to Windows Server

2018-10-10 Thread Timothy Sipples
If you're looking for a fairly simple, straightforward notification of a job completion (and results), z/OS 2.3 introduced the ability to send e-mail notifications when a batch job completes. Here's an article discussing how it works: https://www.ibm.com/developerworks/community/blogs/43ea8e78-acb

Re: Sending z/OS Events to Windows Server

2018-10-10 Thread Rob Schramm
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of John Roberts > Sent: Tuesday, October 9, 2018 3:08 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Sending z/OS Events to Windows Server > > I have a need to recognize certain events (creation of a f

Re: Sending z/OS Events to Windows Server

2018-10-09 Thread Charles Mills
s Sent: Tuesday, October 9, 2018 3:08 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Sending z/OS Events to Windows Server I have a need to recognize certain events (creation of a file, completion of a JOB, etc) and send basic information about each event to a Windows process near real-time. The Windows p

Sending z/OS Events to Windows Server

2018-10-09 Thread John Roberts
I have a need to recognize certain events (creation of a file, completion of a JOB, etc) and send basic information about each event to a Windows process near real-time. The Windows process would be a RESTful web server deployed on the Intranet alongside the z/OS box. I have been out of the SY