<?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: Export to .cvs and others from SELECT? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-to-cvs-and-others-from-SELECT/m-p/187985#M14412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After selecting Export from Output Data I'm presented with the full suite of export options. The main difference I see is you don't get 'Output Data' with a select query...you get 'Results...'&amp;nbsp; &lt;/P&gt;&lt;P&gt;Would just be nice to be able to export right from a SELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/5030_Capture.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Feb 2014 19:39:17 GMT</pubDate>
    <dc:creator>80sMetalForever</dc:creator>
    <dc:date>2014-02-26T19:39:17Z</dc:date>
    <item>
      <title>Export to .cvs and others from SELECT?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-to-cvs-and-others-from-SELECT/m-p/187983#M14410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be a simple answer to this but I'm not seeing it. When I perform a Proc SQL CREATE TABLE, I get a full drop-down menu for Export, including types such as .txt, .cvs, etc. However when just running a SELECT query I don't get those options, just .html or .lst based on the output types you have setup. So I sometimes do a create just so get the full export options. Is there a better way of doing this? Please note this is only for occasional quick hits on data, not something that lends itself to automation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 19:07:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-to-cvs-and-others-from-SELECT/m-p/187983#M14410</guid>
      <dc:creator>80sMetalForever</dc:creator>
      <dc:date>2014-02-26T19:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Export to .cvs and others from SELECT?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-to-cvs-and-others-from-SELECT/m-p/187984#M14411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT doesn't create external files (like csv files) it prepares (selects) columns.&lt;/P&gt;&lt;P&gt;Where these go depends on the rest of the query. When SELECT is not preceded by CREATE the result set is sent to default output controlled by ODS destination. - Unless the "into :mVarname " clause is present.&lt;/P&gt;&lt;P&gt;PROC SQL CREATE doesn't create csv-type files, only views or tables of the type appropriate to the libname to which the CREATE refers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where are you seeing these picking-lists?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 19:28:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-to-cvs-and-others-from-SELECT/m-p/187984#M14411</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2014-02-26T19:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Export to .cvs and others from SELECT?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-to-cvs-and-others-from-SELECT/m-p/187985#M14412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After selecting Export from Output Data I'm presented with the full suite of export options. The main difference I see is you don't get 'Output Data' with a select query...you get 'Results...'&amp;nbsp; &lt;/P&gt;&lt;P&gt;Would just be nice to be able to export right from a SELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/5030_Capture.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 19:39:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-to-cvs-and-others-from-SELECT/m-p/187985#M14412</guid>
      <dc:creator>80sMetalForever</dc:creator>
      <dc:date>2014-02-26T19:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Export to .cvs and others from SELECT?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-to-cvs-and-others-from-SELECT/m-p/187986#M14413</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;Not sure of your requirements here, but the select statement produces a report output. Exporting to csv requires an actual dataset. Is there a reason why you are directly coding a select statement not using a create as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, you can send a report to Excel if you have AMO installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 20:59:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-to-cvs-and-others-from-SELECT/m-p/187986#M14413</guid>
      <dc:creator>nrose</dc:creator>
      <dc:date>2014-02-26T20:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Export to .cvs and others from SELECT?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-to-cvs-and-others-from-SELECT/m-p/187987#M14414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sounds like it's just as you say...you need an actual dataset&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 13:01:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-to-cvs-and-others-from-SELECT/m-p/187987#M14414</guid>
      <dc:creator>80sMetalForever</dc:creator>
      <dc:date>2014-02-27T13:01:55Z</dc:date>
    </item>
  </channel>
</rss>

