Previous Topic: TSOHCLASS Keyword—TSO Default Hold ClassNext Topic: TSOLPROC Keyword—TSO Default Proc


TSOJCLASS Keyword—TSO Default Job Class

Valid on z/OS.

Use the TSOJCLASS keyword to assign a default job class for TSO generated job cards from 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) TSOJCLASS(class)
class

Specifies the default job class for TSO generated job cards.

Length: 1 character

Capacity: 1 class per ACID

This keyword is used with:

Examples: TSOJCLASS keyword

This example adds a class of A to ACID USERA:

TSS ADDTO(USERA)TSOJCLASS(A)

This example removes a default class of A from USERA:

TSS REMOVE(USERA)TSOJCLASS(A)