On Thu, 1 Nov 2007 09:32:57 -0500, Bruce Richardson 
<[EMAIL PROTECTED]> wrote:

>...How do I trace the message to figure out which
>subsystem deleted the message?
>...

I think the official answer is that you open a PMR or Tech Question
with IBM ad they will give you a trap to run a SLIP trace.  The 
module where the trap is set is OCO so you can't guarantee what 
works in one release will work in another.

But given that caveat, ...

Here is the SLIP trap for z/OS 1.6 (I think).
It traps entry and exit of of SSI function code 9 (WTO) and function
code 10 (command).  You can probably eliminate the command test.
The following is from an exec that issues the SLIP command.  You
would obviously omit the quotes if you are entering it by hand.

"SL SET,IF,LPAEP=(IEFJRASP,8E0,8E3)"                          
"DA=(1R?+6,EQ,0009,AND,(1R?+10?+4?+20,EQ,"m1",+24,EQ,"m2"),"  
                   "OR,(1R?+10?+4?+20,EQ,"c1",+24,EQ,"c2"))"  
"A=TRACE"                                                     
"TD=(STD,REGS,1R?,+1C,1R?+8?,+24,1R?+10?,+14,1R?+10?+4?,+160)"
"END"  
where 
m1 is the hex of the 1st 4 characters of the message id
m2 is the hex of the 2nd 4 characters
c1 is the hex of the 1st 4 characters of the command
c2  is the hex of the 2nd 4 characters

Pat O'Keefe

----------------------------------------------------------------------
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

Reply via email to