HP (Hewlett-Packard) HP 3000 Laptop User Manual


 
258 Chapter 4
Command Definition F-K
FORTRAN
FORTRAN
Compiles 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
FORTRAN[ textfile][,[uslfile][,[listfile][,[masterfile][,[newfile]]]]][;INFO=quoted
string]
Parameters
textfile Actual file designator of the input file from which the source program is
read. This can be any ASCII input file. The formal file designator is
FTNTEXT. Default is $STDIN.
uslfile Actual file designator of the user subprogram library (USL) file to which
the object program is written, which can be any binary output file with file
code of USL or 1024. The formal file designator is FTNUSL. If the uslfile
parameter is omitted, the object code is saved to the temporary file
$OLDPASS. If entered, this parameter indicates that the USL file was
created in one of four ways:
By using the MPE/iX SAVE command to save default USL file
$OLDPASS created during a previous compilation.
By building the USL with the MPE segmenter -BUILDUSL command.
Refer to the MPE Segmenter Reference Manual (30000-90011).
By creating a new USL file with the MPE/iX BUILD command and
specifying a file code of USL or 1024.
By specifying a nonexistent uslfile parameter, thereby creating a
permanent file of the correct size and type.
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 FTNLIST.
Default is $STDLIST.
masterfile Actual file designator of the master file with which textfile is merged to
produce a composite source. This can be any ASCII input file. Formal file
designator is FTNMAST. Default is that the master file is not read; input is
read from textfile, or from $STDIN if textfile is not specified.
newfile Actual file designator of the merged textfile and masterfile. This can be any
ASCII output file. Formal file designator is FTNNEW. Default is that no file
is written.