<?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: Importing text file in university edition in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Importing-text-file-in-university-edition/m-p/274190#M54681</link>
    <description>&lt;P&gt;As a minimum it looks like the file name for your data file is incorrect as pasted. It appears that your file name ends in quotes but when I paste your log entry into the editor I get a character that translates to something else (in my case something that looks likea double line character. If you look in your post in this forum&amp;nbsp;you will see curly closing quotes instead of straight " quotes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So try retyping your datafile name completely.&amp;nbsp; This kind of thing sometimes happens when copying text from other applications/ web pages and the characters have been changed from the basica ASCII characters the editor uses.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#800080" face="SAS Monospace" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 31 May 2016 20:06:58 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-05-31T20:06:58Z</dc:date>
    <item>
      <title>Importing text file in university edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-text-file-in-university-edition/m-p/274171#M54674</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; 
55 
56 libname project "/folders/myfolders" ; 
NOTE: Libref PROJECT was successfully assigned as follows: Engine: V9 Physical Name: /folders/myfolders 
57 
58 
59 
60 proc import datafile= "/folders/myfolders/b.txt” 
61 OUT=WORK.MYEXCEL; 
62 DBMS=TEXT 
63 REPLACE; 
64 RUN; 
65 
66 
67 
68 
69 
70 
71 
72 
73 
74 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; 
75 ODS HTML CLOSE; 
76 &amp;amp;GRAPHTERM; ;*';*"; 
ERROR: Output SAS data set must be provided. 
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.00 seconds 76 ! */;RUN;QUIT; 
77 QUIT;RUN; 
78 ODS HTML5 (ID=WEB) CLOSE; 
79 
80 ODS RTF (ID=WEB) CLOSE; 
81 ODS PDF (ID=WEB) CLOSE; 
NOTE: ODS PDF(WEB) printed no output. (This sometimes results from failing to place a RUN statement before the ODS PDF(WEB) CLOSE statement.) 
82 FILENAME _GSFNAME; 
NOTE: Fileref _GSFNAME has been deassigned. 83 DATA _NULL_; 
84 RUN; 
NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 
85 OPTIONS NOTES STIMER SOURCE SYNTAXCHECK; 
86&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 31 May 2016 20:25:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-text-file-in-university-edition/m-p/274171#M54674</guid>
      <dc:creator>amanaswio</dc:creator>
      <dc:date>2016-05-31T20:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Importing text file in university edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-text-file-in-university-edition/m-p/274176#M54676</link>
      <description>&lt;P&gt;Maybe you have a question? usually you get the best answers by asking a clear question and providing all info involved (not just the log that doesn't even show your code).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Jan.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 18:55:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-text-file-in-university-edition/m-p/274176#M54676</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2016-05-31T18:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Importing text file in university edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-text-file-in-university-edition/m-p/274190#M54681</link>
      <description>&lt;P&gt;As a minimum it looks like the file name for your data file is incorrect as pasted. It appears that your file name ends in quotes but when I paste your log entry into the editor I get a character that translates to something else (in my case something that looks likea double line character. If you look in your post in this forum&amp;nbsp;you will see curly closing quotes instead of straight " quotes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So try retyping your datafile name completely.&amp;nbsp; This kind of thing sometimes happens when copying text from other applications/ web pages and the characters have been changed from the basica ASCII characters the editor uses.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#800080" face="SAS Monospace" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 20:06:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-text-file-in-university-edition/m-p/274190#M54681</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-05-31T20:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Importing text file in university edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-text-file-in-university-edition/m-p/274200#M54686</link>
      <description>&lt;P&gt;You have an extra semicolon, that's too early and it does look like your quotes are incorrect.&lt;/P&gt;
&lt;P&gt;I don't know if DBMS=TEXT is valid either, you need to determine what the delimiter of your file is, for example TAB or CSV.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import datafile= "/folders/myfolders/b.txt"
OUT=WORK.MYEXCEL 
DBMS=TAB 
REPLACE; 
RUN; 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 31 May 2016 20:28:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-text-file-in-university-edition/m-p/274200#M54686</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-05-31T20:28:08Z</dc:date>
    </item>
  </channel>
</rss>

