> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[email protected]] On Behalf Of Bathmaker, Jon > Sent: Friday, April 23, 2010 10:20 AM > To: [email protected] > Subject: Re: Turning on ACF2 SECURITY Privilege through an exit . . . > > Hi Tony, > > We want the users to have the SECURITY privilege while they > are using an > ISPF application and ONLY while they are using this app. If we grant > them SECURITY using a command they will have that privilege the next > time they logon to TSO, regardless of the app., and that 'would be > wrong' (as Mr. Nixon said). > > Does this explain it ? > > Regards, > Jon
Hum, I don't know ACF2. What occurs to me as a __possibility__ is to have your ISPF application execute a routine via IKJEFTSR interface. This would invoke an APF authorized (via AC(1) and IKJTSOnn member of PARMLIB) program. I think that you could pass parameters via the REXX variable interface, bidirectionally. This routine would be APF authorized only while it was executing. Depending on what you want to do, this may give you sufficient authorization to do what you want. It likely depends on whether you can isolate the section of code which require SECURITY privilege into a separate module which acts sort of like a subroutine (and does no ISPF functions). Unfortunately, I don't know ACF2 at all and can't find anything via Google that cleared up what "SECURITY privilege" grants to a user. -- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * (817)-961-6183 cell [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 ---------------------------------------------------------------------- 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

