> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:[EMAIL PROTECTED] On Behalf Of J R
> Sent: Friday, December 28, 2007 11:53 AM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: Re: Curiousity question: the processing of DD DUMMY.
> 
> 
> > Suggestion: instead of DD DUMMY, try using DD 
> DSN=SYS1.NULLFILE,DISP=SHR
> > and define a RACF profile for SYS1.NULLFILE with a UAC of ALTER.
>  
> But that won't have the intended effect of DD DUMMY.  
>  
> If the vendor code really needs to check the user's access, 
> it should bypass it for the special case of NULLFILE.  
>  

Using RACF, it is possible to set up a SETROPTS which will prefix all
"single level dataset names" with a given high level qualifer. If this
is done, it would be possible to create a RACF rule for "hlq.NULLFILE"
with a UACC of ALTER. I would likely do this as a global dataset rule.
As an example, suppose this qualifer is "NONE.". Then you could create a
rule similar to:

SETROPTS PREFIX(NONE)
RALTER GLOBAL DATASET ADDMEM('NONE.NULLFILE'/ALTER)
SETROPTS GLOBAL(DATASET) REFRESH

Now any DSN access to DSN=NULLFILE will do a check on DSN=NONE.NULLFILE
and match the above rule.

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

Reply via email to