Previous Topic: DIGICERT Keyword—Identify a Digital CertificateNext Topic: DIVISION Keyword—Division Data


DISPLAY Keyword—FDT Display Field

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

Use the DISPLAY keyword:

When used with ADDTO, the command has the following format:

TSS ADDTO(FDT) DISPLAY(fieldname)
               FDTNAME(field name)
               FDTCODE(hex code)
fieldname

Specifies the display value for the field in the FDT Record.

Length: 1 to 11 characters

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

TSS LIST(FDT) DISPLAY('display value')

This keyword is used with:

Examples: DISPLAY Keyword

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')