FORTRAN-80

F'ORTRAN-80 Statement Summary

 

OPEN Statement

Category: Executable

 

Text Reference: Section 6.2.1

 

 

 

Format

Function

 

 

OPEN (open-list)

Open the specified file (connect file

 

to unit).

 

 

Notes:

 

'open-list' consists of the following specifiers:

[UNIT =] unit

unit specifier

IOSTAT =

stname

I/O status specifier

ERR =

stl

 

error specifier

FILE =

fname

file name specifier

STATUS =

stat

file status specifier

ACCESS =

acc

access method specifier

FORM = fmat

formatting specifier

RECL = reden

record length specifier

BLANK = blnk

blank specifier

CARRIAGE = car

carriage control specifier

 

PAUSE Statement

Category: Executable

 

Text Reference: Section 4.3.1

 

 

 

Format

Function

 

 

PAUSE [msg]

Halt program execution; resume

 

under control of external signal;

 

'msg' is 1-5 digits or a character

 

constant.

 

 

PRINT Statement

Category: Executable

Text Reference: Section 6.3.3

. -

FormatFunction

PRINT f [,o'utlist]

Output items in 'outlist' to preconnected unit in format

specified by 'f.'

...-..-.-.--

A-9

Page 99
Image 99
Intel fortran-80 manual Iostat =