> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Lizette Koehler > Sent: Tuesday, March 11, 2008 1:00 PM > To: [email protected] > Subject: How to limit SAS in a PLEX > > > I need some suggestions on how to limit where a program (in > this instance SAS) runs. I know I can write a program that > would test for the LPAR name and then either link to SAS or > fail the request. But what are my other options? we are z/os v1.7 > > REXX? > WLM? > OTHER? > > We do not have Through Put Manager. So I need to keep it > simple and no money. > > Lizette
What occurs to me is to put the library (DSN) containing SAS on the linklist only on the LPAR that you want to allow it to run on. Then, create a RACF profile for that DSN which has a UACC(NONE) and almost nobody on the access list. This would allow access via the LNKLST on that LPAR, but deny access via a STEPLIB or JOBLIB. I've not tried this, but I think it should work. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- 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

