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

9-: 12
Table 9-4. Other COPTIONS
---------------------------------------------------------------------------------------------
| | |||
| Option | Meaning | Type | Default |
| | |||
---------------------------------------------------------------------------------------------
| | |||
| | Allows you to insert a | Program Unit | none |
| | copyright statement in | | |
| COPYRIGHT=
quoted_str
| the program. No effect | | |
| | on program execution. | | |
| | |||
---------------------------------------------------------------------------------------------
| | |||
| | Allows you to compile | Program | Compile current |
| | each of the main block | | program as |
| RLFILE | and each subunit as a | | individual object |
| | separate object file into | | file into an |
| | an RL file. You can | | NMOBJ file. |
| | compile more than one | | |
| | program subunit into an | | |
| | RL. | | |
| | |||
---------------------------------------------------------------------------------------------
| | |||
| | Directs the compiler to | Program | RL not |
| | initialize the RL before | | initialized. |
| RLINIT | compiling code into it. | | |
| | |||
| | |||
---------------------------------------------------------------------------------------------
| | |||
| | Allows you to group | Program Unit | No locality set |
| | multiple object modules | | specified. |
| LOCALITY=
quoted_str
| into a locality set when | | |
| | they are compiled into an | | |
| | RL. This will help in | | |
| | maintaining and using RL | | |
| | commands such as PURGERL. | | |
| | |||
---------------------------------------------------------------------------------------------
Table 9-4 NOTE For a detailed description of relocatable libraries (RLs)
see the
HPLINK EDITOR/XL Reference Manual
.
OPTION and GLOBAL OPTION Statements
The OPTION and GLOBAL OPTION statements set options for interpreted
programs (see chapter 2). The compiler ignores the options these
statements set, with the exceptions given in Table 9-5.
Table 9-5. Interpreter Options That Affect Compiled Programs
---------------------------------------------------------------------------------------------
| | |
| Option | Effect on Compiled Program |
| | |
---------------------------------------------------------------------------------------------
| | |
| DECIMAL | Same as effect on interpreted program. |
| | |
| REAL | |
| | |
| BASE 0 | |
| | |
| BASE 1 | |
| | |
| INIT | |
| | |
---------------------------------------------------------------------------------------------
| | |
| NOINIT | The compiler does not generate code to initialize numeric variables |
| | (string lengths are still initialized to zero). If the compiled |