Intel fortran-80 Laptop User Manual


 
FORTRAN-80
F'ORTRAN-80
Statement
Summary
OPEN
Statement
Category:
Executable
Text Reference: Section 6.2.1
Format
Function
OPEN
(open-list)
Open
the
specified file
(connect
file
to
unit).
Notes:
'open-list'
consists
of
the
following specifiers:
[UNIT
=]
unit
IOSTAT
=
stname
ERR
= stl
FILE
=
fname
STATUS
=
stat
ACCESS
= acc
FORM
=
fmat
RECL
=
reden
BLANK
=
blnk
CARRIAGE
=
car
Category:
Executable
Text Reference: Section 4.3.1
Format
PAUSE
[msg]
Category:
Executable
Text Reference: Section
6.3.3
Format
PRINT
f [,o'utlist]
unit
specifier
I/O
status
specifier
error
specifier
file
name
specifier
file
status
specifier
access
method
specifier
formatting
specifier
record
length specifier
blank
specifier
carriage
control
specifier
PAUSE
Statement
Function
Halt
program
execution;
under
control
of
external
resume
signal;
'msg'
is
1-5 digits
or
a
character
constant.
PRINT
Statement
. -
Function
Output
items
in
'outlist'
to
preconnected
unit
in
format
specified by
'f.'
...
-
..
-.-.--
A-9