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')
|
Copyright © 2009 CA.
All rights reserved.
|
|