Previous Topic: FAILLOAD Keyword—SIGVER record program definitionNext Topic: FDTNAME Keyword—FDT Record Field Names


FDTCODE Keyword—Field Code Data

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)
hex code

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:

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)