Special CAZDPAGN statements with positional parameters
- PROLOG
- Generates prologue logic at the beginning of the CAZDPAGN module. This must be the first statement in the assembly source. The label field specifies the DPA table CSECT and load module name. This must be CAZUSR01. No keyword parameters are required.
- GROUP
- Defines a Program Group. Placement of these statements is immediately
after the PROLOG statement. The Program Group name must be coded in
the label field. One keyword parameter must be specified: DESCRP.
The supplied sample table uses CUSTOMER for the group name.
Additional GROUPs can be defined, and reporting will include these GROUPs in the SYSTEM category of the CPU Usage reports. These GROUPs will only affect reporting if there are DPA entries belonging to the groups that have TYPE=SYSTEM coded.
- SUBGROUP
- Defines a sub group within the Program Group. Placement of
these statements is immediately after the GROUP CAZDPAGN statement.
The SUBGROUP name must be coded in the label field. One keyword parameter
must be specified: DESCRP. The supplied sample table uses CUSTOMER
for the sub group name.
Additional SUBGROUPs can be defined, and reporting will include these SUBGROUPs in the SYSTEM category of CPU Usage reports. These SUBGROUPs will only affect reporting if there are DPA entries belonging to the groups that have TYPE=SYSTEM coded.
- END
- Used to mark the end of the CAZDPAGN statements in module CAZUSR01.