<?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: automating Excel and SAS ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/automating-Excel-and-SAS/m-p/120733#M259692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do your import as a view rather than as a SAS dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2012 17:52:31 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2012-05-18T17:52:31Z</dc:date>
    <item>
      <title>automating Excel and SAS ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/automating-Excel-and-SAS/m-p/120732#M259691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Is there a way to add a record in MS Excel and 'automatically' import the data to SAS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 17:18:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/automating-Excel-and-SAS/m-p/120732#M259691</guid>
      <dc:creator>hpl104</dc:creator>
      <dc:date>2012-05-18T17:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: automating Excel and SAS ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/automating-Excel-and-SAS/m-p/120733#M259692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do your import as a view rather than as a SAS dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 17:52:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/automating-Excel-and-SAS/m-p/120733#M259692</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-05-18T17:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: automating Excel and SAS ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/automating-Excel-and-SAS/m-p/120734#M259693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your swift response. How should my proc import statement look like if I were to import it as a 'view' rather than as a dataset? I apologize for my ignorance . .. We use SAS Enterprise Guide here and I do not have sufficient authorization to do DDE . ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With kind regards,&lt;/P&gt;&lt;P&gt;Hui&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-no-proof: yes;"&gt;Hui P. Liew, Ph.D.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-no-proof: yes;"&gt;Data Analyst&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-no-proof: yes;"&gt;MedExpress Headquarters&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1&lt;SPAN style="font-family: 'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-no-proof: yes;"&gt;751 Earl Core Road&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;M&lt;SPAN style="font-family: 'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-no-proof: yes;"&gt;organtown, WV 26505 &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 18:21:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/automating-Excel-and-SAS/m-p/120734#M259693</guid>
      <dc:creator>hpl104</dc:creator>
      <dc:date>2012-05-18T18:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: automating Excel and SAS ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/automating-Excel-and-SAS/m-p/120735#M259694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hui,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drat -- they changed the option in EGuide 5.1.&amp;nbsp; In 4.x, you could set a global parameter to create views instead of datasets (in tools --&amp;gt; options).&amp;nbsp; Although there is a reference to in in the query builder help, I can't find it (In query builder, you can change the data type via the options button in the task).&amp;nbsp; The import wizard does not allow the change for one file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you are using EGuide, you could put the import in the autoexec process flow and it would update each time the project is opened.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another approach if you are creating the data for others to use, which is more semi-automagic, would be to use a scheduled task to run the import activity that kicks off frequently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 19:00:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/automating-Excel-and-SAS/m-p/120735#M259694</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-05-18T19:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: automating Excel and SAS ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/automating-Excel-and-SAS/m-p/120736#M259695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alot Doc. Have a great weekend!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hui&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 19:57:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/automating-Excel-and-SAS/m-p/120736#M259695</guid>
      <dc:creator>hpl104</dc:creator>
      <dc:date>2012-05-18T19:57:42Z</dc:date>
    </item>
  </channel>
</rss>

