In the case of a smaller shop with simple needs, DFP segments might be the 
way to go.  One of the companies we brought in & merged into our 
environment used them.  But I've just finished ripping all that code out 
as for our needs, it proved to be too simple and didn't provide us with 
the granularity we needed.

We use DFP segments to provide TSO user defaults, but everything else gets 
decided in the SMS code where I have the control.

One thing to keep in mind is that by giving control over to the DFP 
segment, you're generally depending on a RACF adminstrator to provide your 
values.  While they're great at understanding RACF, I think it's a bit 
unfair to expect them to understand your storage environment and 
applications' needs.  Also getting changes made when needed can prove to 
be a challenge too as their priorities don't necessarily match yours. 

my 2 cents - 
ddk


/////////////////////////////////////////////////////////

A while back I was introduced to a new way of controlling SMS datasets.
The object is called DFP segments. What you do is define a DFP segment
in Racf DSN definition. You can specify a data class, management class
and/or storage class. In my case I just use the storage class and the
way I've got things set up here, the storage class determines what
storage group I'm going to use. There are 2 lines of code I needed to
insert to my ACS routine. It would ask the question "is there a value
defined for the DFP segment?" If the answer was yes, I would exit the
ACS routine.

This was code I used at my previous job, but it's something that I want
to do here at the District.

Here's a quick definition:

DFP segment. The portion of a RACF profile containing information
relating to the users and resources that are managed by the data
facility product (DFP).

I'll look though my list of manuals to get you some information on it.

Hope this helps...


Thanks,
George Rodriguez
**************************************************************************************
This e-mail message and all attachments transmitted with it may contain legally 
privileged and/or confidential information intended solely for the use of the 
addressee(s). If the reader of this message is not the intended recipient, you 
are hereby notified that any reading, dissemination, distribution, copying, 
forwarding or other use of this message or its attachments is strictly 
prohibited. If you have received this message in error, please notify the 
sender immediately and delete this message and all copies and backups thereof.

Thank you.
**************************************************************************************

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