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)
Specifies the default hold class for TSO generated JCL.
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) TSOHCLASS(X)
This example removes a default class of X from USERA:
TSS REMOVE(USERA) TSOHCLASS(X)
|
Copyright © 2009 CA Technologies.
All rights reserved.
|
|