Previous Topic: Using DEFNODES With a TSS CommandNext Topic: What Happens When a Command is Issued


Administering an ACID's DEFNODES

DEFNODES can be assigned to an ACID in one of three ways:

Note: If a TSS CREATE is issued without indicating the DEFNODES keyword, or by using a model ACID that does not have DEFNODES, no DEFNODES are supplied.

In addition to TSS ADDTO, you can also use TSS REMOVE and TSS REPLACE to update an ACID's existing DEFNODES definitions.

TSS REMOVE is used to delete one or more entries. For example, the command shown below removes NODEB from USER02's DEFNODES list while leaving NODEA and NODEC.

TSS REMOVE(USER02) DEFNODES(NODEB)

TSS REPLACE deletes an ACID's existing DEFNODES definitions in their entirety and replaces them with a completely new list. For example, the command shown below completely removes the current DEFNODES from USER02 and replaces them with NODEF, NODEG, and NODEH.

TSS REPLACE(USER02) DEFNODE(NODEF,NODEG,NODEH)

Note: A maximum of five DEFNODES can be added, removed, or replaced in a single TSS command.