FORTRAN Reference Manual
Syntax Summary
FORTRAN Reference Manual—528615-001
B-2
FORTRAN Statements
dimension
is:
( [ lower:] upper [, [ lower:] upper ]... )
Defines a variable, array, symbolic constant, RECORD field, function, or dummy 
procedure as character type.
cpt-spec
is one of the following:
BACKUPSTATUS = status
CPLIST = checkpoint-list
ERR = label
FILENUM = exp
STACK = stack
Establishes a takeover point for a backup process, or transfers the data and 
environment information needed by a backup process or both.
close-spec
is one of the following:
[UNIT=] unit
ERR = label
IOSTAT = ios
STACK = stack
STATUS = status
Disconnects a file from a specified unit and specifies the status of the file after 
disconnection.
CHARACTER [* len] name [ dimension ] [* len]
[, name [ dimension ] [* len] ]...
CHECKPOINT 
 [ data [, data ]... ]
CLOSE ( close-spec [, close-spec ]... )
UNIT=[]unit  , UNIT=unit
°
[]. . .  , cpt spec–[]. . . ()
cpt spec  , cpt spec–[]. . .–()










