z/OS Security Server RACF Security Administrator's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Creating a RACFVARS member report

z/OS Security Server RACF Security Administrator's Guide
SA23-2289-00

Because the output of the RLIST command lists the members of a general resource profile in alphabetical order, it might be helpful to list the members in the order in which they occur in the profile. To do this, you might use the ICETOOL to format the report. The following statement samples can be used to list the members of a RACFVARS class profile called &PAYTAPE.

The following DFSORT statements select the needed record (type 0503) from the IRRDBU00 output records:
INCLUDE COND=(10,3,CH,EQ,C'&PAYTAPE',AND,      
              257,8,CH,EQ,C'RACFVARS',AND,   
              5,4,CH,EQ,C'0503')             
OPTION VLSHRT       
The following ICETOOL statements control the report format:
COPY    FROM(DBUDATA) TO(TEMP0001) USING(RACF)  
DISPLAY FROM(TEMP0001) LIST(PRINT) -            
        ON(266,255,CH) HEADER('MEMBER NAME')
Here is a sample output report:
MEMBER NAME                       
----------------------------------
D                                
C                                
A                                
B 

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014