Previous Topic: TSOPRFG Resource Class—Secure TSO Performance GroupsNext Topic: TST Resource Class—Secure CICs Temporary Storage Table Names


TSOPROC Resource Class—Secure TSOP Logon Procs

Valid on z/OS.

Use TSOPROC to secure PROCs for TSO logon.

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

TSS ADDTO(acid)TSOPROC(proc,...)
Prefix length

One to eight characters

Capacity of list

Five TSOPROCs per TSS command

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

TSS PERMIT(acid)TSOPROC(proc,...)
Prefix length

One to eight characters

Capacity of list

Five TSOPROCs per TSS command

This keyword is used with:

The administrator can use any of the following methods to control access to a TSO logon proc: Expiration, Facility, Time/Day, and Actions.

Examples: TSOPROC resource class

This example protects logon proc of SMPEPROC:

TSS ADDTO(SYSDEPT)TSOPROC(SMPEPROC)

This example removes ownership:

TSS REMOVE(SYSDEPT)TSOPROC(SMPEPROC)

This example allows an ACID to use SMPEPROC:

TSS PERMIT(SYSUSER)TSOPROC(SMPEPROC)

This example revokes access:

TSS REVOKE(SYSUSER)TSOPROC(SMPEPROC)