Re: Rexx IRXIC and IRXEXEC question

2008-01-23 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 01/22/2008 at 12:10 PM, Tony Harminc <[EMAIL PROTECTED]> said: >Sure - but which address space would that stack be in? The one you're doing the GETLINE or PUTGET in. >How would the initiating address space get anything onto the stack >in the target one (the one run

Re: Rexx IRXIC and IRXEXEC question

2008-01-22 Thread Tony Harminc
On Tue, 22 Jan 2008 10:33:16 -0500, Shmuel Metz (Seymour J.) <[EMAIL PROTECTED]> wrote: >In <[EMAIL PROTECTED]>, on 01/19/2008 > at 09:26 PM, Tony Harminc <[EMAIL PROTECTED]> said: > >>I imagine it's more a case of running a batch TMP. You should be able to >>send and receive command input and o

Re: Rexx IRXIC and IRXEXEC question

2008-01-22 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 01/19/2008 at 09:26 PM, Tony Harminc <[EMAIL PROTECTED]> said: >I imagine it's more a case of running a batch TMP. You should be able to >send and receive command input and output, but I would guess that a >command trying to prompt would get a nasty RC from GETLINE or

Re: Rexx IRXIC and IRXEXEC question

2008-01-19 Thread Tony Harminc
On Sat, 19 Jan 2008 12:04:03 -0600, Paul Gilmartin <[EMAIL PROTECTED]> wrote: >On Thu, 17 Jan 2008 00:15:31 -0600, Tony Harminc wrote: >> >>Then you write a REXX command environment handler (call it LINDYTSO or >>something, or even TSO if you want to be confusing; you can even make it the >>defaul

Re: Rexx IRXIC and IRXEXEC question

2008-01-19 Thread Paul Gilmartin
On Thu, 17 Jan 2008 00:15:31 -0600, Tony Harminc wrote: > >Then you write a REXX command environment handler (call it LINDYTSO or >something, or even TSO if you want to be confusing; you can even make it the >default), ATTACH each TSO command passing it a CPPL that you have set up, >WAIT for it, an

Re: Rexx IRXIC and IRXEXEC question

2008-01-16 Thread Tony Harminc
ly things that will make it impossible to implement properly. Have even more fun... Tony H. >-Original Message- >From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On >Behalf Of Lindy Mayfield >Sent: 16. tammikuuta 2008 13:50 >To: IBM-MAIN@BAMA.UA.EDU >Subject: R

Re: Rexx IRXIC and IRXEXEC question

2008-01-16 Thread Lindy Mayfield
2008 13:50 To: IBM-MAIN@BAMA.UA.EDU Subject: Rexx IRXIC and IRXEXEC question The Rexx IRXIC (Trace and Execution control) allows one to enter some commands like TS for trace start. Would something like this work? I initialize an environment with IRXINIT, replace the Input/Output routine with my

Rexx IRXIC and IRXEXEC question

2008-01-16 Thread Lindy Mayfield
The Rexx IRXIC (Trace and Execution control) allows one to enter some commands like TS for trace start. Would something like this work? I initialize an environment with IRXINIT, replace the Input/Output routine with my own , run IRXIC with TS command to turn on tracing, then run an exec with IRXE