Previous Topic: RECIPID Resource Class—Secure CADISPATCH RECIPIDNext Topic: RODMMGR Resource Class—Secure NETVIEW RODMMGR


RESLIST Resource Class—Secure TSSAI RESLIST

Valid on z/OS and z/VSE.

Use RESLIST to secure RESLIST when using TSSAI to do RESLIST calls.

Violations of RESLIST are only acknowledged by a failure of the RESLIST function, with TSSRC=8 (not authorized) returned in the parameter list. No messages are generated and events involving this resource are not logged. For information, see the User Guide.

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

TSS ADDTO(acid) RESLIST(list)
Prefix length

One to eight characters.

Capacity of list

One to eight prefixes per TSS command.

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

TSS PERMIT(acid) RESLIST(list)
Prefix length

One to eight characters

This keyword is used with:

The administrator can use any of the following methods to control access to RESLIST resources: Expiration, Facility, Program Pathing, Time/Day, and Actions.

Examples: RESLIST resource class

This example protects the resource by assigning ownership to the Corporate Department(owning acid):

TSS ADDTO(CORPORAT) RESLIST(RESLIST1)

The administration may now PERMIT access to users or profiles that require access.

This example removes ownership:

TSS REMOVE(CORPORAT) RESLIST(RESLIST1)

This example revokes access:

TSS REVOKE(TECHUSER) RESLIST(RESLIST1)