Previous Topic: DISPLAY Keyword—FDT Display FieldNext Topic: DIVISION Keyword—Division Data


Examples: DISPLAY Keyword

This example adds a new field called $PERS to the FDT Record with a DISPLAY value of EMPLOY:

TSS ADDTO(FDT) FDTNAME($PERS)
               FDTCODE(1E)
               SEGMENT(PERSDEPT)
               MAXLEN(11)
               DISPLAY('EMPLOY')

This example finds the field name associated with the LOCKTIME= value:

TSS LIST(FDT) DISPLAY('LOCKTIME')