Previous Page | Next Page

SAS System Options

UPRINTCOMPRESSION System Option



Specifies whether to enable compression of file created by some Universal Printer and SAS/GRAPH devices.
Alias: UPC | NOUPC
Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Log and procedure output control: ODS Printing
PROC OPTIONS GROUP= ODSPRINT

Syntax
Syntax Description
Details
See Also

Syntax

UPRINTCOMPRESSION | NOUPRINTCOMPRESSION


Syntax Description

UPRINTCOMPRESSION

specifies to enable compression of files created by some Universal Printers and some SAS/GRAPH devices. This is the default.

NOUPRINTCOMPRESSION

specifies to disable compression of files created by some Universal Printers and some SAS/GRAPH devices.


Details

The following table lists the Universal Printers and the SAS/GRAPH devices that are affected by the UPRINTCOMPRESSION system option:

Universal Printers SAS/GRAPH Device Drivers
PCL5, PCL5C, PCL5E PCL5, PCL5C, PCL5E
PDF PDF, PDFA, PDFC
SVGZ SVGZ
PS SASPRTC, SASPRTG, SASPRTM

UEPS, UPSC, UPCL5, UPCL5C, UPCL5E, UPDF, UPSL, UPSLC

When NOUPRINTCOMPRESSION is set, the DEFLATION= option is ignored.

The ODS PRINTER statement option, COMPRESS=, takes precedence over the UPRINTCOMPRESSION system option.


See Also

System options:

DEFLATION= System Option

Statements:

ODS PRINTER Statement in the SAS Output Delivery System: User's Guide

Previous Page | Next Page | Top of Page