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.
