FORTRAN Reference Manual

Syntax Summary
FORTRAN Reference Manual528615-001
B-11
FORTRAN Statements
Positions the file connected to the specified unit at its initial point.
Saves the status of specified entities after the termination of a subprogram.
start-spec
is one of the following:
BACKUPSTATUS = var
CPU = number
ERR = label
OPTION = int
Defines control options for fault-tolerant processing. Starts backup process, sends file
information to the backup process, checks file synchronization information, and
checkpoints all usable memory.
Terminates program execution and displays message if present.
REWIND
SAVE [ name [, name ]... ]
START BACKUP [ ( start-spec [, start-spec ]...) ]
STOP [ message ]
unit
unit ,
IOSTAT=ios
ERR=lbl



. . .



UNIT=unit
IOSTAT=ios
ERR=lbl





,
UNIT=unit
IOSTAT=ios
ERR=lbl





. . .






























