I don't know why the OP thinks he needs key 8 CSA storage. The only reason that I can think of is to update it from a non-authorized program. If it were me, I'd likely use a system key (probably 0, but maybe even 7 because I don't think anybody else uses it, so I can find it in a SYSDUMP with IPCS). IMO, if this is what is wanted (update from non authorized program), I'd do it by setting up a PC routine (PC-cp) to do it. That PC routine could then be used by any non-authorized program. I might consider putting some code in the PC to make sure that it was invoked by my program. I'm just not too sure how to do that.
-- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * [email protected] * www.HealthMarkets.com Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM > -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[email protected]] On Behalf Of Chris Craddock > Sent: Wednesday, April 11, 2012 2:54 PM > To: [email protected] > Subject: Re: System completion code 201 > > On Wed, Apr 11, 2012 at 1:07 PM, Micheal Butz > <[email protected]>wrote: > > > There is a reason I have CSA in KEY 8 > > > > Was just wondering If I have to do an explicit modeset to key=8 > > > > What you're doing is just stupendously wrong. As a privileged > program, you > don't NEED to use key 8 storage and it is an integrity > exposure to use key > 8 CSA. The gymnastics you would have to go through to get > what you're doing > to appear to work would further increase your exposures. Add > to that the > fact that an ordinary prob state/key 8 task in another > address space cannot > do a cross-memory post anyway (sounds like the likely reason for your > predicament) and you're just digging yourself a hole. > > Don't do it. Don't even start doing it. > > It is a whole lot easier to do it right from the start. > > -- > This email might be from the > artist formerly known as CC > (or not) You be the judge. > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

