FORTRAN Reference Manual

Syntax Summary
FORTRAN Reference Manual528615-001
B-9
FORTRAN Statements
Temporarily halts program execution and displays message if present.
position
is a position specifier in one of the following, mutually exclusive forms:
REC = recno
or
KEY = key, KEYLEN = exp, KEYID = kid, MODE = mode
[, COMPARELEN = clen ] [, SKIPEXACT = skip ]
Enables random access of structured files, either by record number or by specified
primary or alternate keys.
Writes data to the preconnected output unit, unit 6.
Assigns a symbolic name to the main program unit.
PAUSE [ message ]
POSITION ( [UNIT=] unit [, IOSTAT = ios ]
[, ERR = lbl ], position )
PRINT format [, output-list ]
PROGRAM program-name
READ
format , input list[]
read spec , read spec[]. . . () input list[]


