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


Hn (Heading)

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

The heading tags define main topics and subtopics of information within an information region.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-<Hn--+---------+-->--+--------------+--+-------+------------><
        '-COMPACT-'     '-heading-text-'  '-</Hn>-'   

Parameters

COMPACT
This attribute causes the heading-text to be formatted without creating a blank line before the heading.
heading-text
This is the text of the heading.

Comments

The heading tags define main topics and subtopics of information within an information region. You can define up to four heading levels. The n in Hn indicates the heading level. The heading levels are formatted in this fashion:
H1
Identifies a main topic of information. The text is centered on the panel.
H2, H3, H4
The text is formatted against the left margin of the panel body.

Headings are formatted with one blank line before them.

Restrictions

Processing

Table 1. The tags you can code only within an H2, H3, or H4 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 two levels of headings. Figure 1 shows the formatted result.
<!DOCTYPE DM SYSTEM>

<HELP NAME=hn DEPTH=22>Department Descriptions Help
<AREA>
<INFO>
  <H1>Departments
  <H2>Entertainment
  <P>Our entertainment department carries the
  finest in home entertainment components.
  <H2>Exotic Pets
  <P>You can order from a wide variety of exotic
  pets and pet supplies in this department.
  <H2>Toys
  <P>Your kids will love our wide selection of
  toys, games, and play equipment.
</INFO>
</AREA>
</HELP>
Figure 1. Headings
           Department Descriptions Help


                   Departments

 Entertainment

 Our entertainment department carries the finest
 in home entertainment components.

 Exotic Pets

 You can order from a wide variety of exotic pets
 and pet supplies in this department.

 Toys

 Your kids will love our wide selection of toys,
 games, and play equipment.

  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