Previous Topic: SERVER Resource Class—Secure z/OS SERVER ObjectsNext Topic: SOMDOBJS Resource Class—Secure z/OS SOMDOBJS Objects


SMESSAGE Resource Class—Secure TSO Messages

Valid on z/OS.

Use SMESSAGE to secure the transmission of messages from one TSO user to other TSO users via the TSO SEND command.

This resource class has the following format:TSSADDTO/REMOVE

TSS ADDTO(acid) SMESSAGE(receivingid,receivingid...)
Prefix length

One to eight characters

Capacity of list

One to five prefixes per TSS command

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

TSS PERMIT(acid) SMESSAGE(receivingid,receivingid...)
Prefix length

One to eight characters

Capacity of list

One to five prefixes per TSS command

This keyword is used with:

The administrator can:

Examples: SMESSAGE resource class

This example gives TSOADM1 ownership of a few TSO userids so he can control routing of messages to these userids:

TSS ADDTO(TSOADM1) SMESSAGE(TSOJOE1,TSU34A,ANYID)

This example removes ownership:

TSS REMOVE(TSOADM1) SMESSAGE(TSOJOE1,TSU34A,ANYID)

This example permits ACID CHATTY to send messages to userid TESTID:

TSS PERMIT(CHATTY) SMESSAGE(TESTID) ACCESS(READ)

This example stops routing of messages to userid NOBOTHER:

TSS PERMIT(ALL) SMESSAGE(NOBOTHER) ACCESS(NONE)