FORTRAN Reference Manual
Syntax Summary
FORTRAN Reference Manual—528615-001
B-8
FORTRAN Statements
Identifies a name as representing an intrinsic function and enables the use of an 
intrinsic function name as an actual argument.
dimension
is:
( [ lower:] upper [, [ lower:] upper ]... )
Defines a variable, array, symbolic constant, RECORD field, function, or dummy 
procedure as logical type.
open-spec
is one of the following:
ACCESS = acc PROTECT = protect
BLANK = blnk RECL = recl
ERR = label SPACECONTROL = space
FILE = filename STACK = stack
FORM = form STATUS = stat
IOSTAT = ios SYNCDEPTH = sync
MODE = mode TIMED = time
Associates an existing file with a unit number, creates a new file and associates it with 
a unit number, or changes certain attributes of an existing file.
Assigns a symbolic name to a constant value.
INTRINSIC function [, function ]...
LOGICAL name [ dimension ] [, name [ dimension ] ]...
OPEN ( [UNIT=] unit [, open-spec ]... )
PARAMETER ( name = exp [, name = exp ]... )










