HP (Hewlett-Packard) HP 3000 Laptop User Manual


 
272 Chapter 4
Command Definition F-K
FTNXLGO
Operation Notes
The FTNXLGO command compiles, links, and executes an HP FORTRAN 77/iX 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 object file created during compilation is a system-defined temporary file, $NEWPASS,
which is passed directly to the Link Editor as $OLDPASS. The Link Editor purges the
object file and writes the linked program to $OLDPASS, which is then executed and may be
executed repeatedly.
NOTE This command is implemented as a command file. If you set the HPPATH
variable to null (SETVAR HPPATH ""), the command file is not executed, and
the command fails.
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.
Example
To compile, link, and execute an HP FORTRAN 77/iX program entered from your standard
input device, with the program listing sent to your standard list device, enter:
FTNXLGO
To compile, link, and execute an HP FORTRAN 77/iX program from the disk file FORTSRC
and send the program listing to the file LISTFILE, enter:
FTNXLGO FORTSRC,LISTFILE
Related Information
Commands FTNXL, FTNXLLK, LINK, RUN, XEQ, LINKEDIT Utility
Manuals HP FORTRAN 77/iX Reference
MPE Segmenter Reference Manual