Selection parameters determine the data source type the rule should examine and balance. These parameters also control which EXECUTE blocks within a rule are processed.
Figure 46 Selection Parameters
      EXECUTE CHECK1   UPON                                                   C   
      ON FILE       FILENAME INVENT                                               
         MODE PG    LINECT 0060     DATASTAMP
   
   
      EXECUTE CHECK2   UPON                                                   C   
      ON SYSOUT     PROCST           PGMST         DDNAME INVENTRY JOBNM               
         MODE PG    LINECT 0060     DATASTAMP                                      
   
   
      EXECUTE SETUP    UPON                                                   C   
      ON DATA                                                                     
Table 56 Selection Parameters
Parameter  | 
Description  | 
|---|---|
EXECUTE  | 
Specifies the name for the EXECUTE block. The name should be unique within the rule.  | 
ON data-type  | 
Objects on which balancing is to be performed, including: 
  | 
Note: SYSDATA is an IOA term used to refer to the following three job sysout data sets: job log (console messages), expanded JCL, and system output messages.  | 
|
  | 
Parent Topic |