<?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: Proc import in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-import/m-p/439567#M109709</link>
    <description>&lt;P&gt;Thank you. The file exists!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I retested proc import - still does not work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, this link helped me&amp;nbsp;&lt;A href="https://kb.iu.edu/d/agau" target="_blank"&gt;https://kb.iu.edu/d/agau&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I followed this&amp;nbsp; ----&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Open your data in SPSS. To create a SAS file, click File, and then Save As....&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;Change "Save as type" to SAS v9+ Windows (*.sas7bdat), and then click Save.&lt;/P&gt;</description>
    <pubDate>Fri, 23 Feb 2018 02:21:27 GMT</pubDate>
    <dc:creator>PhanS</dc:creator>
    <dc:date>2018-02-23T02:21:27Z</dc:date>
    <item>
      <title>Proc import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import/m-p/439357#M109624</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have an issue re. proc import from SPSS. I have an actual data in SPSS. Appreciate all your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Phan S.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;BR /&gt;Phan S.proc import out=mosT4
  datafile='C:\Users\Desktop\Test.sav'
  dbms=SAV replace;
  run;


ERROR: Physical file does not exist, C:\Users\Phan S\Desktop\Test.sav.
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE IMPORT used (Total process time):
      real time           0.00 seconds
      cpu time            0.03 seconds

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 16:36:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import/m-p/439357#M109624</guid>
      <dc:creator>PhanS</dc:creator>
      <dc:date>2018-02-22T16:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import/m-p/439359#M109625</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31493"&gt;@PhanS&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I have an issue re. proc import from SPSS. I have an actual data in SPSS. Appreciate all your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;CODE class=" language-sas"&gt; ERROR: Physical file does not exist, C:\Users\Phan S\Desktop\Test.sav. &lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This means that the file you are trying to import does not exist.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 16:38:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import/m-p/439359#M109625</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-02-22T16:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import/m-p/439360#M109626</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why does your code show one path and the error shows different path. Make sure you give the correct physical path because the log clearly says that file doesn't exist.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 16:41:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import/m-p/439360#M109626</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-02-22T16:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import/m-p/439566#M109708</link>
      <description>&lt;P&gt;Thank you. I deleted some of characters in the path - that is it is confused you.&lt;/P&gt;
&lt;P&gt;I retested proc import - still does not work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, this link helped me&amp;nbsp;&lt;A href="https://kb.iu.edu/d/agau" target="_blank"&gt;https://kb.iu.edu/d/agau&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I followed this&amp;nbsp; ---- Open your data in SPSS. To create a SAS file, click File, and then Save As.... &lt;BR /&gt; Change "Save as type" to SAS v9+ Windows (*.sas7bdat), and then click Save.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 02:20:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import/m-p/439566#M109708</guid>
      <dc:creator>PhanS</dc:creator>
      <dc:date>2018-02-23T02:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import/m-p/439567#M109709</link>
      <description>&lt;P&gt;Thank you. The file exists!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I retested proc import - still does not work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, this link helped me&amp;nbsp;&lt;A href="https://kb.iu.edu/d/agau" target="_blank"&gt;https://kb.iu.edu/d/agau&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I followed this&amp;nbsp; ----&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Open your data in SPSS. To create a SAS file, click File, and then Save As....&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;Change "Save as type" to SAS v9+ Windows (*.sas7bdat), and then click Save.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 02:21:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import/m-p/439567#M109709</guid>
      <dc:creator>PhanS</dc:creator>
      <dc:date>2018-02-23T02:21:27Z</dc:date>
    </item>
  </channel>
</rss>

