In article <ad31e1c1-ad19-4e4b-a588-151153c398...@googlegroups.com> you wrote:
> Is there any way to actually print a sysmdump?

First, you'll get better results emailing the listserv rather than posting 
directly
to the newsgroup.

Printing a SYSMDUMP is doable, but not particularly useful. It can come in 
handy if
you want someone to look at a dump that just refuses to learn IPCS. Run TSO in 
batch
and do something like:

//SYSTSIN  DD *
PROFILE MSGID
SETD DSNAME('xxxxxxxx.SYSMDUMP') NOLIST NOCONFIRM
DROPD
%BLSCBSVB
VERBEXIT LEDATA 'ALL'
VERBEXIT LEDATA 'NTHREADS(*)'
SUMMARY FORMAT ASID(X'xxx')
%BLSCPRIV X'xxx'
LIST 2400000000.:24FFFFFFFFF. PRINT NOTERMINAL DISPLAY ASID(X'xxx')
/*

(replace xxxxxxx with DSN and xxx with ASID and modify the ATB storage
range with addresses you can see in the dump.)

-- 
Don Poitras

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

Reply via email to