Re: SLIP Trap definitions

2006-06-09 Thread Tony Harminc
Mark Pace wrote:

> Where can I find the definitions that trigger a SLIP message?
> 
> IEA989I SLIP TRAP ID=X33E MATCHED.  JOBNAME=HSM , ASID=0025.
> 
> I've looked in a few manuals and googled, but I can't find 
> what causes a SLIP X33E

Are you asking what a 33E abend *is*? Or where to find the list of SLIPs
that are in effect?

If the former, it's a DETACH of a subtask that hasn't completed. This can
happen normally under various circumstances, but the most common by far is
when you are running a TSO command, and hit ATTN, and then run another
command. The TMP DETACHes the unfinished command, and it abends as part of
routine resource cleanup. (Or rather, abend exists largely to perform
resource cleanup.)

Tony H.

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


Re: SLIP Trap definitions

2006-06-09 Thread Bruce Black


Where can I find the definitions that trigger a SLIP message?

IEA989I SLIP TRAP ID=X33E MATCHED.  JOBNAME=HSM , ASID=0025.

I've looked in a few manuals and googled, but I can't find what causes a
SLIP X33E
X33E is the name of a SLIP that was set at your installation, so it is 
locally-defined and is not in any manual.


On the console, issue   D SLIP,ID=X33Eto see the SLIP definition. 
Probably it is setup to suppress dumps on S33E abends.  


--
Bruce A. Black
Senior Software Developer for FDR
Innovation Data Processing 973-890-7300
personal: [EMAIL PROTECTED]
sales info: [EMAIL PROTECTED]
tech support: [EMAIL PROTECTED]
web: www.innovationdp.fdr.com

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


Re: SLIP Trap definitions

2006-06-09 Thread Bertus Bekker - BCX - Persetel Q Vector
An abend S33E will cause the SLIP trap to be matched.
The SLIP is set to prevent a dump, as a 33E is usually not neccesarily bad.
That is the purpose of most of the SLIP traps set in IEASLP00.
SLIP traps can also be set for many other events, mainly as a debugging aid. 



From: IBM Mainframe Discussion List on behalf of Mark Pace
Sent: Fri 2006/06/09 03:15 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: SLIP Trap definitions



>SLIP SET,C=33E,ID=X33E,A=NODUMP,END

But that doesn't tell me causes that trap to be handled.  What causes this
message to be displayed?



Mark D Pace
Senior Systems Engineer
Mainline Information Systems
1700 Summit Lake Drive
Tallahassee, FL. 32317
Office: 850.219.5184
Fax: 888.221.9862
http://www.mainline.com


This e-mail and files transmitted with it are confidential, and are
intended solely for the use of the individual or entity to whom this e-mail
is addressed.  If you are not the intended recipient, or the employee or
agent responsible to deliver it to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication is strictly prohibited.  If you are not one of the named
recipient(s) or otherwise have reason to believe that you received this
message in error, please immediately notify sender by e-mail, and destroy
the original message.  Thank You.

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



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


Re: SLIP Trap definitions

2006-06-09 Thread Mark Pace
Thanks everyone.
The additonal explanations finally turned on the light.



Mark D Pace
Senior Systems Engineer
Mainline Information Systems
1700 Summit Lake Drive
Tallahassee, FL. 32317
Office: 850.219.5184
Fax: 888.221.9862
http://www.mainline.com


This e-mail and files transmitted with it are confidential, and are
intended solely for the use of the individual or entity to whom this e-mail
is addressed.  If you are not the intended recipient, or the employee or
agent responsible to deliver it to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication is strictly prohibited.  If you are not one of the named
recipient(s) or otherwise have reason to believe that you received this
message in error, please immediately notify sender by e-mail, and destroy
the original message.  Thank You.

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


Re: SLIP Trap definitions

2006-06-09 Thread Bob Shannon
> But that doesn't tell me causes that trap to be handled.  

Look up abend 33E. Since IBM defines a slip for this code, accept it as
a normal behavior.


Bob Shannon

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


Re: SLIP Trap definitions

