Installation-level configuration settings
These settings are generated into the load module CAZCNFG1. You specify these in assembly macro statements then edit and submit sample job CAZASMCF in hlq.SCAZSAMP to generate the CAZCNFG1 module. Source member CAZCNFG1 in hlq.SCAZSAMP contains model source code. The following example illustrates the syntax of the statements in the CAZCNFG1 source member.
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
* Configuration Section.
*
CAZCNFG1 CAZCVSET START
CAZCVSET END
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
* Access Rules (Security) Section.
*
01 CAZRULE *,allow,ViewRequestsOwnedBy,========
02 CAZRULE *,allow,DeleteRequestsOwnedBy,========
03 CAZRULE *,allow,UpdateRequestsOwnedBy,========
04 CAZRULE *,allow,MeasureJOB,*
05 CAZRULE *,allow,MeasureSTC,*
06 CAZRULE *,allow,MeasureTSU,========
07 CAZRULE *,allow,UseDB2Plus,*
08 CAZRULE *,allow,UseIMSPlus,*
09 CAZRULE *,allow,MonitorJOB,*
10 CAZRULE *,allow,MonitorSTC,*
11 CAZRULE *,allow,MonitorTSU,========
12 CAZRULE *,allow,UseWLMI,*
13 CAZRULE *,allow,UseCICSPlus,*
14 CAZRULE ADMIN01,allow,AdministerProduct,*
15 CAZRULE *,allow,UseWAS,*
16 CAZRULE *,allow,UseMQPlus,*
CAZRULE END
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *