On Wed, 20 Dec 2023 at 00:48, Jon Perryman <[email protected]> wrote:
> On Tue, 19 Dec 2023 21:20:29 -0500, Joseph Reichman <[email protected]> > wrote: > [...] > >If you are looking for entry point modname if primary CSVQUERY would give > you that > > CSVQUERY will not always work which is why IBM diagnostic messages do not > include the load module name and entry point. This is why I locate the base > reg and verify the branch around the module eyecatcher (including length). > I use this same standard in my modules to be compatible. > The trick is to not abend when you try looking at the eyecatcher. Where do you get the base reg? A wild branch can easily destroy what you think is the base (and that may well be why you abended in the first place), and then if you reference what you think is the eyecatcher you may have a second failure to recover from. Tony H. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
