10.6.6 CARRIAGECONTROL Keyword

The CARRIAGECONTROL keyword determines the type of carriage control processing used when displaying a file at a terminal. 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 unformatted files is 'NONE'. The default for formatted files 'LIST'. However, if you specify the compiler option VMS, and the unit is connected to a terminal, the default is 'FORTRAN'.

For More Information:

For details on names of compiler options used in this manual, see Section E.4.


Previous Page Next Page Table of Contents