<?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: 0 records importing into SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/0-records-importing-into-SAS/m-p/355670#M64204</link>
    <description>&lt;P&gt;Your platform is some kind of unix.&lt;/P&gt;
&lt;P&gt;Are you sure you have the permission to the file? to the folder and all the subfolders?&lt;/P&gt;
&lt;P&gt;Can you open the CSV file with other unix (AIX, linux) application ?&lt;/P&gt;</description>
    <pubDate>Wed, 03 May 2017 16:41:04 GMT</pubDate>
    <dc:creator>Shmuel</dc:creator>
    <dc:date>2017-05-03T16:41:04Z</dc:date>
    <item>
      <title>0 records importing into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/0-records-importing-into-SAS/m-p/355652#M64201</link>
      <description>&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;hi all,&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;trying to import a&amp;nbsp; csv&amp;nbsp; file into pc sas.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;Same code works&amp;nbsp; with other&amp;nbsp; people&amp;nbsp; here but does not&amp;nbsp; for me:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;import&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;datafile&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"\\xxx\yyy\zzz\aaa\bbb\x\y\z\temp.csv"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;dbms&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=dlm &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;out&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=temp replace;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;delimiter&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;","&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;getnames&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=yes; &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;guessingrows&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;3500&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;errors:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;NOTE: The infile '&lt;FONT color="#800080" face="Courier New" size="2"&gt;\\xxx\yyy\zzz\aaa\bbb\x\y\z\temp.csv&lt;/FONT&gt; is:&lt;/P&gt;
&lt;P&gt;Filename=&lt;FONT color="#800080" face="Courier New" size="2"&gt;\\xxx\yyy\zzz\aaa\bbb\x\y\z\temp.csv&lt;/FONT&gt;,&lt;/P&gt;
&lt;P&gt;RECFM=V,LRECL=32767,File Size (bytes)=38270,&lt;/P&gt;
&lt;P&gt;NOTE: 0 records were read from the infile '&lt;FONT color="#800080" face="Courier New" size="2"&gt;\\xxx\yyy\zzz\aaa\bbb\x\y\z\temp.csv&lt;/FONT&gt;'&lt;/P&gt;
&lt;P&gt;NOTE: The data set WORK.TEMP has 0 observations and 7 variables.&lt;/P&gt;
&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;
&lt;P&gt;real time 0.02 seconds&lt;/P&gt;
&lt;P&gt;cpu time 0.01 seconds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;also&amp;nbsp; tried :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;import&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;datafile&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"\\xxx\yyy\zzz\aaa\bbb\x\y\z\temp.csv"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;dbms&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=csv &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;out&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=temp replace;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;guessingrows&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;3500&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;exactly same error.&amp;nbsp; I can import&amp;nbsp; excel&amp;nbsp; files .No problems....&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Any hints&amp;nbsp; please?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Thx&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 15:44:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/0-records-importing-into-SAS/m-p/355652#M64201</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2017-05-03T15:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: 0 records importing into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/0-records-importing-into-SAS/m-p/355670#M64204</link>
      <description>&lt;P&gt;Your platform is some kind of unix.&lt;/P&gt;
&lt;P&gt;Are you sure you have the permission to the file? to the folder and all the subfolders?&lt;/P&gt;
&lt;P&gt;Can you open the CSV file with other unix (AIX, linux) application ?&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 16:41:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/0-records-importing-into-SAS/m-p/355670#M64204</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-05-03T16:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: 0 records importing into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/0-records-importing-into-SAS/m-p/355673#M64205</link>
      <description>&lt;P&gt;Can you attach the first 3 records from that file? You say that others 'here' have been able to import the same file successfully. Are you and they using the same operating system?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 16:47:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/0-records-importing-into-SAS/m-p/355673#M64205</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-05-03T16:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: 0 records importing into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/0-records-importing-into-SAS/m-p/355685#M64207</link>
      <description>&lt;P&gt;I&amp;nbsp; can&amp;nbsp; import the same&amp;nbsp; file&amp;nbsp; from EG SAS(UNIX) but not&amp;nbsp; from PC SAS. We all use&amp;nbsp; Windows SAS and a&amp;nbsp; few of my&amp;nbsp; co-workers i spoke with can&amp;nbsp; easily open and&amp;nbsp; import this&amp;nbsp; file&amp;nbsp; from&amp;nbsp; pc sas. I can view it, i&amp;nbsp; have access to the&amp;nbsp; folder&amp;nbsp; where this file is placed and yet cannot&amp;nbsp; import it (0 records) . I even created&amp;nbsp; temp csv&amp;nbsp; files on my desktop&amp;nbsp;&amp;nbsp; and same&amp;nbsp; problem,all seem&amp;nbsp; good&amp;nbsp; but&amp;nbsp; 0 records&amp;nbsp; imported.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;atttached&amp;nbsp; are a&amp;nbsp; few&amp;nbsp; records of that file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 17:16:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/0-records-importing-into-SAS/m-p/355685#M64207</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2017-05-03T17:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: 0 records importing into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/0-records-importing-into-SAS/m-p/355706#M64208</link>
      <description>&lt;P&gt;restarted my&amp;nbsp; pc and&amp;nbsp; now i can&amp;nbsp; import the&amp;nbsp; file&amp;nbsp; successfully,ughhh&lt;/P&gt;
&lt;P&gt;sorry guys&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 18:15:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/0-records-importing-into-SAS/m-p/355706#M64208</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2017-05-03T18:15:34Z</dc:date>
    </item>
  </channel>
</rss>

