On Thu, 11 Feb 2010 04:14:41 -0500 Joe Reichman <joereich...@optonline.net>
wrote:

:>IS there anyway of pre-dertermining an Attache'ed program load point 

:>e.g. If I  LOAD EP=PROGXX 

:>the address is returned in R0

Entry point, not load point

:>Then When I do an ATTACH EP=PROGXX

:>If I want to debug this program then before I do the Attach

:>I would makle a break point (using TEST ) . AT ?R0

:>Because ATTACH would most likely check the Job Pack Area First to see if the
:>program is Already in core

:>When trying to debug I might not finding the above true in ALL cases 

:>Does anyone have insight thankx  

Simply do 

    AT PROGXX.csect DEFER 

No need to pre-load.

Or under TEST you can

   LOAD 'dsname(member)'

and you have the EP and can do a normal AT

--
Binyamin Dissen <bdis...@dissensoftware.com>
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to