Valid on z/OS, z/VM, and z/VSE.
Use the FDTCODE keyword to:
When used with LIST, this keyword has the following format:
TSS LIST(FDT) FDTCODE(code)
When used with ADDTO, this keyword has the following format:
TSS ADDTO(FDT) FDTNAME(field name)
FDTCODE(hex code)
MAXLEN(nnnnn)
A unique two‑digit hexadecimal code.
Range: 01 to FF
FDTCODE (as well as MAXLEN and FDTNAME) is required when adding a resource to the FDT Record.
This keyword is used with:
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 © 2014 CA Technologies.
All rights reserved.
|
|