On 9 December 2013 18:43, Micheal Butz <[email protected]> wrote: > When do the following command under TEST > L 21C.??+C? The name in the CDE > Is IKJEGLST. Which I assume is the module of the TSO TEST List command. > Seems I am displaying TEST info. > Not my the program I am testing.
When you are issuing TEST commands your program is not running, so it can hardly be the current TCB. TEST is running in the same TSO address space as your program; it's not an external thing looking in from another address space. The TEST LIST command already substitutes certain data for what's actually there (e.g. look at an instruction that has a breakpoint set on it), but it doesn't go so far as to fake up a current TCB for you. Tony H.
