The PRINTTO Procedure |
Procedure features: |
|
This example uses PROC PRINTTO to route procedure output directly to a printer.
Program |
options nodate pageno=1 linesize=80 pagesize=60; |
filename your_fileref printer 'printer-name'; |
proc printto print=your_fileref;
run; |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.