Correction - As Chris Craddock pointed out, it is SUMM FORMAT REGS, not STATUS that formats out the linkage stack entries.
Wayne Driscoll Product Developer JME Software LLC NOTE: All opinions are strictly my own. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Wayne Driscoll Sent: Monday, July 23, 2007 7:19 PM To: [email protected] Subject: Re: IPCS Dump. How can you see the stack? The only way to find the correct stack is to know the run-time environment. For example, for some applications, R13 contains a save area chain, but the abending function may have been invoked via a stacking PC instruction, or SVC (ie STORAGE OBTAIN or GETMAIN), in which case R13 will be garbage. If everything uses the linkage stack (pretty uncommon) you would start with CR15 (or look at the LSED displays from the abending TCB via the IPCS STATUS command). For other formats, you will need more internal knowledge. For example, if you are looking at an application written in C++ using the XPLINK format, you may have a large amount of work on your hands, but if it is C/C++ (or any other LE compatible language), you may be able to find information on the SHARE web site about the format of the LE stack. There really isn't a "one size fits all (or even most)" approach to this. Wayne Driscoll Product Developer JME Software LLC NOTE: All opinions are strictly my own. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Mark House Sent: Monday, July 23, 2007 3:22 PM To: [email protected] Subject: IPCS Dump. How can you see the stack? I am trying to look at the stack in a dump through IPCS. Any ideas on how to get it done? Mark House (402) 778-1966 IBM Mainframe Systems [EMAIL PROTECTED] ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

