Jorge Garcia wrote:

> We have the following enviroment: two lpar (prod & dev)  in sysplex sharing 
> RACF database, spool, mastercat and resident volume. We want to reject the 
> Access to Enterprise cobol dataset (IGY.*) and the execution of compilations 
> Jobs in prod system.  

Use RACF. Limit access to IGY.* datasets and give access to the lucky few.

Also in PROGRAM class, a profile like IGY* with UACC=NONE will help you 
certainly.

Something like this: 
                                                                      
permit IGY* class(PROGRAM)  id(*) access(READ) when(SYSID(<blah 1>))        

Your programmers may take a while to learn to do the things on the right 
LPARs... ;-)

Groete / Greetings
Elardus Engelbrecht

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to