| Date: | Wed, 13 Feb 2008 09:35:28 -0600 |
| Reply-To: | mpajoh@ODOT.ORG |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Masuod Pajoh <mpajoh@ODOT.ORG> |
| Subject: | proc printto |
| Content-Type: | text/plain; charset="US-ASCII" |
|---|
After writing a PDF file via ODS when I submit:
proc printto file="C:\temp.txt" new; run;
proc print data=a; run;
proc printto ; run;
proc fslist file="C:\temp.txt"; run;
I get:
WARNING: No output destinations active.
in the log after proc print.
How do I correct that?
|