Previous Topic: TSOLSIZE Keyword—TSO Default Region SizeNext Topic: TSOMPW Keyword—Support Multiple TSO UADS Passwords


TSOMCLASS Keyword—TSO Default Message Class

Valid on z/OS.

Use the TSOMCLASS keyword to assign a default message class for TSO generated JCL for TSO users. All TSO UADS resources must be added to a User Record and cannot be added to a Profile or to the ALL Record.

This keyword has the following format:

TSS ADDTO(acid) TSOMCLASS(class)
class

Specifies the default message class for TSO generated JCL.

Prefix length: 1 character

Capacity: 1 class per ACID

This keyword is used with:

Examples: TSOMCLASS keyword

This example adds a class of X to ACID USERA:

TSS ADDTO(USERA) TSOMCLASS(X)

This example removes a default message class of X from USERA:

TSS REMOVE(USERA) TSOMCLASS(X)