Default language.

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:

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  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.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*