FORTRAN Reference Manual

Syntax Summary
FORTRAN Reference Manual528615-001
B-13
Compiler Directives
Verifies that the subscripts in each reference to an element of array are within the
bounds declared for the array.
Default is NOBOUNDSCHECK.
Lists the octal instruction codes generated for each program unit following the source
listing for that unit.
Default is NOCODE.
Specifies that FORTRAN treat all text beyond the specified column as comments in
each source line, beginning with the line that contains this directive.
Default is COLUMNS 132.
Specifies whether BINSERV should attempt to compact the code space of the target
file.
Default is NOCOMPACT.
consult-item
is
file-name [ ( proc-name [ , proc-name ]... ) ]
Declares procedures written in languages other than FORTRAN.
[NO]BOUNDSCHECK
[NO]CODE
COLUMNS number
[NO]COMPACT
CONSULT
consult item
consult item , consult item[]. . . ()


