<?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: HELP REGARDING PROC COMPARE in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/HELP-REGARDING-PROC-COMPARE/m-p/40002#M10357</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The warning is that you have no destination active for the printed output of the proc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given you are writing the results to the a dataset I assume you don't care or want listed output (if you do try LinLin response).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Add the following option NOPRINT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Jan 2012 20:30:30 GMT</pubDate>
    <dc:creator>twocanbazza</dc:creator>
    <dc:date>2012-01-29T20:30:30Z</dc:date>
    <item>
      <title>HELP REGARDING PROC COMPARE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/HELP-REGARDING-PROC-COMPARE/m-p/40000#M10355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am using proc compare in SAS EG i am getting the following warning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC COMPARE BASE=Customers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; METHOD=EXACT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUT=Compcustomers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUTBASE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUTDIF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUTNOEQUAL;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; VAR LastNam;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WITH PrevLastNam;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: No output destinations active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know what causing this warning&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 16:28:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/HELP-REGARDING-PROC-COMPARE/m-p/40000#M10355</guid>
      <dc:creator>JasonNC</dc:creator>
      <dc:date>2012-01-27T16:28:37Z</dc:date>
    </item>
    <item>
      <title>HELP REGARDING PROC COMPARE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/HELP-REGARDING-PROC-COMPARE/m-p/40001#M10356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 16:46:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/HELP-REGARDING-PROC-COMPARE/m-p/40001#M10356</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2012-01-27T16:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: HELP REGARDING PROC COMPARE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/HELP-REGARDING-PROC-COMPARE/m-p/40002#M10357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The warning is that you have no destination active for the printed output of the proc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given you are writing the results to the a dataset I assume you don't care or want listed output (if you do try LinLin response).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Add the following option NOPRINT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jan 2012 20:30:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/HELP-REGARDING-PROC-COMPARE/m-p/40002#M10357</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2012-01-29T20:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: HELP REGARDING PROC COMPARE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/HELP-REGARDING-PROC-COMPARE/m-p/40003#M10358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;open EG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOOLS---&amp;gt;options----&amp;gt;results &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;figure it out from there there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once you select output &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should fix your problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 19:47:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/HELP-REGARDING-PROC-COMPARE/m-p/40003#M10358</guid>
      <dc:creator>sassharper</dc:creator>
      <dc:date>2012-01-30T19:47:24Z</dc:date>
    </item>
  </channel>
</rss>

