<?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: import/export to/from Excel not working - no error in log in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/import-export-to-from-Excel-not-working-no-error-in-log/m-p/619894#M19463</link>
    <description>&lt;P&gt;Best practice for this site is to copy the text from the Editor or Log windows and paste into a code box opened with the forum's {I} or "running man" icons.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That way when there are syntax corrections or suggestions to be made is much easier to copy the text, make changes and post the suggested changes. Retyping lots of code from a picture is generally not going to happen.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jan 2020 17:51:25 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-01-24T17:51:25Z</dc:date>
    <item>
      <title>import/export to/from Excel not working - no error in log</title>
      <link>https://communities.sas.com/t5/New-SAS-User/import-export-to-from-Excel-not-working-no-error-in-log/m-p/619883#M19460</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sag code.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35601i0189CD4D7D4280EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="sag code.png" alt="sag code.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sas log.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35602iA1371131AF6EE5B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="sas log.png" alt="sas log.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm using sas university ed. windows 10, with vm ware player 15.&amp;nbsp; sas software says it is up to date in the notification window.&amp;nbsp; my imports/exports are not working.&amp;nbsp; log says file was successfully created, but there is no excel file in my folders.&amp;nbsp; in the code window, the import/export line is purple.&amp;nbsp; that line is purple in all my programs now.&amp;nbsp; This same code worked previously.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried deleting files in myfolder to free up some space.&amp;nbsp; I tried different browser (chrome and IE11),&amp;nbsp; I also tried starting new sessions and completely restarting my PC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See screen shots.&amp;nbsp; Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 17:31:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/import-export-to-from-Excel-not-working-no-error-in-log/m-p/619883#M19460</guid>
      <dc:creator>neensee</dc:creator>
      <dc:date>2020-01-24T17:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: import/export to/from Excel not working - no error in log</title>
      <link>https://communities.sas.com/t5/New-SAS-User/import-export-to-from-Excel-not-working-no-error-in-log/m-p/619884#M19461</link>
      <description>&lt;P&gt;Hard to read text from screen shots, but it looks like you ran an IMPORT step to create a SAS dataset and the log says it works.&lt;/P&gt;
&lt;P&gt;What are not finding?&amp;nbsp; Do you not know how to look at the dataset?&amp;nbsp; Why not just run some code against it, like PROC CONTENTS or PROC PRINT.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 17:37:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/import-export-to-from-Excel-not-working-no-error-in-log/m-p/619884#M19461</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-01-24T17:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: import/export to/from Excel not working - no error in log</title>
      <link>https://communities.sas.com/t5/New-SAS-User/import-export-to-from-Excel-not-working-no-error-in-log/m-p/619885#M19462</link>
      <description>&lt;P&gt;PROC IMPORT will not create an Excel file you can see, it creates a sas7bdat file in the library or folder.&lt;/P&gt;
&lt;P&gt;You should not expect to find an Excel file, you should find a file called rma_vz in your OLD library. The code below will confirm this.&lt;/P&gt;
&lt;P&gt;Run the following after that code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data=old.rma_vz;

run;

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/23032"&gt;@neensee&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sag code.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35601i0189CD4D7D4280EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="sag code.png" alt="sag code.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sas log.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35602iA1371131AF6EE5B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="sas log.png" alt="sas log.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I'm using sas university ed. windows 10, with vm ware player 15.&amp;nbsp; sas software says it is up to date in the notification window.&amp;nbsp; my imports/exports are not working.&amp;nbsp; log says file was successfully created, but there is no excel file in my folders.&amp;nbsp; in the code window, the import/export line is purple.&amp;nbsp; that line is purple in all my programs now.&amp;nbsp; This same code worked previously.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried deleting files in myfolder to free up some space.&amp;nbsp; I tried different browser (chrome and IE11),&amp;nbsp; I also tried starting new sessions and completely restarting my PC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See screen shots.&amp;nbsp; Thank you.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 17:38:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/import-export-to-from-Excel-not-working-no-error-in-log/m-p/619885#M19462</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-24T17:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: import/export to/from Excel not working - no error in log</title>
      <link>https://communities.sas.com/t5/New-SAS-User/import-export-to-from-Excel-not-working-no-error-in-log/m-p/619894#M19463</link>
      <description>&lt;P&gt;Best practice for this site is to copy the text from the Editor or Log windows and paste into a code box opened with the forum's {I} or "running man" icons.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That way when there are syntax corrections or suggestions to be made is much easier to copy the text, make changes and post the suggested changes. Retyping lots of code from a picture is generally not going to happen.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 17:51:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/import-export-to-from-Excel-not-working-no-error-in-log/m-p/619894#M19463</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-01-24T17:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: import/export to/from Excel not working - no error in log</title>
      <link>https://communities.sas.com/t5/New-SAS-User/import-export-to-from-Excel-not-working-no-error-in-log/m-p/619895#M19464</link>
      <description>this is my 1st time posting here. I'll keep that in mind for next time. Thanks.</description>
      <pubDate>Fri, 24 Jan 2020 17:55:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/import-export-to-from-Excel-not-working-no-error-in-log/m-p/619895#M19464</guid>
      <dc:creator>neensee</dc:creator>
      <dc:date>2020-01-24T17:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: import/export to/from Excel not working - no error in log</title>
      <link>https://communities.sas.com/t5/New-SAS-User/import-export-to-from-Excel-not-working-no-error-in-log/m-p/619897#M19465</link>
      <description>I meant to do screenshots for the export not the import, but the export is working now, after starting a new session again. Thanks for the reply</description>
      <pubDate>Fri, 24 Jan 2020 17:59:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/import-export-to-from-Excel-not-working-no-error-in-log/m-p/619897#M19465</guid>
      <dc:creator>neensee</dc:creator>
      <dc:date>2020-01-24T17:59:59Z</dc:date>
    </item>
  </channel>
</rss>

