Previous Topic: Changing User-Defined Fields in the FDTNext Topic: Listing the FDT


Removing Fields From the FDT

You can remove a user-defined field by entering the TSS REMOVE command function shown below.

TSS REMOVE(FDT) FDTNAME(field-name)
FDTNAME

Removes an up to eight-character user-defined field from the FDT Record when FDT is the target ACID name, and allows one field-name per command that can be a letter, number, or special character. Only the FDTNAME is required for removing a user-defined field.

For example, to remove the HPHONE field from the FDT, enter the command shown below.

TSS REMOVE(FDT) FDTNAME(HPHONE)