Set up the IMS trigger monitor

Define the application to IMS using the model CSQQTAPL in the thlqual.SCSQPROC library (see Figure 16).

Generate the PSB and ACB using the model CSQQTPSB in the thlqual.SCSQPROC library (see Figure 17).

Figure 16. Example transaction definition for CSQQTRMN

*   This is the application definition  *
*   for the IMS Trigger Monitor BMP     *

         APPLCTN PSB=CSQQTRMN,
               PGMTYPE=BATCH,
               SCHDTYP=PARALLEL
Figure 17. Example PSB definition for CSQQTRMN

   PCB   TYPE=TP,            ALTPCB for transaction messages    
         MODIFY=YES,         To "triggered" IMS transaction     
         PCBNAME=CSQQTRMN
   PCB   TYPE=TP,            ALTPCB for diagnostic messages     
         MODIFY=YES,         To LTERM specified or "MASTER"     
         PCBNAME=CSQQTRMG,                                      
         EXPRESS=YES
   PSBGEN LANG=ASSEM,                                           
         PSBNAME=CSQQTRMN,   Runs program CSQQTRMN              
         CMPAT=YES