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


The List Part (LP) tag

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

If you want to insert unindented text in a list, use the list part (LP) tag. The LP tag is useful for providing information about the list items that follow it.

We added a list part to the panel shown in Figure 1:
<!doctype dm system>

<panel name=winshop4 width=52>Window Shopper
  <area>
    <info width=50>
      <p>After you have placed your order with Window Shopper, you should...
      <ol>
        <li>Press the Enter key to leave the Order Panel.
        <li>Go to the receiving desk located at the front of the store.
          <p>Don't forget to bring your receipt!
        <li>Give the cashier the pink copy of your receipt.
          <lp>Occasionally, the item you ordered won't be in stock.
          If this occurs, the cashier will be happy to delete
          the item from your order.
        <li>Take your purchases home, and enjoy!
      </ol>
    </info>
  </area>
</panel>

Here is the formatted result:

Figure 1. List part
                   Window Shopper

 After you have placed your order with Window
 Shopper, you should...

 1.  Press the Enter key to leave the Order Panel.

 2.  Go to the receiving desk located at the front
     of the store.

     Don't forget to bring your receipt!

 3.  Give the cashier the pink copy of your
     receipt.

 Occasionally, the item you ordered won't be in
 stock. If this occurs, the cashier will be happy
 to delete the item from your order.

 4.  Take your purchases home, and enjoy!

 

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014