MPE/iX Commands Reference Manual (32650-90877)

Chapter 3 85
Command List I
Commands ABORT to BYE
program segments are stored in the systemcdefined temporary file $OLDPASS. If you want
to save the prepared program in a file other than $OLDPASS, you may either create a file
and specify its file name on the BBASICPREP command line, or specify a nonexistent
progfile.
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.
Example
To compile and prepare a program named MYPROG from the HP Business BASIC/V BSAVE
file named MYCOMDS, and send the listing to the standard list device, enter:
BBASICPREP MYCOMDS,MYPROG
Related Information
Commands BBASIC, BBASICGO, BBASICOMP
Manuals HP Business BASIC/XL Reference Manual
MPE Segmenter Reference Manual
BBXL
Initiates execution of the HP Business BASIC/XL interpreter. HP Business BASIC/XL is
not part of the HP 3000 Series 900 Computer System Fundamental Operating Software
and must be purchased separately. (Native Mode)
Syntax
BBXL[
commandfile
] [ ,[
inputfile
] [ ,[
listfile
] ] ] [ ;XL=
xllist
]
NOTE
This command follows the optional MPE/iX command line Syntax. Refer to
"Optional Format for MPE/iX Commands" at the beginning of this chapter.
Parameters
commandfile The name of an ASCII file that contains a set of HP Business BASIC/XL
commands and/or statements. The formal file designator is BASCOM.
Default is $STDINX.
inputfile Actual file designator of the file containing data input for a HP Business
BASIC/XL program. Formal file designator is BASIN. Default is $STDINX.
listfile Actual file designator of the destination file for the program listing and