Previous Topic: MaskingNext Topic: OTRAN Resource Class—Secure Ownable Transactions


Examples: OPERCMDS resource class

This example assigns ownership to USER01, so that ACID can cancel a TSO session:

TSS ADDTO(USER01) OPERCMDS(ABC.ABC.ABC)

This example removes ownership:

TSS REMOVE(USER01) OPERCMDS(ABC.ABC.ABC)

This example allows any user to cancel their own TSO session (assuming that the user has access to a subsystem console):

TSS PERMIT(ALL) OPERCMDS(ABC.ABC.ABC.%) ACCESS(UPDATE)

This example revokes access:

TSS REVOKE(ALL) OPERCMDS(ABC.ABC.ABC.%)