Peter, That may have to be my approached; there may be many different modules that are LINKED and the DUMP only gives me a few and they are freemain-ed so quickly.. Looking into SLIP options also.
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Hunkeler Peter (KIUP 4) Sent: Friday, October 16, 2009 3:05 AM To: [email protected] Subject: Re: How to determine module name of a SVC06 LINK call. You say you're looking at systrace entries, so I assume you've got dump. Have you tried to follow R15 from the SVC trace entry? R15 points to the parm list. The first word pointed to by R15 is the address of the entry point name (if the high order bit is 0). Of course, the area pointed to by R15 might have been reused after the SVC6, so you might not see anything meaningful there. -- Peter Hunkeler CREDIT SUISSE ---------------------------------------------------------------------- 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 This e-mail message and any attachments transmitted with it are confidential and are intended solely for the use of its authorized recipient(s). If you are not an intended or authorized recipient, you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the information contained in this e-mail is prohibited. If you have received this message in error or are not authorized to receive it, please immediately notify the sender and delete the original message and all copies of it from your computer. ---------------------------------------------------------------------- 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

