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

