Chapter Contents

Previous

Next
CC=

CC=



Tells SAS what type of carriage control to use when it writes to external files

Language element: system option
Default: FORTRAN
Valid in: configuration file, SAS invocation, OPTIONS statement, System Options window, VMS_SAS_OPTIONS DCL symbol
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 the SAS System 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


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.