Specifies a destination printer for printing SAS output.
Valid in: | configuration file, SAS invocation, OPTIONS statement, SAS System Options window |
Category: | Log and Procedure Output Control: Procedure Output |
PROC OPTIONS GROUP= | LISTCONTROL |
Default: | Default system printer |
Windows specifics: | all |
specifies the name of the printer as it is installed under Windows (for example, “Charlie's HP LaserJet”). You can find the list of installed printers on your system by selecting the Printers item in the Windows Control Panel. The printer-name must be enclosed in double quotation marks.
specifies a filename to write the print file to disk. If specified, then all printer output generated by SAS is routed to this file, overwriting any existing file with the same name. Even though the output is not sent directly to a printer, it is still formatted using the printer driver associated with printer-name. The destination must be enclosed in double quotation marks.