> During an abend analysis my LOGREC shows the address where 
> the error occured as n bytes into ECNDLL ie in extended PLPA.
> Therefore ENDLL is name of the load module that contains 
> number of Csects.
> The address however is not in the dump,in such cases IBM 
> manual "MVS IPCS Commands" suggests us to use AMBLIST utility 
> to find the name of the Csect we are looking for.
>  
> Can anyone guide me on how to apply AMBLIST on dump dataset 
> to view the Csect names?
> Thanks n advance.
> Cheers,
> Mary George

//AMBLIST  EXEC PGM=AMBLIST

//SYSPRINT DD  SYSOUT=*

//SYSLIB   DD  DISP=SHR,DSN=SYS1.LPALIB

//SYSIN    DD  *

 LISTLOAD MEMBER=IDA0192A,OUTPUT=XREF

//* 

This is what I used the last time I had to do that. Change member and
dataset names.

Paul Gillis

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

Reply via email to