Previous Topic: FDTCODE Keyword—Field Code DataNext Topic: FDTNAME Keyword—FDT Record Field Names


Example: FDTCODE keyword

This example lists data concerning how field code 3F is processed:

TSS LIST(FDT) FDTCODE(3F)

This example adds PERSDEPT to the FDT Record:

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

This example removes $PERSDEPT from the FDT Record:

TSS REMOVE(FDT) FDTNAME($PERSDEPT)