Previous Topic: Region Initialization FileNext Topic: Generic RUNSYSIN


Generic Initialization File

You can modify an initialization file to use system symbols to support its use throughout your enterprise.

Example: Initialization File with System Symbols

The following sample code shows statements for the LOGFILES parameter group using the &SYSNAME system symbol:

.LOGFILES
   &$IAPLOGPR    = &STR $LOPROC            
   &$IAPLOGVW    = &STR $LOBROW            
   &$IAPLOGF1    = &STR NMLOG01            
   &$IAPLOGD1    = &STR NETW.NM.NETM&SYSNAME.NMLOG01
   &$IAPLOGO1    = &STR LSR SIS DEFER      
   &$IAPLOGI1    = &STR SHR                
   &$IAPLOGF2    = &STR NMLOG02            
   &$IAPLOGD2    = &STR NETW.NM.NETM&SYSNAME.NMLOG02
   &$IAPLOGO2    = &STR LSR SIS DEFER      
   &$IAPLOGI2    = &STR SHR                
   &$IAPLOGF3    = &STR NMLOG03            
   &$IAPLOGD3    = &STR NETW.NM.NETM&SYSNAME.NMLOG03
   &$IAPLOGO3    = &STR LSR SIS DEFER      
   &$IAPLOGI3    = &STR SHR