Re: IPCS Dump. How can you see the stack?

2007-07-31 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 07/23/2007 at 03:21 PM, Mark House [EMAIL PROTECTED] said: I am trying to look at the stack in a dump through IPCS. Which stack? Linkage? TSO? Save area chain? -- Shmuel (Seymour J.) Metz, SysProg and JOAT ISO position; see

Re: IPCS Dump. How can you see the stack?

2007-07-24 Thread Ron MacRae
Mark, Try IP VERBX LEDATA 'CEEDUMP'. This will give you the same info as a CEEDUMP, including call linkage . If your main module is not LE complient you may need to add TCB(tcbaddr), or CAA() or DSA() , to give it a clue where to start. LEDATA is a very powerfull command with lots of

IPCS Dump. How can you see the stack?

2007-07-23 Thread Mark House
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] This e-mail message and any attachments may contain confidential, proprietary or non-public information. This information is intended

Re: IPCS Dump. How can you see the stack?

2007-07-23 Thread David Day
Control Reg 15 has the stack address. - Original Message - From: Mark House [EMAIL PROTECTED] Newsgroups: bit.listserv.ibm-main To: IBM-MAIN@BAMA.UA.EDU Sent: Monday, July 23, 2007 3:21 PM Subject: IPCS Dump. How can you see the stack? I am trying to look at the stack in a dump

Re: IPCS Dump. How can you see the stack?

2007-07-23 Thread Roach, Dennis
of time. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Mark House Sent: Monday, July 23, 2007 3:22 PM To: IBM-MAIN@BAMA.UA.EDU Subject:IPCS Dump. How can you see the stack? I am trying to look at the stack in a dump through

Re: IPCS Dump. How can you see the stack?

2007-07-23 Thread Craddock, Chris
I am trying to look at the stack in a dump through IPCS. Any ideas on how to get it done? summ format regs from option 6 will format any linkage stack entries that exist. CC -- For IBM-MAIN subscribe / signoff / archive

Re: IPCS Dump. How can you see the stack?

2007-07-23 Thread Wayne Driscoll
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: IBM-MAIN@BAMA.UA.EDU Subject: IPCS Dump. How can you see

Re: IPCS Dump. How can you see the stack?

2007-07-23 Thread Wayne Driscoll
PROTECTED] On Behalf Of Wayne Driscoll Sent: Monday, July 23, 2007 7:19 PM To: IBM-MAIN@BAMA.UA.EDU 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