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)
Specifies the default message class for TSO generated JCL.
Prefix length: 1 character
Capacity: 1 class per ACID
This keyword is used with:
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)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|