Intel fortran-80 manual ERR = stl, FORTRAN-80Statement Summary

Models: fortran-80

1 130
Download 130 pages 742 b
Page 93
Image 93
FORTRAN-80 Statement Summary

FORTRAN-SO

FORTRAN-80 Statement Summary

 

CLOSE Statement

Category: Executable

 

 

 

Text Reference:' Section 6.2.2

 

 

 

 

 

Format

 

 

Function

 

 

 

 

CLOSE (close-list)

 

 

Close file (disconnect unit)

 

 

 

described by 'close-list.'

 

 

 

 

Notes:

 

 

 

'close-list' can be following fields:

 

[UNIT =] unit

unit specifier

IOSTAT =

stname

110 status specifier

ERR = stl

 

 

error specifier

STATUS =

stat

file disposition specifier

 

 

Comment Line

Category: Nonexecutable

 

 

 

Text Reference: Section 1.1.1

 

 

 

 

 

Format

 

 

Function

 

 

'c'or '*' in column 1; any ASCII

Program documentation

character in columns 2-72

 

 

 

 

 

COMMON Statement

Category: Nonexecutable, specification

Text Reference: Section 3.4.2

Format

Function

COMMON [/[cbJ!] nlist[[,]/[cbJ!nlist] Name and define contents of common block(s) 'cb.'

 

CONTINUE Statement

Category: Executable

 

Text Reference: 4.2.3

 

 

 

Format

Function

 

 

CONTINUE

No effect unless this is terminal

 

statement of a DO loop; then action

 

depends on DO variable.

 

 

A-3

Page 93
Image 93
Intel fortran-80 manual ERR = stl, FORTRAN-80Statement Summary