9.6.6 CARRIAGECONTROL Keyword

The CARRIAGECONTROL keyword determines the type of carriage control processing used when printing a file. It takes the following form:

CARRIAGECONTROL = cc
cc
Is a character expression with one of the following values:

  • 'FORTRAN': Process with normal Fortran interpretation of the first character.

  • 'LIST': Process with single spacing between records.

  • 'NONE': Do not use carriage control processing.

The default for formatted files is 'FORTRAN' ; for unformatted files, the default is 'NONE'.


Previous Page Next Page Table of Contents