A SERVICE OF

logo

92 Chapter 2
Command Definitions A-B
BASICPREP
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