Adding extended function data sets to the BBI-SS PAS startup procedure
To add extended function data sets to the BBI-SS PAS startup procedure
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=SHRhlq is the high-level qualifier that was used to load product libraries to DASD.
- After you install historical data sets, issue the BMC AMI Ops 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*