Limited support

 

BMC provides limited support for this version of the product. As a result, BMC no longer accepts comments in this space. If you encounter problems with the product version or the space, contact BMC Support.

BMC recommends upgrading to the latest version of the product. To see documentation for that version, see BMC AMI Ops Infrastructure 7.1 Open link .

Adding extended function data sets to the BBI-SS PAS startup procedure

Use your copy of member SSJCL to add extended function data sets to the BBI-SS PAS started task procedure.

Tip

This task is optional for the following products and does not apply to other products:

  • MainView AutoOPERATOR

  • MainView for CICS

  • MainView for DB2

  • MainView for DBCTL

  • MainView for IMS Offline

  • MainView for IMS Online
  • MainView for MQ

To add extended function data sets to the BBI-SS PAS startup procedure

  1. Edit BBSAMP member SSJCL by adding the following statements:
    • //HISTDSnn DD for each historical data set

    • //BBACTDEF for the action and view table data set

    • //BBVDEF for the default views data set

    The following example shows DD statements that add three historical data sets for a BBI-SS PAS running on SYSA. Separate DD statements initialize the action and view table data set, and the default views data set:

    //HISTDS00 DD DSN=hlq.SYSA.HISTDS00,DISP=SHR
    //HISTDS01 DD DSN=hlq.SYSA.HISTDS01,DISP=SHR
    //HISTDS02 DD DSN=hlq.SYSA.HISTDS02,DISP=SHR
    //BBACTDEF DD DSN=hlq.BBACTDEF,DISP=SHR
    //BBVDEF DD DSN=hlq.BBVDEF,DISP=SHR
    //PARMFILE DD DSN=hlq.PARMFILE,DISP=SHR

    hlq is the high-level qualifier that was used to load product libraries to DASD.

  2. After you install historical data sets, issue the MainView DSLIST command to view their status.

    The DSLIST view shows:

    • Name and current status of each data set

    • Beginning and ending time of the most recent recording interval

      You can allocate another historical data set by issuing the ADD command from DSLIST.

Was this page helpful? Yes No Submitting... Thank you

Comments