2006-06-09 Thread Thomas, Jim
Take a look at your IEASLPxx ... The C= will have 
33E specified with an ID=X33E  IOW it's a S33E  !!.

  

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of O'Brien, David W. (NIH/CIT) [C]
Sent: Friday, June 09, 2006 9:07 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: SLIP Trap definitions

See MVS Init and Tuning reference
 
45.3  IBM-supplied default for IEASLPxx   (c) Copyrigh
Topi
 SLIP SET,C=13E,ID=X13E,A=NODUMP,END
 SLIP SET,C=1C5,RE=00090004,ID=X1C5,A=NODUMP,END

 SLIP SET,C=222,ID=X222,A=NODUMP,END
 SLIP SET,C=322,ID=X322,A=NODUMP,END
 SLIP SET,C=33E,ID=X33E,A=NODUMP,END
 SLIP SET,C=3C4,REASON=1A,ID=S3C4,A=SVCD,END



From: Mark Pace [mailto:[EMAIL PROTECTED]
Sent: Fri 6/9/2006 8:45 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: SLIP Trap definitions



Where can I find the definitions that trigger a SLIP message?

IEA989I SLIP TRAP ID=X33E MATCHED.  JOBNAME=HSM , ASID=0025.

I've looked in a few manuals and googled, but I can't find what causes a
SLIP X33E



Mark D Pace
Senior Systems Engineer
Mainline Information Systems
1700 Summit Lake Drive
Tallahassee, FL. 32317
Office: 850.219.5184
Fax: 888.221.9862
http://www.mainline.com


This e-mail and files transmitted with it are confidential, and are
intended solely for the use of the individual or entity to whom this
e-mail is addressed.  If you are not the intended recipient, or the
employee or agent responsible to deliver it to the intended recipient,
you are hereby notified that any dissemination, distribution or copying
of this communication is strictly prohibited.  If you are not one of the
named
recipient(s) or otherwise have reason to believe that you received this
message in error, please immediately notify sender by e-mail, and
destroy the original message.  Thank You.

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



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

The contents of this e-mail are intended for the named addressee only. It 
contains information that may be confidential. Unless you are the named 
addressee or an authorized designee, you may not copy or use it, or disclose it 
to anyone else. If you received it in error please notify us immediately and 
then destroy it. 

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


Re: SLIP Trap definitions

2006-06-09 Thread Brian Peterson
D SLIP=X33E will show you what the SLIP trap is looking for (works for any 
trap).  On my system:

D SLIP=X33E   
IEE735I 08.16.15 SLIP DISPLAY 
ID=X33E,NONPER,ENABLED
ACTION=NODUMP,SET BY CONS INTERNAL,RBLEVEL=ERROR,COMP=33E 

The trap specifies COMP=33E, which means that the trap "hits" when a system 
abend code 33E occurs.  The ACTION=NODUMP means that the SLIP "action" is 
to not take an SVC dump.  You can look up abend code 33E to see the 
definition of this particular abend code.

This is one of the "standard" SLIP traps which IBM provides for every MVS 
system, and is part of normal system operation.

Brian

On Fri, 9 Jun 2006 08:45:57 -0400, Mark Pace <[EMAIL PROTECTED]> wrote:

>Where can I find the definitions that trigger a SLIP message?
>
>IEA989I SLIP TRAP ID=X33E MATCHED.  JOBNAME=HSM , ASID=0025.
>
>I've looked in a few manuals and googled, but I can't find what causes a
>SLIP X33E
>
>Mark D Pace

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


Re: SLIP Trap definitions

2006-06-09 Thread Campbell Jay
An S33E Abend 

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Mark Pace
Sent: Friday, June 09, 2006 9:16 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: SLIP Trap definitions

>SLIP SET,C=33E,ID=X33E,A=NODUMP,END

But that doesn't tell me causes that trap to be handled.  What causes
this message to be displayed?



Mark D Pace
Senior Systems Engineer
Mainline Information Systems
1700 Summit Lake Drive
Tallahassee, FL. 32317
Office: 850.219.5184
Fax: 888.221.9862
http://www.mainline.com


This e-mail and files transmitted with it are confidential, and are
intended solely for the use of the individual or entity to whom this
e-mail is addressed.  If you are not the intended recipient, or the
employee or agent responsible to deliver it to the intended recipient,
you are hereby notified that any dissemination, distribution or copying
of this communication is strictly prohibited.  If you are not one of the
named
recipient(s) or otherwise have reason to believe that you received this
message in error, please immediately notify sender by e-mail, and
destroy the original message.  Thank You.

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

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


Re: SLIP Trap definitions

2006-06-09 Thread Mark Pace
>SLIP SET,C=33E,ID=X33E,A=NODUMP,END

But that doesn't tell me causes that trap to be handled.  What causes this
message to be displayed?



Mark D Pace
Senior Systems Engineer
Mainline Information Systems
1700 Summit Lake Drive
Tallahassee, FL. 32317
Office: 850.219.5184
Fax: 888.221.9862
http://www.mainline.com


This e-mail and files transmitted with it are confidential, and are
intended solely for the use of the individual or entity to whom this e-mail
is addressed.  If you are not the intended recipient, or the employee or
agent responsible to deliver it to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication is strictly prohibited.  If you are not one of the named
recipient(s) or otherwise have reason to believe that you received this
message in error, please immediately notify sender by e-mail, and destroy
the original message.  Thank You.

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


Re: SLIP Trap definitions

2006-06-09 Thread O'Brien, David W. (NIH/CIT) [C]
See MVS Init and Tuning reference
 
45.3  IBM-supplied default for IEASLPxx   © Copyrigh
Topi
 SLIP SET,C=13E,ID=X13E,A=NODUMP,END
 SLIP SET,C=1C5,RE=00090004,ID=X1C5,A=NODUMP,END

 SLIP SET,C=222,ID=X222,A=NODUMP,END
 SLIP SET,C=322,ID=X322,A=NODUMP,END
 SLIP SET,C=33E,ID=X33E,A=NODUMP,END
 SLIP SET,C=3C4,REASON=1A,ID=S3C4,A=SVCD,END



From: Mark Pace [mailto:[EMAIL PROTECTED]
Sent: Fri 6/9/2006 8:45 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: SLIP Trap definitions



Where can I find the definitions that trigger a SLIP message?

IEA989I SLIP TRAP ID=X33E MATCHED.  JOBNAME=HSM , ASID=0025.

I've looked in a few manuals and googled, but I can't find what causes a
SLIP X33E



Mark D Pace
Senior Systems Engineer
Mainline Information Systems
1700 Summit Lake Drive
Tallahassee, FL. 32317
Office: 850.219.5184
Fax: 888.221.9862
http://www.mainline.com


This e-mail and files transmitted with it are confidential, and are
intended solely for the use of the individual or entity to whom this e-mail
is addressed.  If you are not the intended recipient, or the employee or
agent responsible to deliver it to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication is strictly prohibited.  If you are not one of the named
recipient(s) or otherwise have reason to believe that you received this
message in error, please immediately notify sender by e-mail, and destroy
the original message.  Thank You.

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



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


SLIP Trap definitions

2006-06-09 Thread Mark Pace
Where can I find the definitions that trigger a SLIP message?

IEA989I SLIP TRAP ID=X33E MATCHED.  JOBNAME=HSM , ASID=0025.

I've looked in a few manuals and googled, but I can't find what causes a
SLIP X33E



Mark D Pace
Senior Systems Engineer
Mainline Information Systems
1700 Summit Lake Drive
Tallahassee, FL. 32317
Office: 850.219.5184
Fax: 888.221.9862
http://www.mainline.com


This e-mail and files transmitted with it are confidential, and are
intended solely for the use of the individual or entity to whom this e-mail
is addressed.  If you are not the intended recipient, or the employee or
agent responsible to deliver it to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication is strictly prohibited.  If you are not one of the named
recipient(s) or otherwise have reason to believe that you received this
message in error, please immediately notify sender by e-mail, and destroy
the original message.  Thank You.

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