On 6 May 2015 at 18:05, Charles Mills <[email protected]> wrote:
> Does anyone know the answer to my question at the end of the note below? Is 
> it possible to call
> from one TSO command to another just passing the same CPPL with a new command 
> buffer? Any
> known gotchas? I have this all coded and I am getting SYSTEM ABEND CODE 66D   
> REASON
> CODE 00000002 which is documented as a bad pointer in the ECT. I am passing 
> my entry ECT.

It has worked for me in the past, but as I said, more and more of this
interface is becoming undocumented.

This is an abend related to the input stack. When does it occur - when
the new FOO command tries to read from the terminal? Merely LINKing or
CALLing FOO would not abend; some TSO/E service routine must be being
called. Or is it on return after you have called FOO? Or...?

I'm sure it goes without saying that you've checked all the pointers
in the CPPL, i.e. the ECT really is the one you received.

Tony H.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to