Specifies the type of carriage control used for units that are
connected by default to the terminal (units 5, 6, and *, and the
units implicitly specified by PRINT and TYPE).
If output from one of these units is redirected to a file,
/CCDEFAULT is ignored.
FORTRAN
Specifies normal Fortran interpretation of the first character
(CARRIAGECONTROL=FORTRAN).
LIST
Specifies one line feed between records (CARRIAGECONTROL=LIST).
NONE
Specifies no carriage control processing (CARRIAGECONTROL=NONE).
DEFAULT
Specifies that the compiler is to use the default
carriage-control setting.
The default is /CCDEFAULT=DEFAULT.
The default setting can be affected by the /VMS qualifier: if
"/VMS /CCDEFAULT=DEFAULT" is specified, carriage control defaults
to FORTRAN if the file is formatted, and the unit is connected to a
terminal; if "/NOVMS /CCDEFAULT=DEFAULT" is specified, carriage
control defaults to LIST.