Previous Topic: TSODEST Keyword—TSO Default Destination IdentifierNext Topic: TSOJCLASS Keyword—TSO Default Job Class


TSOHCLASS Keyword—TSO Default Hold Class

Valid on z/OS.

Use the TSOHCLASS keyword to assign a default hold 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) TSOHCLASS(class)
class

Specifies the default hold class for TSO generated JCL.

Length: 1 character

Capacity: 1 class per ACID

This keyword is used with:

Examples: TSOHCLASS keyword

This example adds a class of X to ACID USERA:

TSS ADDTO(USERA) TSOHCLASS(X)

This example removes a default class of X from USERA:

TSS REMOVE(USERA) TSOHCLASS(X)