<?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: A question on the procedure of the program in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/A-question-on-the-procedure-of-the-program/m-p/404353#M279023</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;How to solve the problem? It can't read .csv well. Should I seperate each datum with a comma?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A correctly structured CSV should have commas. CSV -&amp;gt; &lt;U&gt;&lt;STRONG&gt;C&lt;/STRONG&gt;&lt;/U&gt;omma &lt;U&gt;&lt;STRONG&gt;S&lt;/STRONG&gt;&lt;/U&gt;eparated &lt;U&gt;&lt;STRONG&gt;V&lt;/STRONG&gt;&lt;/U&gt;alues&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Start with the errors in the order they appear, otherwise they propagate throughout your program.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your file isn't a CSV, what is the delimiter?&lt;/P&gt;</description>
    <pubDate>Mon, 16 Oct 2017 03:38:55 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-10-16T03:38:55Z</dc:date>
    <item>
      <title>A question on the procedure of the program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-question-on-the-procedure-of-the-program/m-p/404320#M279019</link>
      <description>&lt;P&gt;I use the same data, but the result is different. Who can tell me what wrong is.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 13:47:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-question-on-the-procedure-of-the-program/m-p/404320#M279019</guid>
      <dc:creator>karen8169</dc:creator>
      <dc:date>2017-11-09T13:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: A question on the procedure of the program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-question-on-the-procedure-of-the-program/m-p/404325#M279020</link>
      <description>&lt;P&gt;Instead of attaching files, why not make it easier for the people whose help you are requesting?&amp;nbsp; You can use the little &lt;EM&gt;&lt;STRONG&gt;Insert SAS Code&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt; or &lt;EM&gt;&lt;STRONG&gt;Insert Code&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;icon to insert your sas programs.&amp;nbsp; Then we could all see it without the attendant risk (and annoyance) of having to download.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As to your question.&amp;nbsp; Please identify&amp;nbsp;some differences (i.e. actual values) that you did not expect.&amp;nbsp; And show us the sas log that came from running your programs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2017 23:10:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-question-on-the-procedure-of-the-program/m-p/404325#M279020</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2017-10-15T23:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: A question on the procedure of the program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-question-on-the-procedure-of-the-program/m-p/404330#M279021</link>
      <description>&lt;P&gt;Your programs don' t run properly. The data contains tabs and is not read as given.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 01:10:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-question-on-the-procedure-of-the-program/m-p/404330#M279021</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-10-16T01:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: A question on the procedure of the program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-question-on-the-procedure-of-the-program/m-p/404332#M279022</link>
      <description>How to solve the problem? It can't read .csv well. Should I seperate each datum with a comma?</description>
      <pubDate>Mon, 16 Oct 2017 01:16:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-question-on-the-procedure-of-the-program/m-p/404332#M279022</guid>
      <dc:creator>karen8169</dc:creator>
      <dc:date>2017-10-16T01:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: A question on the procedure of the program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-question-on-the-procedure-of-the-program/m-p/404353#M279023</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;How to solve the problem? It can't read .csv well. Should I seperate each datum with a comma?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A correctly structured CSV should have commas. CSV -&amp;gt; &lt;U&gt;&lt;STRONG&gt;C&lt;/STRONG&gt;&lt;/U&gt;omma &lt;U&gt;&lt;STRONG&gt;S&lt;/STRONG&gt;&lt;/U&gt;eparated &lt;U&gt;&lt;STRONG&gt;V&lt;/STRONG&gt;&lt;/U&gt;alues&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Start with the errors in the order they appear, otherwise they propagate throughout your program.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your file isn't a CSV, what is the delimiter?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 03:38:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-question-on-the-procedure-of-the-program/m-p/404353#M279023</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-16T03:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: A question on the procedure of the program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-question-on-the-procedure-of-the-program/m-p/404371#M279024</link>
      <description>&lt;P&gt;Separate however you want. Just ensure that the program supplied can be executed.&lt;/P&gt;
&lt;P&gt;Paste using the appropriate methods (see post by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31461"&gt;@mkeintz&lt;/a&gt;) &amp;nbsp;and then run the text that you have pasted after copying it from the page.&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;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 05:18:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-question-on-the-procedure-of-the-program/m-p/404371#M279024</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-10-16T05:18:28Z</dc:date>
    </item>
  </channel>
</rss>

