The SyzMAIL/z part of our automation suite allows messages to be sent for nay console or system event, including automatically sending email (or SMS text message) for any and all tasks in the system when the task ends (or any time during it's execution), all without any JCL changes to any of the tasks or jobs. It, and all of our products, are very affordable.
Several sites have purchased it solely because they are unmanned, like your shop, because it will send the email or Cell phone text so that someone gets notified immediately should something happen, or if any jobs or tasks in the system end in a way they want to be told of. Since there are no JCL changes to any job or started task, you can implement it quickly and it never sleeps. You can get information at www.syzygyinc.com/SyzMAILz.htm Brian On Fri, 16 May 2014 06:31:52 -0500, John McKown <[email protected]> wrote: >We do this sort of thing by trapping console messages using CA-OPS/MVS (you >might want to look at the free TSSO on the CBTTAPE for this, if necessary). >We have a number of jobs which we then submit, via CA-7 which use XMITIP >(also free) to send a email to the appropriate MS Exchange user. In our >case, this user has a email address which sends the email to the >appropriate email to SMS gateway (which depends on the phone's telephone >service provider). It ends up as an SMS text message on the appropriate >cell phone. > >If you don't have something like CA-7, you could simply have a PDS with a >number of jobs in it. Each job sends the proper message to the proper email >user. You then submit this by having a STC which basically just does an >IEBGENER to the internal reader. The START command would look something >like: S SUBJOB,JOB=jobname > >Where "jobname" is the member name in the PDS. Which, in CA-7, is also the >name of the JOB in the JOB card. > > >An alternative would be to have a PDS which contains the email to be send >via XMITIP. And then have a different STC, say called SENDTXT, which runs >XMITIP in the STC and references the name of the member containing the >proper email to be sent. Command: START SENDTXT,TEXT=pds_member > > > >On Fri, May 16, 2014 at 3:24 AM, Miklos Szigetvari < >[email protected]> wrote: > >> Hi >> >> We are a small shop, no operator, and a small number of z/OS users. >> I would like to develop an application, which can send/show alerts if some >> kind of critical event occurs in the system. >> What I'm considering now: >> - Health checker events (PFA also) >> - High CPU usage(SDSF DA?) >> - MXI system wide exceptions (from CBT Tape 408) >> - JES Resource Monitor >> - MPF exit for critical messages >> - DUMP exit for different dumps >> >> What I would need : >> - a simple tool to show the DISK space usage in different storage groups >> and mount attributes >> >> Maybe some other events also, any suggestion welcomed. >> >> -- >> Kind regards, / Mit freundlichen Grüßen >> Miklos Szigetvari >> >> Research& Development >> ISIS Papyrus Europe AG >> Alter Wienerweg 12, A-2344 Maria Enzersdorf, Austria >> T: +43(2236) 27551 333, F: +43(2236)21081 >> E-mail: [email protected] >> Info: [email protected] Hotline: +43-2236-27551-111 >> Visit our brand new extended Website at www.isis-papyrus.com >> --------------------------------------------------------------- >> This e-mail is only intended for the recipient and not legally >> binding. Unauthorised use, publication, reproduction or >> disclosure of the content of this e-mail is not permitted. >> This email has been checked for known viruses, but ISIS Papyrus accepts >> no responsibility for malicious or inappropriate content. >> --------------------------------------------------------------- >> >> ---------------------------------------------------------------------- >> For IBM-MAIN subscribe / signoff / archive access instructions, >> send email to [email protected] with the message: INFO IBM-MAIN >> > > > >-- >There is nothing more pleasant than traveling and meeting new people! >Genghis Khan > >Maranatha! <>< >John McKown > >---------------------------------------------------------------------- >For IBM-MAIN subscribe / signoff / archive access instructions, >send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
