z/OS ISPF Dialog Tag Language Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


DTHD (Definition Term Header)

z/OS ISPF Dialog Tag Language Guide and Reference
SC19-3620-00

The DTHD tag defines the heading for the term column of a definition list.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-<DTHD>----definition-term-header----+---------+-------------><
                                       '-</DTHD>-'   

Parameters

definition-term-header
This is the text of the definition term header. The length of the text for the definition term header should be less than the specified TSIZE value in the DL tag. A warning message is issued if the length of the text exceeds the limit.

Comments

The DTHD tag defines the heading for the term column of a definition list. You can code multiple DTHD tags within a definition list.

The conversion utility inserts a blank line between the header and the list items unless the COMPACT attribute is specified on the DL tag.

Restrictions

  • You must code the DTHD tag within a DL definition. See DL (Definition List) for a complete description of this tag.
  • Each DTHD tag must be paired with and precede a definition description header (DDHD) tag.

Processing

Table 1. The tags you can code within a DTHD definition
Tag Reference Usage Required
HP HP (Highlighted Phrase) Multiple No
PS PS (Point-and-Shoot) Multiple No
RP RP (Reference Phrase) Multiple No

Examples

Here is help panel markup that contains a definition term header with the text “Prefix”. Figure 1 shows the formatted result.
<!DOCTYPE DM SYSTEM>

<HELP NAME=dthd DEPTH=18>Prefix Help
<AREA>
<INFO>
  <P>The following list defines each of the valid prefixes.
  <DL TSIZE=12>
    <DTHD>Prefix
    <DDHD>Meaning
    <DT>AU
    <DD>Automotive
    <DT>HB
    <DD>Health and beauty
    <DT>LG
    <DD>Lawn and garden
    <DT>SG
    <DD>Sporting goods
  </DL>
</INFO>
</AREA>
</HELP>
Figure 1. Definition term header
                   Prefix Help

 The following list defines each of the valid
 prefixes.

 Prefix      Meaning

 AU          Automotive

 HB          Health and beauty

 LG          Lawn and garden

 SG          Sporting goods

  F1=Help         F3=Exit         F5=Exhelp
  F6=Keyshelp     F7=PrvTopic     F8=NxtTopic
 F10=PrvPage     F11=NxtPage     F12=Cancel

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014