That did not work for me. We are heavy users of XMITIP, so that is not the problem. How do you get SMTP as an output writer?
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Van Dalsen, Herbie Sent: Friday, December 28, 2007 4:18 AM To: [email protected] Subject: Re: No more text messaging from mainframe? Tim, We had to use all the cheapest ways to get around, to it is not spectacular at all, but it looks like this... A CBT product called TSSO picks up the message from the log and executes a rexx to send to the service provider... TSSO also passes on the relevant info to populate msgstring... The TSSO table looks something like this... 000087 EQQ036IP TABENTRY MSG=EQQE036I,TEST=((S,14,1,'P'),(L,01)), X 000088 ACTION=OSCMD,ECHO=LOG, X 000089 TEXT='+JOBFAIL \S010,62\' The rexx... something like this... /* JOBFAIL REXX Trace "N" Arg msgstring "ALLOC FI(SMTP) SYSOUT(B) WRITER(SMTP) REUSE" Queue "HELO euroconex.com " Queue "MAIL FROM:<[EMAIL PROTECTED]> " Queue "RCPT TO:<[EMAIL PROTECTED]> " Queue "DATA " Queue "DATE: " Date() Time() "GMT " Queue "SUBJECT: " msgstring Queue "" "EXECIO * DISKW SMTP (FINIS" "FREE FI(SMTP)" Exit Hope this helps, and yes our OPS guys are still getting their messages as we speak... And a Prosperous new year to everyone, with lots of new mainframes sold, and lots of new opportunities seeing the light. Regards Herbie -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Sebastian Welton Sent: 29 September 2007 07:15 To: [email protected] Subject: Re: No more text messaging from mainframe? On Fri, 28 Sep 2007 13:26:02 -0400, Hare, Tim <[EMAIL PROTECTED]> wrote: >Thanks to some pointers from the list, I've been able to get some Rexx to do SNPP >(Simple Network Paging Protocol) with our paging provider, not yet within >AF/Operator, but since everyone on call has a cell phone anyway, there's a lot of >support for trying to do this over text messaging instead. You may want to look at the replacement (new version) of AF/Remote - SA IOM which has this function and I've used it successfully. Seb. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html Elavon Financial Services Limited Registered in Ireland: Number 418442 Registered Office: Block E, 1st Floor, Cherrywood Business Park, Loughlinstown, Co. Dublin, Ireland Directors: Robert Abele (USA), John Collins, Terrance Dolan (USA), Pamela Joseph (USA), Declan Lynch, John McNally, Malcolm Towlson Elavon Financial Services Limited, trading as Elavon, is regulated by the Financial Regulator ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html NOTICE: This electronic mail message and any files transmitted with it are intended exclusively for the individual or entity to which it is addressed. The message, together with any attachment, may contain confidential and/or privileged information. Any unauthorized review, use, printing, saving, copying, disclosure or distribution is strictly prohibited. If you have received this message in error, please immediately advise the sender by reply email and delete all copies. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

