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

9- 17
||[{,}]| | |
| | [ { ;} LIST[ =]
listfile
]| | |
|| | | |
|| | | |
---------------------------------------------------------------------------------------------
|| | | |
| Compilation | | :BBXLLK [text =] | If
progfile
is |
| Linking | |
infile
[,[prog=] | not specified and |
| | COMPLINK [
infile
]|
progfile
[,[list=] | command succeeds, |
|| |
listfile
] ] | then $OLDPASS is |
| | { ,} | | the program file. |
| | [ { ;} PROG[ =]
progfile
]| | |
||[ ]| | |
||[{,}]| | |
| |[{;}LIST[ =] ] | | |
||[
listfile
]| | |
|| | | |
---------------------------------------------------------------------------------------------
|| | | |
| Compilation | | :BBXLGO [text =] | If the command |
| Linking Running | |
infile
[,[list=] | succeeds, then |
| | COMPGO [
infile
]|
listfile
[,[xl=] | $OLDPASS is the |
|| |
xlfile
] ] | program file. |
||[{,}]| | |
| | [ { ;} LIST[ =]
listfile
]| | |
|| | | |
|| | | |
|| | | |
---------------------------------------------------------------------------------------------
|| | | |
| Linking | Use the SYSTEM command. | :LINK FROM=
objfile
| None |
| | | TO=
progfile
||
| | | [;cap=
cap_list
]| |
|| | | |
---------------------------------------------------------------------------------------------
|| | | |
| Running | SYSTEMRUN | :RUN
progfile
| None |
||
progfile
[;xl=‘xlfile'] | [;xl='xlfile'] | |
|| | | |
---------------------------------------------------------------------------------------------
Table 9-6 Notes
1. COMPLINK and COMPGO link the program with the default capabilities
of IA and BA, and any additional capabilities MR, DH, and PH that
are consistent with the capabilities of the user.
2.
infile, objfile, listfile,
and
progfile
are
fname
s (see chapter
6).
3. OBJ, LIST, and PROG can be in any order.
4. All but SYSTEMRUN are command-only statements.
Command Parameters
Each of the following parameters is a file name, but its form depends on
command type. A file name can be any string expression in an interpreter
command. A file name must be a valid, unquoted file name in an operating
system command.
Parameters
infile
Name of BASIC SAVE source file containing HP Business
BASIC/XL program. If
infile
is not a NMBSV file, an
error occurs and compilation terminates.
This parameter is required in operating system commands,
but is optional in interpreter commands. The default
infile
for an interpreter command is the current
program, automatically saved in a temporary NMBSV file.