> 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
Haven't tried this with SAS but from the RACF SAG book:
By SMF System ID:

You can require a user to access a program from a particular system by
specifying WHEN(SYSID(system-identifier)) on the PERMIT command:



             PERMIT profile-name CLASS(PROGRAM) ID(user or group) ACCESS(READ)
                    WHEN(SYSID(system-identifier))

            This conditional access list entry is only valid for the PROGRAM
           class.

George Fogg

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