 |
» |
|
|
|
Compiles and prepares a compatibility mode BASIC/V program.
BASIC/V is not part of the HP 3000 Series 900 Computer System Fundamental
Operating Software and must be purchased separately. Syntax |  |
BASICPREP[ commandfile] [ ,[ progfile] [ ,listfile] ] |
Operation Notes |  |
The BASICPREP
command compiles and prepares a program for execution from a " fastsave"
file generated by the BASIC/V interpreter. If the progfile
parameter is omitted, the prepared program segments are stored in
the systemcdefined temporary file $OLDPASS.
To save the prepared program in a file other than $OLDPASS,
either create a file and specify its file name on the BASICPREP
command line, or specify a nonexistent progfile. A program compiled and prepared with the BASICPREP
command may be executed with the 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: 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
|