<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Default Print Destination in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Default-Print-Destination/m-p/54609#M15151</link>
    <description>Started here with a Google advanced search:&lt;BR /&gt;
&lt;BR /&gt;
printing sas output site:sas.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a002261792.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a002261792.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
That discussion led me to this search:&lt;BR /&gt;
&lt;BR /&gt;
routing printer output windows companion site:sas.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Which led me (for Windows OS) to this document and discussion sections:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/61924/HTML/default/printing.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/61924/HTML/default/printing.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/61924/HTML/default/win-sysop-sysprint.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/61924/HTML/default/win-sysop-sysprint.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/61924/HTML/default/procoutput.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/61924/HTML/default/procoutput.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Tue, 09 Feb 2010 19:34:42 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2010-02-09T19:34:42Z</dc:date>
    <item>
      <title>Default Print Destination</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Default-Print-Destination/m-p/54608#M15150</link>
      <description>Hi All:&lt;BR /&gt;
&lt;BR /&gt;
Someone asked me this question today and I was unable to answer him.&lt;BR /&gt;
&lt;BR /&gt;
How do you automatically print SAS procedure output in a non-Windowing environment?&lt;BR /&gt;
&lt;BR /&gt;
I know that in batch (I'm most familiar with z/OS with JES2) you simply point the output to SYSOUT=*  (or whatever your print class) in the JCL and the output magically ends up on a printer.  &lt;BR /&gt;
&lt;BR /&gt;
This user has converted a z/OS batch job to run on a SAS server and now wants the output (reports) to be on the printer when they come in in the morning.   The job gets auto scheduled to run overnight.&lt;BR /&gt;
&lt;BR /&gt;
My first thought was to create a file with the report in it then issue a UNIX or DOS print command from within the SAS code, but that seems to be the long way to do this.  &lt;BR /&gt;
&lt;BR /&gt;
And ideas?</description>
      <pubDate>Tue, 09 Feb 2010 19:14:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Default-Print-Destination/m-p/54608#M15150</guid>
      <dc:creator>OS2Rules</dc:creator>
      <dc:date>2010-02-09T19:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Default Print Destination</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Default-Print-Destination/m-p/54609#M15151</link>
      <description>Started here with a Google advanced search:&lt;BR /&gt;
&lt;BR /&gt;
printing sas output site:sas.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a002261792.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a002261792.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
That discussion led me to this search:&lt;BR /&gt;
&lt;BR /&gt;
routing printer output windows companion site:sas.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Which led me (for Windows OS) to this document and discussion sections:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/61924/HTML/default/printing.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/61924/HTML/default/printing.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/61924/HTML/default/win-sysop-sysprint.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/61924/HTML/default/win-sysop-sysprint.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/61924/HTML/default/procoutput.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/61924/HTML/default/procoutput.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Tue, 09 Feb 2010 19:34:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Default-Print-Destination/m-p/54609#M15151</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-02-09T19:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Default Print Destination</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Default-Print-Destination/m-p/54610#M15152</link>
      <description>Hi:&lt;BR /&gt;
  For Unix printing, refer to this document:&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/technote/ts655.pdf" target="_blank"&gt;http://support.sas.com/techsup/technote/ts655.pdf&lt;/A&gt; (see specifically page 25/26 with examples of FILENAME and PRINTERPATH)&lt;BR /&gt;
or this older document:&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/technote/ts432/ts432.html" target="_blank"&gt;http://support.sas.com/techsup/technote/ts432/ts432.html&lt;/A&gt; &lt;BR /&gt;
or&lt;BR /&gt;
information about universal printing in z/OS:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/hosto390/61886/HTML/default/a002156071.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hosto390/61886/HTML/default/a002156071.htm&lt;/A&gt;&lt;BR /&gt;
 or&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/61924/PDF/default/hostwin.pdf" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/61924/PDF/default/hostwin.pdf&lt;/A&gt; (look at chapter 6 )&lt;BR /&gt;
 &lt;BR /&gt;
Or, if you are using ODS, then you might investigate ODS PRINTER with the PRINTER= option to route output directly to a printer:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/23/413.html" target="_blank"&gt;http://support.sas.com/kb/23/413.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/23/414.html" target="_blank"&gt;http://support.sas.com/kb/23/414.html&lt;/A&gt;&lt;BR /&gt;
  &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 09 Feb 2010 19:42:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Default-Print-Destination/m-p/54610#M15152</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-02-09T19:42:46Z</dc:date>
    </item>
  </channel>
</rss>

