How to: Use encryption for your PDS V2 data sets
Learn how to use z/OS® data set encryption for your PDS V2 data sets.
Before you begin
Use of z/OS data set encryption for your PDS V2 data sets requires z/OS 2.2 with APAR OA50569 or later.
About this task
You can protect your sensitive historical data by using encrypted data sets for PDS V2. In general, to create an encrypted data set, a key label must be assigned to the data set when it is newly allocated. For PDS V2, the data sets are allocated automatically from within the monitoring server or monitoring agent by using the SMS data class that is specified in parameter RTE_PDS2_SMS_DATACLAS.
To use encryption for PDS V2, choose an SMS data class that has a key label (KEYLABEL) in its definition, and specify this class name in the RTE_PDS2_SMS_DATACLAS parameter.
After the monitoring server or monitoring agent is recycled, it will allocate new PDS V2 data sets if they do not exist and make them encrypted. If the PDS V2 data sets already exist, the monitoring server or monitoring agent will gradually make them encrypted, one by one (that is, one data set for each subsequent data set switch). Each time a data set switch occurs and a new reserved data set is allocated, the newly allocated data set will be created as encrypted.