BUILD CONTROL Policy Item

If you select Policy Item BUILD CONTROL from the Policy Selection panel for messages, the following panel is shown.

Figure 1. Define Build Control Parameter
  COMMANDS  HELP                                                               
 ------------------------------------------------------------------------------ 
                          Define Build Control Parameter                        
 Command ===>                                                          
                                                                                
 PolicyDB Name : USER_PDB               Enterprise Name : USER_ENTERPRISE         
                                                                                
 AT/MRT scope . . . . . . . . SYSTEM     (NONE ENTERPRISE SYSPLEX SYSTEM)
 Generate MPFLSTxx member . . YES        (YES NO)

 MRT default AUTOMATE . . . . YES        (YES NO)
 Route all WTORs to AT  . . . NO         (YES NO)                     
                                                                                
  
This panel allows you to specify some basic settings for the generated AT, MRT, and MPF:
AT/MRT Scope
Defines whether automation tables (ATs), message revision tables (MRT), and the MPFLSTxx member should be generated automatically by the configuration file build and what the scope should be. For details, see Setting AT/MRT Scope.
Generate MPFLSTxx member
Defines whether the MPF list member is created during the configuration file build. Note that AT/MRT Scope = NONE takes precedence over this field which means that no MPFLSTxx is built even if YES is specified.
MRT Default AUTOMATE
Defines whether a default MRT entry is generated.
  • YES means that an MRT entry is generated for a message if:
    • an AT entry is created (independent from AT/MRT Scope)
    • there is no further user specification for an MRT entry.
    Furthermore MRT entries are generated for all messages in the special automation table INGMSGSA shipped by SA z/OS.
  • NO means that no MRT entry as described above is generated.

The generated MRT entry looks like the following:

          UPON ( MSGID = '.........' )
          REVISE('Y' AUTOMATE)
Route all WTORs to AT
Defines whether a special MRT entry is generated to ensure that all WTORs which are not defined in the PDB are passed to automation.

The entry is put into the SELECT which System Automation generates within the UPON(OTHERMSG) as the last WHEN-condition.

The generated MRT entry looks like the following:

           WHEN (WQE SUBSTR 345.1 ^= '00'X)
           REVISE('Y' AUTOMATE)