----------------------------<snip>-------------------------
With RACF, I *think* you can accomplish that with the PROGRAM class, but
I must first warn you that the more I learn about "program control", the
less I understand about it.
That said, you might try something like this:
RDEFINE PROGRAM DFH* UACC(READ)
RALTER PROGRAM DFH* ADDMEM('hlq.CICS.SDFHAUTH'//NOPADCHK)
RALTER PROGRAM DFH* ADDMEM('hlq.CICS.SDFHLOAD'//NOPADCHK)
<etc. for any other relevant libraries>
SETROPTS WHEN(PROGRAM) REFRESH
------------------<unsnip>-------------------
You got it right, John. Then just "PERMIT" the appropriate users to
the PROGRAM profile, do another refresh, and you're set.
---------------------<unsnip>---------------------
OOOPS. My error. Use a UACC(NONE) on the RDEF to prevent unauthorized used.
----------------------------------------------------------------------
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