COLLATE System Option

Specifies whether to collate multiple copies of printed output.
Valid in: Configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Log and procedure output control: ODS Printing
PROC OPTIONS GROUP= ODSPRINT
Note: This option can be restricted by a site administrator. For more information, see Restricted Options.

Syntax

Syntax Description

COLLATE
specifies to collate multiple copies of printed output.
NOCOLLATE
specifies not to collate multiple copies of printed output. This is the default.

Details

When you send a print job to the printer and you want multiple copies of multiple pages, the COLLATE option controls how the pages are ordered:
  • COLLATE causes the pages to print consecutively: 123, 123, 123...
  • NOCOLLATE causes the same-numbered pages to print together: 111, 222, 333...
Note: You can also control collation with the SAS windowing environment Page Setup window, invoked with the DMPAGESETUP command.
Most SAS system options are initialized with default settings when SAS is invoked. However, the default settings and option values for some SAS system options might vary both by operating environment and by site. For details, see the SAS documentation for your operating environment.

See Also

Printing with SAS in SAS Language Reference: Concepts
Understanding ODS Destinations in SAS Output Delivery System: User's Guide
System Options: