I have just created a new GID 3000 for a LOGONID, and when I issue the ACF SHOW GROUPS command the new group does not display, why?
search cancel

I have just created a new GID 3000 for a LOGONID, and when I issue the ACF SHOW GROUPS command the new group does not display, why?

book

Article ID: 26244

calendar_today

Updated On:

Products

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

Issue/Introduction

A new OMVS GROUP PROFILE record is added for GID(3000). When a SHOW OMVS GROUP(001-999999) is done the GID 3000 does not appear in the display.

Environment

Release:
Component: ACF2MS

Resolution

After doing an INSERT of an ACF2 GROUP PROFILE record, in order for the record to display in the SHOW OMVS command the "F ACF2,OMVS" operator command must be issued.

For example:

    ACF 
    SET PROFILE(GROUP) DIV(OMVS) 
    INSERT MYGRP GID(3000) 
    F ACF2,OMVS 
    SHOW OMVS GROUP(001-999999) 
    SHOW OMVS GROUP(001-999999)           
     -- OPENEDITION MVS DISPLAY --         
         -- OMVS GROUPS --                 
           GID        NAME                 
        1             USER01    
        19            OMVSGRP  
        3000          MYGRP       
        99999         TESTGRP