Re: ABEND0F8-20

2011-10-26 Thread Neil Duffee
Dave:  Is there the off chance that you're looking at a decimal value (20) 
output which would translate to 0x'14': "The issuer had established an enabled, 
unlocked task (EUT) mode functional recovery routine (FRR)..."?

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2H7C0/SPTM014982

'course it really *might* be a documentation failure...

ps.  I get the digest so this might already have been discussed/hashed to death.
-->  signature = 6 lines follows <--
Neil Duffee, Joe SysProg, U d'Ottawa, Ottawa, Ont, Canada
telephone:1 613 562 5800 x4585 fax:1 613 562 5161
mailto:NDuffee of uOttawa.ca http:/ /aix1.uottawa.ca/ ~nduffee
"How *do* you plan for something like that?" Guardian Bob, Reboot
"For every action, there is an equal and opposite criticism."
"Systems Programming: Guilty, until proven innocent" John Norgauer 2004 

> -Original Message-
> From: David Cole [mailto:dbc...@colesoft.com] 
> Sent: October 25, 2011 19:20
> Subject: ABEND0F8-20
> 
> Does anyone know what an abend s0F8-20 means?
> Code 20 is not documented even in R1.13's MVS System Codes manual.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ABEND0F8-20

2011-10-26 Thread David Cole

Thanks Peter.

Your answers are directly on point.

I appreciate it.
Dave


At 10/26/2011 07:48 AM, Peter Relson wrote:
Due to a screw-up on our part many of the z/OS 1.13 "RMODE 
64"-related updates to the books did not make it. This was one. 
While the books themselves might not get updated for some time, 
there will likely be an info APAR directing you to some web location 
where you can find all the missing information. That is not in place yet.


I can confirm that ABEND0F8-20 is indeed "you issued an SVC other 
than SVC X'D' (ABEND) from code that resides >= 2G"


Peter Relson
z/OS Core Technology Design


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ABEND0F8-20

2011-10-26 Thread Bill Fairchild
The full meaning is that z/OS disallows execution of the SVC instruction in 
many environments; e.g., when disabled for I/O interrupts, when holding a 
system lock, when in SRB mode, possibly some others, and now also if the SVC 
instruction is located above the bar.  However, the one SVC 13 (or D, aka 
ABEND) is allowed in any environment, since the result of trying to execute an 
SVC in an unsupported environment results in an ABEND macro (SVC 13) issued by 
the operating system in order to drive RTM and clean up after the program that 
attempted to execute the original SVC instruction improperly.  One way to 
remember the environments in which extra care must be taken is the acronym EUT, 
meaning Enabled, Unlocked, Task mode.  EUT is used as a parameter on the SETFRR 
macro, which also mentions some other things that might not be allowed in these 
rarified environments.

Bill Fairchild
Rocket Software

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Ted MacNEIL
Sent: Tuesday, October 25, 2011 7:16 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: ABEND0F8-20

>Only ABEND. All others disallowed.

What does this response even mean?
-
Ted MacNEIL
eamacn...@yahoo.ca
Twitter: @TedMacNEIL

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ABEND0F8-20

2011-10-26 Thread Mark Zelden
I admit I had to read it twice, but I understood.  Also I'm pretty sure this
was mentioned not too long ago by (probably) Peter or Jim. 

Mark
--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS   
mailto:m...@mzelden.com
Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html 
Systems Programming expert at http://expertanswercenter.techtarget.com/


On Wed, 26 Oct 2011 12:11:30 +1000, Shane  wrote:

>On the contrary - Dave asked a question, you answered it.
>More than sufficient - and understandable.
>
>Shane ..
>
>On Tue, 25 Oct 2011 20:22:33 -0400 Tom Harper wrote:
>
>> Maybe I was too brief.
>
>--
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ABEND0F8-20

2011-10-26 Thread Peter Relson
Due to a screw-up on our part many of the z/OS 1.13 "RMODE 64"-related 
updates to the books did not make it. This was one. While the books 
themselves might not get updated for some time, there will likely be an 
info APAR directing you to some web location where you can find all the 
missing information. That is not in place yet.

I can confirm that ABEND0F8-20 is indeed "you issued an SVC other than SVC 
X'D' (ABEND) from code that resides >= 2G"

Peter Relson
z/OS Core Technology Design

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ABEND0F8-20

2011-10-25 Thread Pommier, Rex R.
Shane,

