FORTRAN Reference Manual
Syntax Summary
FORTRAN Reference Manual—528615-001
B-7
FORTRAN Statements
Specifies the default data type associated with the first character of a variable’s name. 
inc-spec
is one of the following:
ACCESS = acc NAME = f
BLANK = blnk NAMED = nmd
DIRECT = dir NEXTREC = nr
ERR = label NUMBER = n
EXIST = ext OPENED = open
FORM = form RECL = reclen
FORMATTED = fmt SEQUENTIAL = seq
IOSTAT = ios UNFORMATTED = unf
Ascertains the properties of a file or the properties of the connection of a specified unit.
dimension
is:
( [ lower:] upper [, [ lower:] upper ]... )
Specifies the storage size and type of a symbolic constant, variable, array, RECORD 
field, function, or dummy procedure name.
IMPLICIT type ( char-list ) [, type ( char-list ) ]...
INQUIRE (  [, inq-spec ]... )
 name [ dimension ] [, name [ dimension ] ]...
UNIT=[] unit
FILE=filename
INTEGER
INTEGER*2
INTEGER*4
INTEGER*8










