Valid on z/OS.
Use the TSOUDATA keyword to assign a site‑defined data field to a TSO user.
This keyword has the following format:
TSS ADDTO(acid) TSOUDATA(data field)
Specifies the data field for a TSO user.
Prefix length: Four hexadecimal (0 to 9, A to F) characters. If less than four digits are used the field is padded to the right with hex zeros.
Capacity of list: One field per ACID
Note: 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 is used with:
This example adds a data field of 123A to USERA:
TSS ADDTO(USERA) TSOUDATA(123A)
This example adds a data field of AB00 to USERA:
TSS ADDTO(USERA) TSOUDATA(AB00)
This example deletes a data field of 12A from USERA:
TSS REMOVE(USERA) TSOUDATA(12A)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|