Previous Topic: CATAPE Resource Class—Secure Tape VolumesNext Topic: CAVAPPL Resource Class—Secure CAVAPPL for CAVMAN


Example: CATAPE resource class

This example gives PRDCNTL ownership of the CATAPE named BLPNORES:

TSS ADDTO(PRDCNTL) CATAPE(BLPNORES)

This example removes ownership:

TSS REMOVE(PRDCNTL) CATAPE(BLPNORES)

This example gives SYSPRG ownership of the BrightStor™ CA‑DYNAM®/B command named BACKUP:

TSS ADDTO(SYSPRG) CATAPE(DYNAMB.OPER.CMD.BACKUP)

This example removes ownership:

TSS REMOVE(SYSPRG) CATAPE(DYNAMB.OPER.CMD.BACKUP)

This example permits ACID, TAPELIB, the ability to use the CATAPE resource, DEACT:

TSS PERMIT(TAPELIB) CATAPE(DEACT)
                    ACCESS(READ)

This example enables all users to use the CATAPE resource REINIT:

TSS PERMIT(ALL) CATAPE(REINIT)
                ACCESS(READ)

This example permits ACID, VMUSER1, the ability to use the BrightStor™ CA‑DYNAM®/B command, BACKUP:

TSS PERMIT(VMUSER1) CATAPE(DYNAMB.OPER.CMD.BACKUP)

This example enables all users to issue the BrightStor™ CA‑DYNAM®/B command RESTORE:

TSS PERMIT(ALL) CATAPE(DYNAMB.USER.CMD.RESTORE)