Previous Topic: Permission RecordsNext Topic: Default Data Set Protection


Implementing Default Protection

Many resources do not require full default protection (for example, if you do not want a security violation to occur when you access a particular resource). You can dynamically define resources to the RDT and give them default protection.

To set up full default protection for specific predefined resources in the RDT record, attach the DEFPROT attribute to the resources with the TSS REPLACE(RDT) command function.

Example: default protection

This example automatically protects CICS journal control tables (JCT):

TSS REPLACE(RDT) RESCLASS(JCT)
                 ATTR(DEFPROT)