 |
» |
|
|
|
Compiles, prepares, and executes a compatibility mode HP FORTRAN
77/V program. HP FORTRAN 77/V is not part of the HP 3000 Series
900 Computer System Fundamental Operating Software and must be purchased
separately. The native mode equivalent of this command is the FTNXLGO
command. Syntax |  |
FTNGO [textfile] [,listfile] [;INFO=quotedstring] Operation Notes |  |
The FTNGO
command compiles, prepares, and executes an HP FORTRAN 77/V program.
If textfile is omitted, MPE/iX expects
input from your standard input device. If you do not specify listfile,
MPE/iX sends the program listing to the formal file designator FTNLIST
(default is $STDLIST). The USL file created during the compilation is the system-defined
temporary file $OLDPASS,
which is passed directly to the MPE segmenter. It cannot be accessed
because the segmenter also uses $OLDPASS
to store the prepared program segments, overwriting any existing
temporary file of the same name. 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 an HP FORTRAN 77/V program
entered from your standard input device, with the program listing
sent to your standard list device, enter: To compile, prepare, and execute an HP FORTRAN 77/V program
from the disk file FORTSRC
and send the program listing to the file LISTFILE,
enter: Related Information |  |
- Commands
FTN,
FTNPREP, RUN,
XEQ, PREP,
SEGMENTER - Manuals
HP FORTRAN 77/iX Reference MPE Segmenter Reference Manual
|