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