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


PTDIV (Parameter Term Divider)

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

The PTDIV tag defines a visible vertical divider (|) between multiple PT tags.

Syntax

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

Comments

The PTDIV tag can be used to create a visual separation between the parameter terms. Each PTDIV tag adds a vertical bar (plus display control attributes) to the parameter list.

Restrictions

The PTDIV tag can be coded before the first PT tag, between PT tags, or following the last PT tag (before the PD tag definition).

Processing

None.

Examples

Here is an example that shows the PTDIV tag in combination with the DIVEND attribute of the PARML tag. Figure 1 shows the formatted result.
<!DOCTYPE DM SYSTEM>

<HELP NAME=ptdiv DEPTH=22 WIDTH=60>Part Number Code Help
<AREA>
<INFO>
  <P>Valid part numbers consist of a three-digit
  number followed by a 2-character suffix.
  <DIVIDER>
  <PARML TSIZE=6 compact>
    <PLDIV TYPE=solid>
    <PT>123
    <PD>The first three digits represent
    the lot number of the part.
    <PLDIV TYPE=solid>
    <PT>AA
    <PD>The 2-character suffix represents the
    department the part originated from.
    The valid suffixes are:
      <PARML BREAK=none COMPACT SKIP DIVEND=yes>
        <PLDIV TYPE=solid>
        <PTDIV>
        <PT>TO
        <PTDIV>
        <PD>Tools
        <PTDIV>
        <PT>EL
        <PTDIV>
        <PD>Electrical
        <PTDIV>
        <PT>ME
        <PTDIV>
        <PD>Mechanical
      </PARML>
  </PARML>
</INFO>
</AREA>
</HELP>
Figure 1. Parameter term divider
                  Part Number Code Help

 Valid part numbers consist of a three-digit number
 followed by a 2-character suffix.

 ----------------------------------------------------------
 123
       The first three digits represent the lot number of
       the part.
 ----------------------------------------------------------
 AA
       The 2-character suffix represents the department the
       part originated from. The valid suffixes are:
       ----------------------------------------------------

       | TO         | Tools                               |
       | EL         | Electrical                          |
       | ME         | Mechanical                          |



Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014