How to display and edit the AUTOERAS compiled ERASE Profile records in ACF2
search cancel

How to display and edit the AUTOERAS compiled ERASE Profile records in ACF2

book

Article ID: 11816

calendar_today

Updated On:

Products

ACF2 ACF2 - DB2 Option ACF2 for zVM ACF2 - z/OS ACF2 - MISC PanApt PanAudit

Issue/Introduction

How can the AUTOERAS compiled ERASE Profile records be displayed and edited in ACF2?

Environment

Release:
Component: ACF2MS

Resolution

There are two methods of maintaining the ERASE Profile records.
 
The first method is with the use of the RECKEY command.
 
The RECKEY command can be used to insert and delete single entries without 
recompiling the entire record, since there can be many entries in a record 
(like in access and resource rules).
 
RECKEY ruleid {ADD(rule-entry)|DELETE(rule-entry) |MOD(rule-entry, rule-entry)}
 
Note: If you want to add an entry to an ERASE Compile Profile Record with $KEY(ODTEFCW), 
issue the following command:
 
reckey ODTEFCW add( BETA.- ACTION(ERASE))
 
The updated ERASE Profile record will look like:
 
$KEY(ODTEFCW) 
ERASE.- ACTION(ERASE) 
TERA.- ACTION(ERASE) 
BETA.- ACTION(ERASE)
 
The second method is with the use of the ACF2 ISPF panels.
 
From the ACF2 ISPF panel select 13 Profile:
 
------------------------- CA ACF2 ISPF Option Selection Menu ------------------
OPTION  ===>                                                                   
   1  RULES     - Process CA ACF2 access and generalized resource rules        
   2  LOGONIDS  - CA ACF2 logonid creation/maintenance facility                
   3  SYSTEM    - CA ACF2 SHOW commands                                        
   4  REPORTS   - CA ACF2 report program processor                             
   5  UTILITIES - Process CA ACF2 utilities                                    
   6  GSO       - Global System Options services                               
   7  NET       - Networking system options services                           
   8  CAC       - MVS database cache record services                           
   9  XREF      - Source, resource and role group record services              
  10  CPF       - Command Propagation Facility services                        
  11  FIELD     - Record Level Protection controls                             
  12  TARGETS   - Set CPF target nodes, defaults in use                        
  13  PROFILE   - Process profile information records                          
  14  SMS       - Process DFSMS support records                                
  15  ENTRY     - Process entry source records                                 
  16  SHIFT     - Process SHIFT/ZONE records                                   
  17  RACDCERT  - Process KEYRING/CERTIFICATE/TOKEN commands                   
  18  C-CIC     - Process C-CIC CICS Initialization Records                    
  19  LDS       - Process LDAP Directory services                              
  20  DCO       - CA ACF2 data classification record services                  
   D  DB2       - DB2 RECORD and CA-ACF2 for DB2 RULE SERVICES     
 
From the Profile Record Selection Panel enter any non-blank character
in the ERASE ===> field: 
    
------------------------ CA ACF2 PROFILE RECORD SELECTION -------------------- 
COMMAND ===>                                                                   
                                                                               
  USER:                                                                        
    CERTDATA  ===>    CICS      ===>    DCE       ===>    EIM       ===>       
    IDMAP     ===>    KERB      ===>    KERBLINK  ===>    KEYRING   ===>       
    LANGUAGE  ===>    LINUX     ===>    LNOTES    ===>    NDS       ===>       
    NETVIEW   ===>    OMVS      ===>    OPERPARM  ===>    PASSWORD  ===>       
    PWPHRASE  ===>    PROXY     ===>    SECLABEL  ===>    WORKATTR  ===>       
  GROUP:                                                                       
    LINUX     ===>    OMVS      ===>                                           
  DATASET:                                                                     
    DFP       ===>                                                             
  ERASE:                                                                       
    ERASE     ===>    x                                                         
  GENERAL:                                                                     
    APPCLU    ===>    CSFKEYS   ===>    DLFCLASS  ===>    KEYSMSTR  ===>       
    EIM       ===>    PROXY     ===>    PTKTDATA  ===>    SIGNVER   ===>       
    SYSMVIEW  ===>    XCSFKEY   ===>                                           
  MULTILEVEL SECURITY (MLS):                                                   
    SECLEVEL  ===>    CATEGORY  ===>    SECLABEL  ===>    SDB2      ===>       
                                                                               
PRESS ANY NON-BLANK KEY TO SELECT AN OPTION OR END TO REDISPLAY PREVIOUS PANEL.           
 
From the Profile Record Processing Menu select 1:
 
------------------- CA ACF2 PROFILE RECORD PROCESSING MENU --------------------
OPTION   ===> 1                                                                 
                                                                               
   SELECT ONE OF THE FOLLOWING OPTIONS TO PROCESS PROFILE RECORD:              
                                                                               
   1.  PROFILE RECORD -                                                        
        TO CREATE, MAINTAIN OR DISPLAY PROFILE COMPILED RECORD                 
                                                                               
   2.  PROFILE DATA RECORD -                                                   
        TO CREATE, MAINTAIN OR DISPLAY PROFILE DATA RECORD                                                                                 
 
From the Profile Compiled Record Processor panel enter the $KEY of the
ERASE Profile record, and a dataset to be used to edit the record(if the
dataset does not exist there will be a prompt to create it:
 
-------------------- PROFILE COMPILED RECORD PROCESSOR ------------------------
COMMAND ===>                                                                   
                                                                               
SPECIFY DATASET/MEMBER NAME FOR COMPILED RECORD.  THE MEMBER NAME IS           
USED AS THE RECORD KEY FOR RETRIEVAL.  IF THE RECORD EXISTS, IT WILL BE        
PLACED IN THIS DATASET FOR EDITING.  IF THE RECORD DOES NOT EXIST, AN          
EMPTY DATASET MEMBER WILL BE CREATED FOR EDITING.                              
                                                                               
CA ACF2 ERASE    PROFILE PREFIX NAME (MEMBER NAME):                            
   NAME    ===> ODTEFCW                                                        
   RTYPE   ===>                                                                
                                                                               
ISPF LIBRARY DATA SET (DO NOT INCLUDE MEMBER NAME):                            
   PROJECT ===>                                                                
   LIBRARY ===>                                                                
   TYPE    ===>                                                                
                                                                               
OTHER PARTITIONED DATA SET (DO NOT INCLUDE MEMBER NAME):                       
   DATA SET NAME  ===> 'SYS2.ACF2.PROFILE.WORK'                                                        
                                                                               
SPECIFY YES ALONG WITH PROFILE PREFIX NAME ABOVE TO DELETE AN EXISTING         
RECORD.                                                                        
DELETE PROFILE RECORD OPTION ===> NO      YES OR NO                            
 
The ISPF edit session of the ERASE Profile record will be started, make the
desired changes, hit PF3 and then respond to the prompt 
'DO YOU WISH TO COMPILE AND STORE RULE? (Y/N)'.
 
After responding 'YES' you will be able to view and update the ERASE Profile record.
 
After making changes hit PF3 to save and compile the ERASE Profile record.