Previous Topic: TSOAUTH Resource Class—Secure TSO User AttributesNext Topic: TSOPRFG Resource Class—Secure TSO Performance Groups


Examples: TSOAUTH resource class

This example protects the user of TSO MOUNT authority:

TSS ADDTO(SYSDEPT)TSOAUTH(MOUNT)

This example removes ownership:

TSS REMOVE(SYSDEPT)TSOAUTH(MOUNT)

This example allows an ACID to use the OPER command:

TSS PERMIT(USERA)TSOAUTH(OPER)

This example revokes access:

TSS REVOKE(USERA)TSOAUTH(OPER)