MPE/iX Commands Reference Manual (32650-90877)

Chapter 3 75
Command List I
Commands ABORT to BYE
Examples
To enter commands and data from your standard input device, with program listing and
output transmitted to the standard output device, enter:
BASIC
You may also submit commands and data to the BASIC/V interpreter through input files
that you have stored on disk. Files created using the editor must be kept with the UNN
(unnumbered) option of the editor KEEP command. In this example, BASIC/V interpreter
commands and statements are submitted from the command file MYCOMDS. The data that
the program uses is stored in the input file MYDATA. The program listing and output are
written to the file MYLIST.
BASIC MYCOMDS,MYDATA,MYLIST
Related Information
Commands BASICGO, BASICOMP, BASICPREP
Manuals BASIC/V Compiler Manual
MPE Segmenter Reference Manual
BASICGO
Compiles, prepares, and executes 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
BASICGO[
commandfile
] [ ,
listfile
]
Parameters
commandfile Actual file designator of the input file from which the BASIC/V compiler
commands are read. This can be any ASCII input file. Formal file
designator is BSCTEXT. Default is $STDINX.
listfile Actual file designator of the file to which the program listing is written.
This can be any ASCII output file. Formal file designator is BSCLIST.
Default is $STDLIST.
NOTE
The formal file designators used in this command (BSCTEXT and BSCLIST)
cannot be backreferenced as actual file designators in the command
parameter list. For further information, refer to the "Implicit FILE
Commands for Subsystems" discussion of the FILE command.
Operation Notes
This command compiles, prepares, and executes a compatibility mode program from a
"fastsave" file created by the BASIC/V interpreter. This enables the program to run faster