That SVC is a *huge* system integrity risk .

I would advise that you re-think that design ASAP.


-----Original Message-----
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of 
Barkow, Eileen
Sent: Thursday, October 18, 2018 2:46 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: get ECSA key 7 storage under CICS

I actually have run a few CICS programs in supervisor state using an old SVC 
routine that LRS used to provide - You just pass it the address of the code to 
run and it sets the JSCBAUTH bit on so that the code runs in supervisor 
state/key 0.
I needed this in order to issue MVS commands directly from CICS, like VTAM 
commands to vary devices INACT and START commands for various things.
I still have the SVC code if anyone wants it.

The problem with CICS has always been that it sets the JSCBAUTH  bit off after 
initialization so that APF authorized programs cannot run.



-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Binyamin Dissen
Sent: Thursday, October 18, 2018 7:13 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: get ECSA key 7 storage under CICS

You need to be supervisor state to do this. Using CICS just because it is 
easier is a wrong decision.

But if you are sold on using CICS, you would need to write a SVC routine to 
actually do the work and have your transaction supply a CICS area as a buffer 
and the SVC routine will do the IFI work and return the record.

On Thu, 18 Oct 2018 05:08:36 -0500 Wang Rong <wang_r...@csbucn.com> wrote:

:>Hi Binyamin,
:>
:>     Many thanks to your quick replay.
:>     I'm trying to capture/send DB2 log record using IFI call. The storage 
requirement is ECSA key 7 storage: "The return area for monitor programs that 
issue IFCID 0306 requests must reside either in ECSA key 7 storage or in the 
64-bit common key 7 storage area above the 2-GB bar" (from IBM book).
:>     I prefer to use CICS because it's easy programming.
:>
:>

--
Binyamin Dissen <bdis...@dissensoftware.com>
https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.dissensoftware.com&amp;data=02%7C01%7CRScott%40ROCKETSOFTWARE.COM%7Cacd347c7bc8d41d53bff08d6350012db%7C79544c1eed224879a082b67a9a672aae%7C0%7C0%7C636754671788571310&amp;sdata=Ur%2FopXpyMMktcns%2B7uUPRG5tSAce2u%2BkYbttv1tDOz8%3D&amp;reserved=0

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me, you should 
preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems, especially those 
from irresponsible companies.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

________________________________

This e-mail, including any attachments, may be confidential, privileged or 
otherwise legally protected. It is intended only for the addressee. If you 
received this e-mail in error or from someone who was not authorized to send it 
to you, do not disseminate, copy or otherwise use this e-mail or its 
attachments. Please notify the sender immediately by reply e-mail and delete 
the e-mail from your system.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
================================
Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue, Waltham MA 02451 ■ 
Main Office Toll Free Number: +1 855.577.4323
Contact Customer Support: 
https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport
Unsubscribe from Marketing Messages/Manage Your Subscription Preferences - 
http://www.rocketsoftware.com/manage-your-email-preferences
Privacy Policy - http://www.rocketsoftware.com/company/legal/privacy-policy
================================

This communication and any attachments may contain confidential information of 
Rocket Software, Inc. All unauthorized use, disclosure or distribution is 
prohibited. If you are not the intended recipient, please notify Rocket 
Software immediately and destroy all copies of this communication. Thank you.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to