Previous Topic: FDTCODE Keyword—Field Code DataNext Topic: FIRST Keyword—Add a Profile to the Beginning of a List


FDTNAME Keyword—FDT Record Field Names

Valid on z/OS, z/VM, and z/VSE.

Use the FDTNAME keyword to:

When used with LIST, this keyword has the following format:

TSS LIST(FDT) FDTNAME(fieldname)

When used with ADDTO, this keyword has the following format:

TSS ADDTO(FDT) FDTNAME(fieldname)
               FDTCODE(hex code)
               MAXLEN(nnnnn)
fieldname

Specifies the field.

Length: 1 to 8 characters.

Capacity: One resource class per command

Notes:

This keyword is used with:

Examples: FDTNAME Keyword

This example adds $PERSDEPT to the FDT Record:

TSS ADDTO(FDT) FDTNAME($PERSDEPT)
               FDTCODE(3F)
               MAXLEN(11)

This example removes $PERSDEPT from the FDT Record:

TSS REMOVE(FDT) FDTNAME($PERSDEPT)