A SERVICE OF

logo

98 Chapter 2
Command Definitions A-B
BBASICOMP
A BSAVE program file can be created from within the HP Business BASIC/V interpreter
after it is written, by using the HP Business BASIC/V interpreter >SAVE filename
command. The program may be compiled with the BBASICOMP command, then prepared
with the PREP command, and executed with the RUN command .
Use
This command may be issued from a session, job, or program. It may not be used in
BREAK. Pressing
Break suspends the execution of this command. Entering the RESUME
command continues the execution.
Examples
To compile the HP Business BASIC/V program MYPROG into the USL named OBJECT,
enter:
BBASICOMP MYPROG,OBJECT
If you do not choose to build a USL file, the BBASICOMP command compiles your program,
storing the object code in the default USL file $OLDPASS.
BBASICOMP MYPROG
If you now want to run your program, use the PREPRUN command:
PREPRUN $OLDPASS
Related Information
Commands BBASIC, BBASICGO, BBASICPREP
Manuals HP Business BASIC/XL Reference Manual
MPE Segmenter Reference Manual