Analyzer BASIC security

HZASANP1 in the PARMLIB defines basic user ID security settings for running the Analyzer.

User IDs ZAOADM and ZAOUSR can be used without any prior configuration. User ID AUID001 is a sample of how to restrict a user ID to certain databases.
************************************************
* SECURITY=BASIC  - HTTP communications                               *
*                     with basic security defined in TPARAM DD below. *
*                                                                     *
***********************************************************************
SECURITY = BASIC                                                       
                                                                       
***********************************************************************
* The following settings are only applicable for                      *
* SECURITY=BASIC:                                                     *
*                                                                     *
*   AUTH_USER defines Userids and passwords for Analyzer logon        *
*   AUTH_DB   defines the repositories access                         *
*   AUTH_MENU defines the menus access                                *
*                                                                     *
* The sample settings profile:                                        *
*  - ZAOADM userid:                                                   *
*       - Password ZAO                                                *
*       - Access to all repositories                                  *
*       - Access to all menu tabs                                     *
*  - ZAOUSR userid:                                                   *
*       - Password ZAO                                                *
*       - Access to all repositories                                  *
*       - Access to menu tabs ASSET, DISC + CUSTOM only (not ADMIN)   *
*  - AUID001 userid:                                                  *
*       - Password PW01                                               *
*       - Access to repositories AUDB01 + AUDB02 only                 *
*       - Access to menu tab ASSET only                               *
***********************************************************************
                                                                       
*----------------------------------------------------------------------
*AUTH_USER= USERID   , PASSWORD                                       *
*----------------------------------------------------------------------
AUTH_USER = ZAOADM , ZAO                                           
AUTH_USER = ZAOUSR , ZAO                                          
AUTH_USER = AUID001  , PW01                                            
                                                                       
*---------------------------------------------------------------------*
*AUTH_DB  = REPOSITORY, LIST OF USERIDS AUTHORIZED TO SEE THE         *
*           REPOSITORIES                                              *
*---------------------------------------------------------------------*
AUTH_DB   = *        , ZAOADM ZAOUSR                               
AUTH_DB   = AUDB01   , AUID001                                         
AUTH_DB   = AUDB02   , AUID001                                         
                                                                       
*---------------------------------------------------------------------*
*AUTH_MENU= MENU_TAB , LIST OF USERIDS AUTHORIZED TO SEE THE MENU TAB *
*---------------------------------------------------------------------*
AUTH_MENU = ASSET    , ZAOADM ZAOUSR AUID001                       
AUTH_MENU = DISC     , ZAOADM ZAOUSR                               
AUTH_MENU = ADMIN    , ZAOADM                                        
AUTH_MENU = CUSTOM   , ZAOADM ZAOUSR                               
* Activation/deactivation of the new Lib Classification items.         
* ADMIN displays Admin menu with lib classification items deactivated. 
*  (Must specify this to see the Admin menu at all)                    
* ADMIN(LIB_CLASSIFICATION) activates the lib classification items for the specified users.                                                
* AUTH_MENU = ADMIN(LIB_CLASSIFICATION) , ZAOADM