Re: Program entry point on Attached program

2012-02-19 Thread Shmuel Metz (Seymour J.)
In 003201ccedba$85dfabf0$919f03d0$@net, on 02/17/2012 at 04:24 PM, Micheal Butz michealb...@optonline.net said: I know that if a program is re-entrant a subsequent ATTACH will use that address as the entry point. How about a non-reentrant program If it is linked as REUS and the use count is

Re: Program entry point on Attached program

2012-02-18 Thread Binyamin Dissen
On Fri, 17 Feb 2012 16:24:24 -0500 Micheal Butz michealb...@optonline.net wrote: :I know that if a program is re-entrant a subsequent ATTACH will use that :address as the entry point. :How about a non-reentrant program It shouldn't. :If I do a ATTACH DISP=NO is the attached program LOADED and

Re: Program entry point on Attached program

2012-02-18 Thread Peter Relson
If I do a ATTACH DISP=NO is the attached program LOADED No, until after ATTACH DISP=RESET. In any ATTACH scenario, the attached program is loaded under the (running) new task. The new task does not run at all until ATTACH DISP=RESET. Peter Relson z/OS Core Technology Design

Program entry point on Attached program

2012-02-17 Thread Micheal Butz
Hi, I know that if a program is re-entrant a subsequent ATTACH will use that address as the entry point. How about a non-reentrant program If I do a ATTACH DISP=NO is the attached program LOADED and if so is there a way to find the entry point

Re: Entry Point of Attached program

2010-02-27 Thread Binyamin Dissen
On Fri, 26 Feb 2010 15:42:09 -0500 Joe Reichman joereich...@optonline.net wrote: :Sorry that I am back at this again :But I remeber debugging under TSO :TEST. :I set a breakpoint right after ATTACH :SVC 42 :And entered ??R1+C. The in other words TCBRB + C :Location 0C of a RB the

Entry Point of Attached program

2010-02-26 Thread Joe Reichman
Hi Sorry that I am back at this again But I remeber debugging under TSO TEST. I set a breakpoint right after ATTACH SVC 42 And entered ??R1+C. The in other words TCBRB + C Location 0C of a RB the documentation says system dependent field but I beleive that when doing an ATTACH it's