Oppolzer - Informatik / Blog


Blog-Hauptseite      Neuester Artikel      Älterer Artikel      Neuerer Artikel      Älterer gleiche Kategorie      Neuerer gleiche Kategorie

ASSEMBLER-L - Ladepunkte von Modulen in VSE

Subject:

Re: Baseless problem

From:

Bernd Oppolzer <bernd.oppolzer@T-ONLINE.DE>

Reply-To:

IBM Mainframe Assembler List <ASSEMBLER-LIST@LISTSERV.UGA.EDU>

Date:

2013.04.11 23:56:39


Reading again:

there is no problem finding the (static) data, even if the USING point is not at
the beginning of the module; if you have the load point of the module, which you
get easily from CDE/XTLST, then you add the offsets of the variables from the
CSECT.

Oh, I see, you are VSE normally - don't know how easy or difficult it is to get
the load points of the modules in a VSE environment - but at least the load
point of the abending module should be present at the top of a dump, even in
VSE.

Kind regards

Bernd



Am 11.04.2013 23:22, schrieb Bernd Oppolzer:
>
> For finding the variables in the dump, you should use the offsets in
> the instructions, not the offsets in the assembly list - or: you have to
> add the distance of the data area base.
>
>

Blog-Hauptseite      Neuester Artikel      Älterer Artikel      Neuerer Artikel      Älterer gleiche Kategorie      Neuerer gleiche Kategorie