Actually Dave asked 2 questions, the more pressing of them (to me anyway) being 
the first, "Does anyone know what an abend s0f8-20 means..."  His second 
question "...can anyone confirm or deny..." was the one answered by Tom, but I 
will admit that I didn't know what he meant by his response - especially since 
I was trying to compute "ABEND" as the response to "what is an abend s0f8...".


 I will give a hearty "Thank you" to Tom for responding back so quickly with a 
much clearer response where he put context around his "ABEND" answer.

Granted it's late in my time zone and maybe the fog invading my mind would be 
burned off by morning, but then again, maybe not.  :-)

Rex

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Shane
Sent: Tuesday, October 25, 2011 9:12 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: ABEND0F8-20

On the contrary - Dave asked a question, you answered it.
More than sufficient - and understandable.

Shane ..

On Tue, 25 Oct 2011 20:22:33 -0400 Tom Harper wrote:

> Maybe I was too brief.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

The information contained in this e-mail may contain confidential and/or 
privileged information and is intended for the sole use of the intended 
recipient. If you are not the intended recipient, you are hereby notified that 
any unauthorized use, disclosure, distribution or copying of this communication 
is strictly prohibited and that you will be held responsible for any such 
unauthorized activity, including liability for any resulting damages. As 
appropriate, such incident(s) may also be reported to law enforcement. If you 
received this e-mail in error, please reply to sender and destroy or delete the 
message and any attachments. Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ABEND0F8-20

2011-10-25 Thread Ted MacNEIL
>More than sufficient - and understandable.

Not for all of us.
I truly did NOT understand the response.
If I did, I wouldn't have said I didn't.
Not all of us know everything, despite claims to the contrary.

Just because you understood it, doesn't mean the rest of us are so enlightened!
-
Ted MacNEIL
eamacn...@yahoo.ca
Twitter: @TedMacNEIL

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ABEND0F8-20

2011-10-25 Thread Shane
On the contrary - Dave asked a question, you answered it.
More than sufficient - and understandable.

Shane ..

On Tue, 25 Oct 2011 20:22:33 -0400 Tom Harper wrote:

> Maybe I was too brief.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ABEND0F8-20

2011-10-25 Thread Shmuel Metz (Seymour J.)
In <47d6ad63e3c0b4448c47ec031da080f525e6540...@mail34.thoughtbus.com>,
on 10/25/2011
   at 08:22 PM, Tom Harper  said:

>Maybe I was too brief.

So was ted; he had no attribution line.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ABEND0F8-20

2011-10-25 Thread Tom Harper
Maybe I was too brief. It means that the only SVC allowed to be issued above 
the bar is ABEND.

Tom

- Original Message -
From: Ted MacNEIL [mailto:eamacn...@yahoo.ca]
Sent: Tuesday, October 25, 2011 08:16 PM
To: IBM-MAIN@bama.ua.edu 
Subject: Re: ABEND0F8-20

>Only ABEND. All others disallowed.

What does this response even mean?
-
Ted MacNEIL
eamacn...@yahoo.ca
Twitter: @TedMacNEIL

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ABEND0F8-20

2011-10-25 Thread Ted MacNEIL
>Only ABEND. All others disallowed.

What does this response even mean?
-
Ted MacNEIL
eamacn...@yahoo.ca
Twitter: @TedMacNEIL

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ABEND0F8-20

2011-10-25 Thread Tom Harper
Dave,

Only ABEND. All others disallowed.

Tom

- Original Message -
From: David Cole [mailto:dbc...@colesoft.com]
Sent: Tuesday, October 25, 2011 07:19 PM
To: IBM-MAIN@bama.ua.edu 
Subject: ABEND0F8-20

Does anyone know what an abend s0F8-20 means?

Code 20 is not documented even in R1.13's MVS System Codes manual.

I suspect it means that you cannot issue an SVC instruction from 
above the bar. Can anyone confirm or deny that?

Thanks,

Dave Cole  REPLY TO: dbc...@colesoft.com
ColeSoft Marketing WEB PAGE: http://www.colesoft.com
736 Fox Hollow RoadVOICE:540-456-8536
Afton, VA 22920FAX:  540-456-6658 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


ABEND0F8-20

2011-10-25 Thread David Cole

Does anyone know what an abend s0F8-20 means?

Code 20 is not documented even in R1.13's MVS System Codes manual.

I suspect it means that you cannot issue an SVC instruction from 
above the bar. Can anyone confirm or deny that?


Thanks,

Dave Cole  REPLY TO: dbc...@colesoft.com
ColeSoft Marketing WEB PAGE: http://www.colesoft.com
736 Fox Hollow RoadVOICE:540-456-8536
Afton, VA 22920FAX:  540-456-6658 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html