Master configuration

To work with AWM applications, a master configuration file must exist.

REXX procedure TAULAPPL must be customized to contain the data set name of the master configuration data set. The default name is hlq.SYSTEM.CONFIG.

The REXX TAULAPPL can be found on the installation EXEC library.

Change the following line in TAULAPPL according to the high level qualifier used for the installation:

sysdsn= 'hlq.SYSTEM.CONFIG'                 /* master config file */

A sample master configuration data set has been delivered as hlq.ZSERVER.MASTER. The contents of this master configuration data set contain a sample application “PDS Explorer”:

********************************************************************  
*                                                                     
* TAURUS System and Application Definition                            
*                                                                     
* Do not change the key words:                                        
*    System:                                                          
*    Appl:                                                            
*    Conf:                                                            
*    Version:                                                         
*    INFO:                                                            
*                                                                     
* Change Activity:                                                    
*   date    name    comment                                           
*                                                                     
********************************************************************  
*                                                                     
* TAURUS SYSTEM                                                       
*                                                                     
* Enter a unique logical name for this mainframe system              
*                                                                     
System: TAURUS_Custom_System                                          
*                                                                     
* TAURUS PDS EXPLORER EXAMPLE APPLICATION        
*                                                                     
User:                                                                 
* application name                                                    
Appl: PDS Explorer                                                    
* location of the application configuration file                      
Conf: mvs:'hlq.TAURUS.XML(PDSECONF)'                                 
* application version number                                          
Version: 1.4                                                          
* process information                                                 
INFO:                                                                 
* end of application definition. do not delete this line              
EndAppl:                                                              
EndUser:

You can customize the reference to the PDS Explorer XML application model and enter a unique system name, for example, your logical LPAR name.

An AWM user needs READ access to the master configuration file and to all XML files referenced; the AWM administrator needs UPDATE access.