IBM TechXchange Group

TechXchange Group

Your hub for all things community! Ask questions, connect with fellow members, get the support you need, and stay informed with the latest updates.

 View Only

CARLA DATASET Report MASK'ing Question

  • 1.  CARLA DATASET Report MASK'ing Question

    Posted Wed April 10, 2024 09:50 AM

    Hello TechXchange!

    I have navigated the zSecure foreground report panels to RA.D to have zSECURE generate the following batch CARLA code I need for this report:

    n  n=based1 segment=base required allowrestrict,                                                           
     ,                                                                                                         
     tt="zSecure Admin+Audit for RACF DATASET Overview",                                                       
     st="like DSND2L0.D2L*.** with access=READ"                                                                
     def acl_alter(aclid,sort(id))   subselect acl(access=alter  access=READ)                                  
     def acl_oper(aclid,sort(id))    subselect acl(access=alter-o  access=READ)                                
     def acl_control(aclid,sort(id)) subselect acl(access=control  access=READ)                                
     def acl_update(aclid,sort(id))  subselect acl(access=update  access=READ)                                 
     def acl_read(aclid,sort(id))    subselect acl(access=read  access=READ)                                   
     def acl_execute(aclid,sort(id)) subselect acl(access=execute  access=READ)                                
     def acl_none(aclid,sort(id))    subselect acl(access=none  access=READ)                                   
     def acl subselect acl( access=READ)                                                                       
     s s=base c=dataset MASK=DSND2L0.D2L*.**  (audits=(NONE) AND auditf=(READ)) and acl( access=READ)          
     sortlist " - complex"(tt,page) complex(tt,page) stamp(tt),                                                
       ,                                                                                                       
       searchkey(nd) key(44,wrap)  proftype(1) | warning(1,hb) | erase(1,hb),                                  
         uacc owner qual auditlvl retpd defdate(7,"Created") notify(7) level auditpriority,                    
         instdata(0,wrap),                                                                                     
       / "                                                *"(ne) | idstar,                                     
       / , "     Concern: "(notempty) auditconcern(63,wordwrap),                                               
       / "     Volser:  "(notempty) volser(0,hor,ww)                                                           
    \/                                                                                                         
    /*        

    The 'SELECT' criteria I am interested in is "(audits=(NONE) AND auditf=(READ)) and acl( access=READ)"

    The report generated output is:

    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    zSecure Admin+Audit for RACF DATASET Overview - complex QUINCY    9Apr2024 02:35                                           page    1
    like DSND2L0.D2L*.** with access=READ                                                                                               
                                                                                                                                        
    Profile key                                           TWE UACC    Owner        QUAL        S/F RETPD Created Notify  Lv Pri InstData                
    DSND2L0.D2L2.**                              G       NONE    DSND2L0  DSND2L0    R               12Mar01          0                             
    DSND2L0.D2L3.**                              G       READ    DSND2L0  DSND2L0    R                4Nov22           0                                                                                              -------------------------------------------------------------------------------------------------------------------------------------------------------------------                

    I am confused as to why the first entry seen has the UACC(NONE) listed while my criteria specifies:

    (audits=(NONE) AND auditf=(READ)) and acl( access=READ)

    Thanks much for your help! 



    ------------------------------
    Lynn Gilson
    Lynn
    ------------------------------