Previous Topic: FDTNAME Keyword—FDT Record Field NamesNext Topic: FIRST Keyword—Add a Profile to the Beginning of a List


Examples: FDTNAME Keyword

This example adds $PERSDEPT to the FDT Record:

TSS ADDTO(FDT) FDTNAME($PERSDEPT)
               FDTCODE(3F)
               MAXLEN(11)

This example removes $PERSDEPT from the FDT Record:

TSS REMOVE(FDT) FDTNAME($PERSDEPT)