Specifies the font to use when SAS is printing to the current default printer.
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: | none |
Windows specifics: | all |
See: | SYSPRINTFONT= System Option in SAS System Options: Reference |
specifies the name of the font to use for printing. This name must be a valid font name (for example, “SAS Monospace” or “Courier”) that matches the name of the font as it is installed on your system. The font-name must be enclosed in double quotation marks, and is a required argument.
specifies the weight of the font. The default is NORMAL.
specifies the style of the font. The default is REGULAR.
specifies the character set to use for printing. The default is “Windows”. Valid values are Western, Central European, Cyrillic, Greek, Turkish, Arabic, Baltic, and Thai. If the font does not support the specified character set, the default character set is used. If the default character set is not supported by the font, the font's default character set is used.
specifies the point size to use for printing. This value must be an integer from 1 to 7200, inclusive. If you omit this argument, SAS uses 10 points.
updates the font information for the named printer in the Sasuser.Profile2 catalog. The printer name must exactly match the name shown in the Print Setup dialog box (except that the printer name is not case sensitive). The printer-name must be enclosed in double quotation marks. This keyword is optional.
specifies a Universal Printer to which these settings apply. UPRINT is valid only for printers that are listed in the SAS registry. The printer-name must exactly match the name shown in the Print Setup dialog box, except that the printer name is not case sensitive. If the Universal Prints is more than one word, printer-name must be enclosed in single or double quotation marks. The quotation marks are stored with the printer-name.
specifies the default font information for the printer used by the -SYSPRINT system option in the Sasuser.Profile2 catalog.
updates the font information for all installed printers in the Sasuser.Profile2 catalog. This keyword is optional.
-sysprintfont ("SAS Monospace" 12)
-sysprintfont ("Courier New" named "HP LaserJet IIIsi Postscript on LPT1:")
sysprintfont=('courier' 11 uprint='PDF')