specifies that the
printer definitions are to be placed in the SASHELP library, where
they are available to all users. If the USESASHELP option is not specified,
then the printer definitions are placed in the current SASUSER library,
where they are available to the local user only.
Windows Specifics: You
can create printer definitions with PROC PRTDEF in the Windows operating
environment. However, because Universal Printing is turned off by
default in Windows, these printer definitions do not appear in the
Print window.
If you want to use your printer definitions when Universal Printing
is turned off, then either specify the printer definition as part
of the PRINTERPATH system option or, from the Output Delivery System
(ODS), issue the following code:
ODS PRINTER SAS PRINTER=myprinter;
where
myprinter is
the name of your printer definition.