<?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: Reading data with semi-colon in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Reading-data-with-semi-colon/m-p/592553#M15371</link>
    <description>Thank you for your help.&lt;BR /&gt;Hhcfx</description>
    <pubDate>Mon, 30 Sep 2019 04:01:46 GMT</pubDate>
    <dc:creator>hhchenfx</dc:creator>
    <dc:date>2019-09-30T04:01:46Z</dc:date>
    <item>
      <title>Reading data with semi-colon</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Reading-data-with-semi-colon/m-p/580699#M13596</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to read text data with semi-colon as in below code.&lt;/P&gt;
&lt;P&gt;My data has only 1 column of text&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please help me with that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HHCFX&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
	infile datalines dlm="|";
	length var $ 30000;
	input var $;
	datalines;
afdasb
12132ndfd
df;dfd;
semi;colon;;;fa
&lt;BR /&gt;;run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 02:25:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Reading-data-with-semi-colon/m-p/580699#M13596</guid>
      <dc:creator>hhchenfx</dc:creator>
      <dc:date>2019-08-13T02:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data with semi-colon</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Reading-data-with-semi-colon/m-p/580700#M13597</link>
      <description>&lt;P&gt;Use datalines4 instead of datalines for reading the inline data with semicolons.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
infile datalines dlm="|";
length var $ 30000;
input var $;
datalines4;
afdasb
12132ndfd
df;dfd;
semi;colon;;;fa
;;;;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 02:33:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Reading-data-with-semi-colon/m-p/580700#M13597</guid>
      <dc:creator>r_behata</dc:creator>
      <dc:date>2019-08-13T02:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data with semi-colon</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Reading-data-with-semi-colon/m-p/592553#M15371</link>
      <description>Thank you for your help.&lt;BR /&gt;Hhcfx</description>
      <pubDate>Mon, 30 Sep 2019 04:01:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Reading-data-with-semi-colon/m-p/592553#M15371</guid>
      <dc:creator>hhchenfx</dc:creator>
      <dc:date>2019-09-30T04:01:46Z</dc:date>
    </item>
  </channel>
</rss>

