Previous Topic: DBD Resource Class—Secure IMS Database NameNext Topic: DCT Resource Class—Secure CICS DCT Data


DCSS Resource Class—Secure Segments

Valid on z/VM.

Use DCSS to secure discontiguous Saved Segments/Named Saved Systems (NSS).

Note: DCSS/NSS protection does not apply to DCSSs/NSSs that are IPLed.

When used with TSS ADDTO/REMOVE, this resource class has the following format:

TSS ADDTO(acid) DCSS(name,name,...)
Prefix length

One to eight characters

Capacity of list

One to five prefixes per command

When used with TSS PERMIT/REVOKE, this resource class has the following format:

TSS PERMIT(acid) DCSS(name(s))
                 ACCESS(access levels)
Prefix length

One to eight characters

Capacity of list

One to five prefixes per TSS command

DCSS is used with:

The administrator can:

Example: DCSS resource class

This example protects the DCSS named SAS by assigning ownership to the Engineering Department (ENGDEPT):

TSS ADDTO(ENGDEPT) DCSS(SAS)

This example removes ownership:

TSS REMOVE(ENGDEPT) DCSS(SAS)

This example permits a user in the Engineering Department to use the program product, SAS:

TSS PERMIT(ENGUSER) DCSS(SAS)

This example revokes access:

TSS REVOKE(ENGUSER) DCSS(SAS)