Hi Thank you for he ideas. I have a program to change the SYSTSIN/SYSTSPRT get/put pointers, but I neded for this APF auth.
I done the SYSTSPRT access currently with OUTTRAP and a callback routine to access the results via IRXEXCOM. The original problem was that the IRXEXCOM has not worked for me without an active REXX exec. I have maybe another question: to use authorised TSO call's , is it enough to switch off the non auth flag in the IKJTEFTSR parm list ? Thank you -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Behalf Of Paul Gilmartin Sent: Dienstag, 16. Mai 2006 17:14 To: [email protected] Subject: Re: Result back from IKJTSOEV In a recent note, Tony Harminc said: > Date: Tue, 16 May 2006 10:56:41 -0400 > > Miklos Szigetvari asked: > > > How can I get back the result of a TSO/REXX command if I call > > under IKJTSOEV /IKJEFTSR ? (instead of SYSTSPRT ) > > One quite elegant approach is to use a GPSAM-like subsystem to process your > SYSTSPRT. Another, less-elegant-but-it-works-fine way is to hook the DCB put > routine pointer once TSOEV has opened SYSTSPRT. You have to watch out for a > I've done something like this in the past, hooking the DCP read pointer in the DCB OPEN exit for "DSN(*)" to permit mixed-case input from a terminal. > number of things, system integrity not the least of them, but I've done it > I would not expect a system integrity exposure unless the program is authorized to begin with. In the case I described above, the process worked in an unauthorized environment. -- gil -- StorageTek INFORMATION made POWERFUL ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

