Re: Format the linkage stack from an SDUMP issued in SRB mode

2013-03-13 Thread Binyamin Dissen
On Wed, 13 Mar 2013 02:04:41 -0400 Jim Mulder  wrote:

:>>I didn't see an obvious way to format the linkage stack for an SRB. 
:>Neither
:>>SUMM FORMAT nor 2.2 did the job.

:>>Eventually I browsed the storage using CR15.

:>>What did I mess?

:>   You can format the linkage stack for a suspended SRB (SSRB).
:>You can format the linkage stack for  a  workunit which is
:>dispatched on a CPU at the time of a standalone dump.
:>There is no code that I can find  to format the linkage stack to which
:>an arbitrary CR15 value points (as is probably your case if 
:>you are talking about a dispatched SRB in an SVC dump). 

Exactly.

Sigh.

:>  I have at times (maybe many times over the years) desired such a
:>function, but apparently not enough get me to write  the code myself yet.. 
:>
:>
:>  If you have taken the trouble to figure out the address of a 
:>particular linkage stack entry, you can format that single  entry using
:>
:>CBF   addressSTR(LSE)
:>
:>
:>
:>Jim Mulder   z/OS System Test   IBM Corp.  Poughkeepsie,  NY
:>
:>--
:>For IBM-MAIN subscribe / signoff / archive access instructions,
:>send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
Binyamin Dissen 
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Format the linkage stack from an SDUMP issued in SRB mode

2013-03-12 Thread Jim Mulder
>I didn't see an obvious way to format the linkage stack for an SRB. 
Neither
>SUMM FORMAT nor 2.2 did the job.

>Eventually I browsed the storage using CR15.

>What did I mess?

   You can format the linkage stack for a suspended SRB (SSRB).
You can format the linkage stack for  a  workunit which is
dispatched on a CPU at the time of a standalone dump.
There is no code that I can find  to format the linkage stack to which
an arbitrary CR15 value points (as is probably your case if 
you are talking about a dispatched SRB in an SVC dump). 

  I have at times (maybe many times over the years) desired such a
function, but apparently not enough get me to write  the code myself yet.. 


  If you have taken the trouble to figure out the address of a 
particular linkage stack entry, you can format that single  entry using

CBF   addressSTR(LSE)



Jim Mulder   z/OS System Test   IBM Corp.  Poughkeepsie,  NY

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Format the linkage stack from an SDUMP issued in SRB mode

2013-03-12 Thread nitz-...@gmx.net
> I didn't see an obvious way to format the linkage stack for an SRB. Neither
> SUMM FORMAT nor 2.2 did the job.
> 
> Eventually I browsed the storage using CR15.

Not sure if you're asking for this: ip cbf x str(lse) with x the linkage stack 
entry address. IIRC, there are similar str(yyy) values for the other types of 
linkage stack entries (header, footer).

Barbara

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Format the linkage stack from an SDUMP issued in SRB mode

2013-03-12 Thread Binyamin Dissen
I didn't see an obvious way to format the linkage stack for an SRB. Neither
SUMM FORMAT nor 2.2 did the job.

Eventually I browsed the storage using CR15.

What did I mess?

--
Binyamin Dissen 
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN