Intel fortran-80 manual ERR = stl

Models: fortran-80

1 130
Download 130 pages 742 b
Page 92
Image 92
ERR = stl

FORTRAN-80 Statement Summary

FORTRAN-SO

BACKSPACE Statement

Category: Executable

Text Reference: Section 6.2.3

Formats

Function

 

 

BACKSPACE unit

Position file connected to 'unit'

BACKSPACE (arg-list)

before preceding record.

 

 

Notes:

 

'unit' is unit specifier

 

'arg-list' is following argument list:

 

[UNIT =] unit

unit specifier

IOSTAT = stname

110 status specifier

ERR = stl

error specifier

BLOCK DATA Statement

Category: Nonexecutable

Text Reference: Sections 3.4.3,3.4.4

Format

 

Function

 

 

 

BLOCK DATA [name]

 

Identify start of BLOCK DATA

 

 

subprogram; optionally name sub-

 

 

program 'name.'

 

 

 

 

CALL Statement

Category: Executable

 

 

Text Reference: Section 5.2.7

 

 

 

 

 

}'ormat

 

Function

 

 

 

CALL sub [([a[,a] ... ])]

 

Call subroutine 'sub' with actual

 

 

argument(s) 'a.'

 

 

 

CHARACTER Statement

Category: Nonexecutable, specification, type

Text Reference: Section 3.1.4

Format

Function

 

 

CHARACTER [*len['llname[,name] ...

Specify name and length for

 

character type variable or array.

 

 

A-2

Page 92
Image 92
Intel fortran-80 manual ERR = stl