MPE/iX Commands Reference Manual (32650-90877)

80 Chapter3
Command List I
Commands ABORT to BYE
MPE/iX 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 and prepare a program named MYPROG from the BASIC/V fastsave file named
MYCOMDS, with the listing directed to the standard list device, enter:
BASICPREP,MYCOMDS
The file MYPROG is an ASCII file that contains the following BASIC/V compiler commands:
$CONTROL USLINIT SOURCE
$COMPILE MYPROG
$EXIT
The above example initializes the USL and lists the program, compiles the fastsave
program MYPROG, and then exits from the compiler.
Related Information
Commands BASIC, BASICGO, BASICOMP
Manuals BASIC/V Compiler Reference Manual
BBASIC
Starts execution of the HP Business BASIC/V interpreter in compatibility mode. HP
Business BASIC/V is not part of the HP 3000 Series 900 Computer System Fundamental
Operating Software and must be purchased separately.
Syntax
BBASIC[
commandfile
] [ ,[
inputfile
] [ ,l
istfile
] ]
Parameters
commandfile Actual file designator of the source file or device from which HP Business
BASIC/V commands and statements are input. This can be any ASCII
input file. Formal file designator is BASCOM. Default is $STDINX.
inputfile Actual file designator of the file containing data input for a HP Business
BASIC/V program. This can be any ASCII input file. Formal file designator
is BASIN. Default is $STDINX.
outfile Actual file designator of the destination file for the program listing and
output. This can be any ASCII output file. Formal file designator is
BASOUT. Default is $STDLIST.
NOTE
The formal file designators used in this command (BASCOM, BASIN, and