Re: Console exits

2008-03-26 Thread Dave Cartwright
that describes exits for the console? Don't bother, that wheel has been invented many times before. IMHO the best solution is TSSO off the CBT tape, but be sure to get the latest version from the Updates section. Browse through file 001 for other console exits. I put the MLWTO code

Re: Console exits

2008-03-26 Thread Mark Pace
Thanks to all that made suggestions. IEFU29 was the easiest alternative, other than the IPL needed. ;-) -- Mark Pace Mainline Information Systems -- For IBM-MAIN subscribe / signoff / archive access instructions, send email

Re: Console exits

2008-03-26 Thread Richard Peurifoy
Mark Pace wrote: Thanks to all that made suggestions. IEFU29 was the easiest alternative, other than the IPL needed. ;-) An IPL is not needed. IEFU29 is handle thru the dynamic exit facility, so you an issue a command to add it. The module can be loaded by the exit facility, or added to

Console exits

2008-03-25 Thread Mark Pace
I would like to write a console exit. I have an example for msg IEE362A, but it is a single line message. The message I want to trap and process is IEE391A which is a multiple line message. Can anyone point me at the manual that describes exits for the console? -- Mark Pace Mainline

Re: Console exits

2008-03-25 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Mark Pace Sent: Tuesday, March 25, 2008 12:35 PM To: IBM-MAIN@bama.ua.edu Subject: Console exits I would like to write a console exit. I have an example for msg IEE362A

Re: Console exits

2008-03-25 Thread Mark Pace
Thanks, John. On Tue, Mar 25, 2008 at 1:40 PM, McKown, John [EMAIL PROTECTED] wrote: MPF exits: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/iea2e481/2.11 -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative

Re: Console exits

2008-03-25 Thread Shane
I don't know that it is. You will get re-entered for each line, and will need to keep track of the msgid as you can't be sure the lines will be presented consecutively for the same message for the same address space. A real problem if you have the potential for more than one address space to issue

Re: Console exits

2008-03-25 Thread Mark Pace
Yep - I had one setup and working. Then I changed the name of my MANx datasets, and then the message number changed! Changed from using SYS1.MANx datasets to SYS1.MISZOS.MANx it appears that the dump message has changed!?!?! From: *IEE362A SMF ENTER DUMP FOR SYS1.MAN2 ON PCAT01 To: *IEE391A SMF

Re: Console exits

2008-03-25 Thread Richard Peurifoy
Mark Pace wrote: Yep - I had one setup and working. Then I changed the name of my MANx datasets, and then the message number changed! Changed from using SYS1.MANx datasets to SYS1.MISZOS.MANx it appears that the dump message has changed!?!?! From: *IEE362A SMF ENTER DUMP FOR SYS1.MAN2 ON

Re: Console exits

2008-03-25 Thread Shane Ginnane
Use IEFU29 - the one in SAMPLIB has code to handle either. Minor modifications to get it working. Shane ... IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu wrote on 26/03/2008 06:45:11 AM: Yep - I had one setup and working. Then I changed the name of my MANx datasets, and then the