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


DTHDIV (Definition Term Header Divider)

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

The DTHDIV tag defines a visible vertical divider (|) between multiple DTHD tags.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-<DTHDIV>--+-----------+-------------------------------------><
             '-</DTHDIV>-'   

Comments

The DTHDIV tag can be used to create a visual separation between the definition term headings. Each DTHDIV tag adds a vertical bar (plus display control attributes) to the Definition Term Header text.

Restrictions

The DTHDIV tag can be coded before the first DTHD tag, between DTHD tags, or following the last DTHD tag (before the DDHD tag definition).

Processing

None.

Examples

Here is an example that shows the use of the DTHDIV tag in combination with the multiple DT tag function and the DIVEND attribute of the DL tag. Figure 1 shows the formatted result.

<!DOCTYPE DM SYSTEM>

<HELP NAME=dthdiv DEPTH=22 WIDTH=66>Employee Code Help
  <AREA depth=1 extend=on>
  <INFO width=*>
    <P>The following list defines the valid employee codes.
    <DL TSIZE='14 4' BREAK=none COMPACT DIVEND=yes>
      <DLDIV TYPE=solid>
      <DTHDIV>
      <DTHD>Code
      <DTHDIV>
      <DTHD>Flag
      <DTHDIV>
      <DDHD>Meaning
      <DLDIV TYPE=solid>
      <DTDIV>
      <DT NOSKIP>Full-time
      <DTDIV>
      <DT FORMAT=center>F
      <DTDIV>
      <DD>Indicates that the employee works a
      regular schedule of 40 hours or more weekly.
      <DLDIV TYPE=solid>
      <DTDIV>
      <DT>Part-time
      <DTDIV>
      <DT FORMAT=center>P
      <DTDIV>
      <DD>Indicates that the employee works a regular
      schedule of 20 to 40 hours weekly.
      <DLDIV TYPE=solid>
      <DTDIV>
      <DT>Supplemental
      <DTDIV>
      <DT FORMAT=center>S
      <DTDIV>
      <DD>Indicates that the employee works less than
      20 hours weekly.
      No regular schedule is in place.
      <DLDIV TYPE=solid>
    </DL>
  </INFO>
  </AREA>
</HELP>
Figure 1. Definition term header divider
                        Employee Code Help

 The following list defines the valid employee codes.
 ----------------------------------------------------------------
 | Code           | Flag | Meaning                              |
 ----------------------------------------------------------------
 | Full-time      |  F   | Indicates that the employee works a  |
 |                |      | regular schedule of 40 hours or more |
 |                |      | weekly.                              |
 ----------------------------------------------------------------
 | Part-time      |  P   | Indicates that the employee works a  |
 |                |      | regular schedule of 20 to 40 hours   |
 |                |      | weekly.                              |
 ----------------------------------------------------------------
 | Supplemental   |  S   | Indicates that the employee works    |
 |                |      | less than 20 hours weekly. No        |
 |                |      | regular schedule is in place.        |
 ----------------------------------------------------------------

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014