Finding out which resources are being monitored in a CICS system

This example (which is also included in CICSPlex SM Managing Resource Usage) shows you how to find out which types of resource are being monitored in CICS® system CICSPA01.

  1. If the current context isn’t PLXPROD1, issue the command CON PLXPROD1 from the current view.
  2. Change the scope.

    Issue the command SCO CICSPA01 from the current view.

  3. Display a list of active monitor definitions in the current scope.

    Issue the command MONACTV from the current view. The MONACTV view, showing active monitor definitions in CICS system CICSPA01, is displayed:

     COMMAND  ===>                                                 SCROLL ===> PAGE
     CURR WIN ===> 1        ALT WIN ===>
      W1 =MONACTV===========PLXPROD1=PLXPROD1=26MAR1999==19:33:12=====CPSM==========2
     CMD Def      CICS     Status     Active   Resource Resource Include Res
     --- Name---- System-- ---------- Period-- Name---- Type---  ------- Stat
         MODPAY01 CICSPA01 ACTIVE              PAY1     MTRAN    YES     NO
         MODPAY02 CICSPA01 ACTIVE     PDFPRIME PAY*     MPROG    YES     NO
     

    For a more complete description of the MONACTV view, see CICSPlex SM Managing Resource Usage.

[[ Contents Previous Page | Next Page Index ]]