Previous Topic: MaskingNext Topic: SERVAUTH Resource Class—Secure TCP/IP Resources


Example: SDSF Resource Class—Secure

This example defines DEPT01 the ability of users to issue z/OS and JES2 commands on the SDSF command line via the “/” command:

TSS ADDTO(DEPT01) SDSF(ISFOPER.SYSTEM)

The administrator may remove the ability:

TSS REMOVE(DEPT01) SDSF(ISFOPER.SYSTEM)

This example denies USER42 the ability to use SDSF's PR (printer) and INIT (initiator) displays:

TSS PERMIT(USER42) SDSF(ISFCMD.ODSP.INITIATOR.*/ISFCMD.ODSP.PRINTER.*)
                   ACCESS(NONE)