BBASICGO

Generated from C.65.00 /SYSADMIN/PUB/MYCICAT last modified on Sun Aug 29 15:08:37 2004

Back to Main Index


BBASICGO


     Compiles, prepares, and executes an HP Business BASIC/V program in
     Compatibility Mode. HP Business BASIC/V is not part of the 900
     Series HP 3000 Computer System Fundamental Operating Software and
     must be purchased separately.  (CM)

SYNTAX


     BBASICGO infile[,listfile]


PARAMETERS


infile              Actual file designator of the BSAVE file containing
                    the BBASIC program to be compiled.  Formal file
                    designator is BBCIN.

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 BBCLIST.
                    Default is $STDLIST.

NOTE


The formal file designators used in this command (BBCIN and BBCLIST)
cannot be backreferenced as actual file designators in the command
parameter list.  Refer to the "IMPLICIT FILE COMMANDS FOR SUBSYSTEMS"
discussion of the MPE/iX FILE 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 RESUME continues the execution.


OPERATION


     This command compiles, prepares, and executes a program from
     a BSAVE file created by the BBASIC interpreter.  This
     enables the program to run faster than it would if it were
     executed by the interpreter.

     You may create a BSAVE program file within the BBASIC
     interpreter after it is saved by using the BBASIC
     interpreter command >SAVE filename.  The program then can be
     compiled, prepared, and executed with the BBASICGO command.


EXAMPLE(S)


     To compile, prepare, and execute the BBASIC program MYPROG
     and send the listing to the disk file LISTFL, enter

     BBASICGO MYPROG,LISTFL    ** Compiles, prepares, **
                               ** and runs the        **
                               ** program MYPROG.     **

ADDITIONAL INFORMATION


Commands:   BBASIC, BBASICOMP, BBASICPREP

Manuals :   HP Business BASIC/XL Reference Manual (32715-60001)
            MPE Segmenter Reference Manual (32650-60026)

Back to Main Index