HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)

9-: 4
Table 9-1. Listing Options
---------------------------------------------------------------------------------------------
| | |||
| Option 12 | Effect | Type | Default |
| | |||
---------------------------------------------------------------------------------------------
| | |||
| LINES [=]
num_lit
(10 <=
num_lit
| Sets the number of lines | INLINE | 60 |
| <= 9999) | per page for the compiler | | |
| | listing. | | |
| | |||
---------------------------------------------------------------------------------------------
| | |||
| | Enables and disables | INLINE | LIST |
| | compiler source listing | | |
| { NOLIST } | and requested tables. ID | | |
| LIST { NO LIST} | TABLES and LABEL TABLES | | |
| | can be listed only if | | |
| | listing is enabled. | | |
| | |||
---------------------------------------------------------------------------------------------
| | |||
| | Prints identifiers, their | PROGRAM UNIT | NO ID TABLES |
| | types and their | | |
| { NO ID} | hexidecimal addresses at | | |
| ID [ TABLES] { NOID } [ TABLES] | the end of each program | | |
| | unit (provided LIST is | | |
| | active). The NOID option | | |
| | suppresses this | | |
| | information. | | |
| | |||
---------------------------------------------------------------------------------------------
| | |||
| | Prints each program line | PROGRAM UNIT | NO LABEL |
| | number and the code | | TABLES |
| { NO LABEL} | offset of the beginning | | |
| LABEL [ TABLES] { NOLABEL } | of that line (provided | | |
| | that LIST is also | | |
| [ TABLES] | active). | | |
| | |||
| | Suppresses what LABEL | | |
| | TABLES would print. | | |
| | |||
---------------------------------------------------------------------------------------------
| | |||
| | Causes page eject. The | INLINE | None. |
| | next line of the compiler | | |
| PAGE | listing prints on a new | | |
| | page. (Compare to | | |
| | PAGESUB.) | | |
| | |||
---------------------------------------------------------------------------------------------
| | |||
| | Generates a page break | PROGRAM UNIT | Program |
| | and page header before | | units do not |
| PAGESUB | the first line of the | | start on new |
| | program unit is printed. | | pages. |
| | If used in a GLOBAL | | |
| | COPTION statement, every | | |
| | program starts on a new | | |
| | page; otherwise, only the | | |
| | current subunit starts on | | |
| | a new page. | | |
| | |||
---------------------------------------------------------------------------------------------
| | |||
| TITLE [=]
quoted_str_lit
| Replaces the standard HP | INLINE | See Note 1. |
| | Business BASIC/XL | | |
| | compiler pagetitle with | | |
||
quoted_str_lit
at the top| | |
| | of each page of the | | |
| | compiler listing. | | |
| | (Compare to TITLESUB | | |
| | below.) | | |