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


LP (List Part)

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

The LP tag defines a comment or explanation within a note list, ordered list, unordered list, or simple list.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-<--LP--+--------+-->--+-------------------+--+-------+------><
          '-NOSKIP-'     '-implied-paragraph-'  '-</LP>-'   

Parameters

NOSKIP
This attribute causes the list part to format without creating a line before the list part.
implied-paragraph
This is the text of the list part.

Comments

The LP tag defines a comment or explanation within an ordered list, unordered list, or simple list. You can code the LP tag anywhere within a list.

The text of the list part starts at the left margin of the current level of the list. It is not numbered or lettered. When you use it within a NOTEL or OL definition, LP does not interrupt or increment the sequence.

The next list item or the end of the list implicitly ends the list part.

Restrictions

Processing

Table 1. The tags you can code within an LP definition
Tag Reference Usage Required
ATTENTION ATTENTION (Attention) Single No
CAUTION CAUTION (Caution) Single No
DL DL (Definition List) Multiple No
FIG FIG (Figure) Multiple No
HP HP (Highlighted Phrase) Multiple No
LINES LINES (Lines) Multiple No
NOTE NOTE (Note) Multiple No
NOTEL NOTEL (Note List) Multiple No
NT NT (Note) Multiple No
OL OL (Ordered List) Multiple No
P P (Paragraph) Multiple No
PARML PARML (Parameter List) Multiple No
PS PS (Point-and-Shoot) Multiple No
RP RP (Reference Phrase) Multiple No
SL SL (Simple List) Multiple No
UL UL (Unordered List) Multiple No
WARNING WARNING (Warning) Single No
XMP XMP (Example) Multiple No

Examples

Here is help panel markup that contains an ordered list with a nested list part tag. WARNING and P tags are nested within the list part definition. Figure 1 shows the formatted result.
<!DOCTYPE DM SYSTEM>

<HELP NAME=lp WIDTH=50 DEPTH=20>Help For Changing a File
<AREA>
<INFO>
  <OL>
    <LI>Type over the existing data
    in the entry fields with the new data.
    <LP>
      <WARNING>
      Performing the next step will save all changes
      and delete the existing data.
      <P>To quit this function without
      deleting the existing data, press F12=Cancel.
      </WARNING>
    <LI>Press Enter to save the
    updated data.
  </OL>
</INFO>
</AREA>
</HELP>
Figure 1. List part
             Help For Changing a File

 1.  Type over the existing data in the entry
     fields with the new data.

 Warning: Performing the next step will save all
 changes and delete the existing data.

 To quit this function without deleting the
 existing data, press F12=Cancel.

 2.  Press Enter to save the updated data.





  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