How to Set Up a SAF Qualifier Under RACF

To set up a SAF qualifier class and profiles under RACF

  1. Define the SAF class to the RACF Class Descriptor Table by using one of the JCL members in your dsnpref.NMC0.CC17SAMP library:
  2. Set up profiles for the SAF class, as follows:
    RDEFINE $FTP FTP.saf-qualifier.remote-ip-address.filename  UACC(NONE)
    PE FTP.saf-qualifier.remote-ip-address.filename CLASS($FTP) ID(userid or group) ACCESS(READ)
    SETROPTS GENERIC($FTP) REFRESH
    

    These profiles have the following format:

    FTP.saf-qualifier.remote-ip-address.filename
    
  3. Make the profiles available to specific users or groups of users, with access attributes of either read or write.

More information:

Examples of Using Your SAF Qualifier


Copyright © 2010 CA. All rights reserved.