See http://publib.boulder.ibm.com/infocenter/zos/v1r11/index.jsp?topic=/com.ibm.zos.r11.ieac500/verbx.htm for IPCS commands.
You will need to look at the assembler program listing and figure out how the storage is allocated and made addressable. If you are lucky it will be mapped to a register that still has a valid address at the time of the abend. Look for something like USING WORKAREAS,Rn where Rn is a general purpose register.
You can also pray that there is someone at your installation that has experience with assembler and dump reading, and can talk you through it.
Good luck,
David de Jongh
Hello All,
Apology in advance if my terminologies used in assemblers are wrong and
must confess that I am not proficient in assembler.
I was trying to understand about an application when It fails I check its
symptoms using IPCS and I get the Module name and CSECT value.
Is it possible to understand the storage area name where a particular
Module was failed ?
Please provide me your pointers.
/Jake
Apology in advance if my terminologies used in assemblers are wrong and
must confess that I am not proficient in assembler.
I was trying to understand about an application when It fails I check its
symptoms using IPCS and I get the Module name and CSECT value.
Is it possible to understand the storage area name where a particular
Module was failed ?
Please provide me your pointers.
/Jake
