Top: f77 Up: 13 - Statements
Previous: 13 - Statements Next: 13,1,1 - IDENT


Section 13,1: Directive_Statements

 CDEC$ IDENT string
 CDEC$ OPTIONS /[NO]ALIGN[=p]
 CDEC$ PSECT /common-name/ attr [,attr,...]
 CDEC$ SUBTITLE string
 CDEC$ TITLE string

 You can use directives in a Fortran source program to influence
 certain aspects of the compilation process.

 Directives are prefixed, starting in column 1, with a 5-character
 identifier and a space (or tab).  Directives prefixed with CDEC$
 are enabled in all Fortran compilation units, regardless of the
 options used on the command line.

 A directive statement cannot be continued across multiple lines in
 a source program, and any blanks appearing after column 6 are
 insignificant.

 Continuation lines cannot appear in directive statements.

 If a blank common block is used in a compiler directive, it must be
 specified as two slashes (/ /).

Sub-Topics

  1. IDENT
  2. OPTIONS
  3. PSECT
  4. TITLE_and_SUBTITLE

Top: f77 Up: 13 - Statements
Previous: 13 - Statements Next: 13,1,1 - IDENT