Previous Page | Next Page

System Options under OpenVMS

CC= System Option: OpenVMS



Tells SAS what type of carriage control to use when it writes to external files.
Default: FORTRAN
Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window, VMS_SAS_OPTIONS DCL symbol
Category: Files: External Files
PROC OPTIONS GROUP= EXTFILES
OpenVMS specifics: carriage-control format

Syntax
Details
See Also

Syntax

CC=CR | FORTRAN | PRINT

CR

specifies OpenVMS carriage-return carriage-control format. The use of overprinting with CC=CR is not supported.

FORTRAN

specifies FORTRAN carriage-control format. This is the default.

PRINT

specifies OpenVMS print carriage-control format.


Details

The CC= system option specifies what type of carriage control to use when SAS writes to external files. All SAS procedure output files are affected by this option. If the CC= system option is specified when SAS is invoked, then it also affects the SAS log.


See Also

Previous Page | Next Page | Top of Page