Re: Which Sub-system is deleting my message?



On Thu, 1 Nov 2007 09:32:57 -0500, Bruce Richardson
<Bruce_Richardson@xxxxxxxxxx> 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 listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
.



Relevant Pages

  • Re: Which Sub-system is deleting my message?
    ... A "D SSI,FUNC=9' command may give you a clue where to look. ... m1 is the hex of the 1st 4 characters of the message id ... the SLIP below was for z/OS 1.8 and the offsets look the same. ...
    (bit.listserv.ibm-main)
  • Re: Clicked links pop up and then disappear-HELP
    ... >>A real BIG thanks to JAN and PA Bear!! ... If it is not a .txt file there may be unprintable control characters ... If you don't have any other tools which would show you the hex value ... copied characters and then its D command to show you their values ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: Clicked links pop up and then disappear-HELP
    ... marks after .dll. ... If it is not a .txt file there may be unprintable control characters ... If you don't have any other tools which would show you the hex value ... copied characters and then its D command to show you their values ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: Set App Priority
    ... string and then terminates" ... gives then parameters to use to modify the START command ... below) /F:OFF Disable file and directory name completion characters ... no special characters between the two quote characters, ...
    (microsoft.public.windowsxp.customize)
  • Re: Set App Priority
    ... This would start notepad with high priority. ... Starts a new instance of the Windows XP command interpreter ... /F:OFF Disable file and directory name completion characters ... If all of the following conditions are met, then quote characters ...
    (microsoft.public.windowsxp.customize)