Specifies the type of carriage control used when a file is displayed at a terminal screen.
Windows: Run-time > Default Output
Carriage Control
Linux: None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | -ccdefault keyword |
Windows: | /ccdefault:keyword |
keyword | Specifies the carriage-control setting to use. Possible values are: | |
default | Tells the compiler to use the default carriage-control setting. | |
fortran | Tells the compiler to use normal Fortran interpretation of the first character. For example, the character 0 causes output of a blank line before a record. | |
list | Tells the compiler to output one line feed between records. |
ccdefault default | The compiler uses the default carriage control setting. |
This option specifies the type of carriage control used when a file is displayed at a terminal screen (units 6 and *). It provides the same functionality as using the CARRIAGECONTROL specifier in an OPEN statement.
The default carriage-control setting can be affected by the vms option. If vms is specified with ccdefault default, carriage control defaults to normal Fortran interpretation (ccdefault fortran) if the file is formatted and the unit is connected to a terminal. If novms (the default) is specified with ccdefault default, carriage control defaults to list (ccdefault list).
None