MPE/iX Quick Reference Guide (32650-90881)

28 Chapter1
Command Descriptions
Commands Syntax
FORTRAN
Compiles a compatibility mode FORTRAN 66/V program.
FORTRAN [
textfile
][,[
uslfile
][,[
listfile
][,[
masterfile
][,[
newfile
]]]]]
[;INFO=
quotedstring
]
FORTRAN MYSOURCE,MYUSL,MYLIST;INFO= "$CONTROL BOUNDS"
FREERIN
Releases a global resource identiļ¬cation number (RIN).
FREERIN
rin
FREERIN 1
FTN
Compiles a compatibility mode FORTRAN 77/V program.
FTN [
textfile
][,[
uslfile
][,[
listfile
]]][;INFO=
quotedstring
]
BUILD FORTOBJ;CODE=USL
FTN FORTSRC,FORTOBJ,LISTFILE
FTNGO
Compiles, prepares, and executes a compatibility mode HP FORTRAN 77/V program.
FTNGO [
textfile
][,
listfile
][;INFO=
quotedstring
]
FTNGO FORTSRC,LISTFILE
FTNPREP
Compiles and prepares a compatibility mode HP FORTRAN 77/V program.
FTNPREP [
textfile
],[
progfile
][,
listfile
][;INFO=
quotedstring
]
FTNPREP FORTSRC,FORTPROG
FTNXL
Compiles an HP FORTRAN 77/iX program.
FTNXL [
textfile
][,[
objectfile
][,[
listfile
]]][;INFO=
quotedstring
]
FTNXL FORTSRC,FORTOBJ,LISTFILE
FTNXLGO
Compiles, links, and executes an HP FORTRAN 77/iX program.
FTNXLGO [
textfile
][,[
listfile
]][;INFO=
quotedstring
]
FTNXLGO FORTSRC,LISTFILE
FTNXLLK
Compiles and links an HP FORTRAN 77/iX program.