12.6.8 CARRIAGECONTROL Specifier

The CARRIAGECONTROL specifier indicates the type of carriage control used when a file is printed. It takes the following form:

CARRIAGECONTROL = cc

cc
Is a scalar default character expression that evaluates to one of the following values:


'FORTRAN'   Indicates normal Fortran interpretation of the first character. 
'LIST'   Indicates one line feed between records. 
'NONE'   Indicates no carriage control processing. 

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


Previous Page Next Page Table of Contents