Apologies, you are right...I was writing from memory, and
mis-remembered. The client needs an AXSET and an ETCON. The only way to
issues AXSET and ETCON seems to be in supervisor state. The only way for
a problem program to gain access to supervisor state code seems to be
via an SVC.

I tried using a system LX, and removed the above setup. I get a S0C2 in
the client. This indicates to me that even WITH a system LX, I still
need an SVC to issue the ATSET and the ETCON.

If this is true, I don't see any way to get around an SVC to allow
clients access to my service.

David Logan

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Peter Relson
Sent: Monday, December 17, 2007 5:43 AM
To: [email protected]
Subject: Re: Basic Cross Memory questions

>I chose using an SVC, but that seems like a
>HUGE overkill in order to issue two entire macros (ATSET and LXSET.)

This did not gibe with what has been asked for (in part since there is
no
LXSET, although there is LXRES).
If you are truly trying to gain authorization to issue ATSET and LXRES
then
you had better be APF authorized, or you should not be doing this (and
that
includes having some other application provide you with a PC or SVC that
you can use).  System integrity pitfalls abound.

As has been posted, the application to which you are trying to "connect"
can use a system LX to provide you with a PC that you can use, whether
that
PC is simply to let you connect to a non-system LX's entry table or
whether
it is to do the function itself that you wish to access.

Peter Relson
z/OS Core Technology Design
----------------------------------------------------------------------
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 
 
NOTICE: This E-mail may contain confidential information. If you are not
the addressee or the intended recipient please do not read this E-mail
and please immediately delete this e-mail message and any attachments
from your workstation or network mail system. If you are the addressee
or the intended recipient and you save or print a copy of this E-mail,
please place it in an appropriate file, depending on whether
confidential information is contained in the message.

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