Valid on z/OS.
Use the TSOSCLASS keyword to assign a default SYSOUT class for TSO generated JCL for TSO users.
This keyword has the following format:
TSS ADDTO(acid) TSOSCLASS(class)
Specifies the default SYSOUT class for TSO generated JCL.
Length: 1 character
Capacity: 1 class per ACID
This keyword is used with:
This example adds a class of A to USERA:
TSS ADDTO(USERA)TSOSCLASS(A)
This example deletes a class of A from USERA:
TSS REMOVE(USERA)TSOSCLASS(A)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|