The CARRIAGECONTROL specifier indicates the type of carriage control used when a file is printed. It takes the following form:
'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'.