MPE/iX Commands Reference Manual (32650-90877)
222 Chapter6
Command List IV
Commands FCOPY thru GETRIN
output to the formal file designator FTNLIST (default $STDLIST). The USL file $OLDPASS,
created during compilation, is a temporary file passed directly to the MPE segmenter. You
may access it only if you do not use the default for
progfile
. This is 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
The following example compiles and prepares an HP FORTRAN 77/V program entered
through your standard input device and stores the prepared program segments in the file
$OLDPASS. The listing is printed on your standard list device.
FTNPREP
To compile and prepare an HP FORTRAN 77/V source program from the source file
FORTSRC, store it in FORTPROG, and send the listing to your standard list device, enter:
FTNPREP FORTSRC,FORTPROG
Related Information
Commands FTN, FTNGO, RUN, XEQ, PREP, SEGMENTER
Manuals HP FORTRAN 77/iX Reference
MPE Segmenter Reference Manual
FTNXL
Compiles an HP FORTRAN 77/iX program. HP FORTRAN 77/iX is not part of the HP 3000
Series 900 Computer System Fundamental Operating Software and must be purchased
separately. This command is recognized only if HP FORTRAN 77/iX is installed on your
system. (Native Mode)
Syntax
FTNXL[
textfile
] [,[
objectfile
][,[
listfile
]]] [;INFO=
quotedstring
]
NOTE
This command follows the optional MPE/iX command line syntax. Refer to
"Optional Format for MPE/iX Commands" at the beginning of this chapter.
Parameters
textfile
Actual file designator of the input file from which the source program is
read. This can be any ASCII input file. Formal file designator is FTNTEXT.
Default is $STDIN.
objectfile
Actual file designator of the object file, which is the output of the compiler.