TEST "MYLOADLIB(MYPROG)" What TCB is associated with MYPROG
Or since this running under TSO II is not the same as batch where exec pgm=MYPROG is the job step TCB Maybe there is only a RB for MYPROG Sent from my iPhone > On Dec 9, 2013, at 8:25 PM, Tony Harminc <[email protected]> wrote: > >> On 9 December 2013 19:44, Micheal Butz <[email protected]> wrote: >> So the current TCB is TCBOTC then ? > > I'm not sure what you mean - current when your program is running, or > current when you are at a TSO TEST prompt? > > Regardless, it would be unwise to rely on the structure of TEST's own > TCBs and their relationship to your program's. If you want to see > unambiguously what your program sees when it runs, have your program > copy the data of interest to a buffer somewhere, and then use TEST > commands to look at it. > > Tony H.
