Create site security data set
Default global security parameters, resource class properties, and product-specific resource definitions are distributed in the BBACTDEF data set. You cannot customize these defaults. To create your own customized security for BMC Discovery for z/OS product resources that are installed at your site, you must first define a security data set with the BBSECURE DD statement in the CAS and PAS started task procedures.
For more information about how to set up security and use the Plex Manager security views to customize security at your site, see the MainView Security Guide.
To create a BBSECURE data set
Create a data set with the following DCB characteristics:
- RECFM=FB
- LRECL=80
- BLKSIZE= any multiple of 80
Use the same hilevel qualifier for this data set that you used for your target libraries during the installation process.
- In the CAS started task procedure, specify the name of the data set that you created on the DSN parameter of the BBSECURE DD statement (see Create the coordinating address space (CAS) and RTCS startup procedure).
In each PAS started task procedure, specify the name of the data set that you created on the DSN parameter of the BBSECURE DD statement (see Create-the-Discovery-agent-product-address-space-PAS-start-procedure).
Related topic