Previous Page | Next Page

System Options under OpenVMS

GSFCC= System Option: OpenVMS



Tells SAS what type of carriage control to use for writing to graphics stream files.
Default: PRINT
Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window, VMS_SAS_OPTIONS DCL symbol
Category: Input control: Driver settings
PROC OPTIONS GROUP= GRAPHICS
OpenVMS specifics: all

Syntax
Details
See Also

Syntax

GSFCC=CR | PRINT | NONE

CR

creates a carriage return carriage control file.

PRINT

is a VFC format file with all carriage controls set to null. These files can be used with most utilities except for some file transfer protocols, such as Kermit.

NONE

creates a file with no carriage control. This format is useful if you plan to download the file to a personal computer.


Details

The GSFCC= option determines the file format of graphics stream files. When used as a system option, GSFCC= controls all graphics files that are created in a single SAS session. To specify a different format for a single file, use the GSFCC= statement option in the FILENAME statement.


See Also

Previous Page | Next Page | Top of Page