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


DTDIV (Definition Term Divider)

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

The DTDIV tag defines a visible vertical divider (|) between multiple DT tags.

Syntax

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

Comments

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

Restrictions

The DTDIV tag can be coded before the first DT tag, between DT tags, or following the last DT tag (before the DD tag definition).

Processing

None.

Examples

Here is an example that shows the use of the DTDIV 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=dtdiv 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 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