 |
» |
|
|
|
Compiles, prepares, and executes a compatibility mode FORTRAN
66/V program. FORTRAN 66/V is not part of the HP 3000 Series 900
Computer System Fundamental Operating Software and must be purchased
separately. Syntax |  |
FORTGO [textfile] [,[listfile] [,[masterfile] [,[newfile]]]] [;INFO=quotedstring] Operation Notes |  |
The FORTGO
command compiles, prepares, and executes a compatibility mode FORTRAN
66/V program. If you do not specify a source file, MPE/iX expects
input from your standard input device. If you do not specify listfile,
MPE/iX writes the listing to your standard output device. The USL file created during the compilation is a system-defined
temporary file $OLDPASS,
which is passed directly to the MPE segmenter, and cannot be accessed. 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, prepare, and execute a FORTRAN 66/V program entered
from the disk file SOURCE
and transmit the resulting program listing to the disk file LISTFL,
enter: To enter your source input from a device other than your standard
input device, and/or direct the listing to a device other than your
standard list device, simply name the input and listing files as
command parameters. In the example below, the source listing is
read from magnetic tape, formally identified by the file name MTAPE.
Output is sent to the printer, identified by the file name PRTR. FILE MTAPE;DEV=TAPE FILE PRTR;DEV=FASTLP
|
MTAPE and
PRTR are then
backreferenced in the FORTGO
command, as shown here: Related Information |  |
- Commands
FORTPREP,
FORTRAN, RUN,
XEQ, PREP,
SEGMENTER - Manuals
HP FORTRAN/3000 Reference Manual MPE Segmenter Reference Manual
|