<?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 MULTIPLE DELIMITERS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/MULTIPLE-DELIMITERS/m-p/425975#M104927</link>
    <description>&lt;P&gt;Hi, i have a problem regarding the following data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;101-lily,5000&lt;BR /&gt;102=jasmine*3000&lt;BR /&gt;103_daniel'9000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the following is the solution i tried. but in the&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;dlm='- , = * _'&amp;nbsp; &amp;nbsp;i am unable to insert&amp;nbsp; &amp;nbsp;'&amp;nbsp; &amp;nbsp;in the dlm.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data b;&lt;BR /&gt;infile "/folders/myfolders/sasuser.v94/task2today.txt" dlm='- , = * _' dsd;&lt;BR /&gt;input id name : $9. sal;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is my output. the third row is not visible. please help me fix this .&amp;nbsp;thanks in advance.&lt;/P&gt;&lt;P&gt;101 lily 5000&lt;/P&gt;&lt;P&gt;102 jasmine 3000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jan 2018 06:57:02 GMT</pubDate>
    <dc:creator>VISHNU239</dc:creator>
    <dc:date>2018-01-09T06:57:02Z</dc:date>
    <item>
      <title>MULTIPLE DELIMITERS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MULTIPLE-DELIMITERS/m-p/425975#M104927</link>
      <description>&lt;P&gt;Hi, i have a problem regarding the following data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;101-lily,5000&lt;BR /&gt;102=jasmine*3000&lt;BR /&gt;103_daniel'9000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the following is the solution i tried. but in the&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;dlm='- , = * _'&amp;nbsp; &amp;nbsp;i am unable to insert&amp;nbsp; &amp;nbsp;'&amp;nbsp; &amp;nbsp;in the dlm.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data b;&lt;BR /&gt;infile "/folders/myfolders/sasuser.v94/task2today.txt" dlm='- , = * _' dsd;&lt;BR /&gt;input id name : $9. sal;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is my output. the third row is not visible. please help me fix this .&amp;nbsp;thanks in advance.&lt;/P&gt;&lt;P&gt;101 lily 5000&lt;/P&gt;&lt;P&gt;102 jasmine 3000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 06:57:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MULTIPLE-DELIMITERS/m-p/425975#M104927</guid>
      <dc:creator>VISHNU239</dc:creator>
      <dc:date>2018-01-09T06:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: MULTIPLE DELIMITERS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MULTIPLE-DELIMITERS/m-p/425976#M104928</link>
      <description>&lt;P&gt;change&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;dlm='- , = * _' &lt;/PRE&gt;
&lt;P&gt;to, note the double quotes&lt;/P&gt;
&lt;PRE&gt;dlm="- , = '* _" &lt;/PRE&gt;
&lt;P&gt;this should work&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 07:22:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MULTIPLE-DELIMITERS/m-p/425976#M104928</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2018-01-09T07:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: MULTIPLE DELIMITERS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MULTIPLE-DELIMITERS/m-p/425978#M104929</link>
      <description>&lt;P&gt;Use double quotes &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 07:55:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MULTIPLE-DELIMITERS/m-p/425978#M104929</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-01-09T07:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: MULTIPLE DELIMITERS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MULTIPLE-DELIMITERS/m-p/425991#M104935</link>
      <description>&lt;P&gt;yes, it worked. thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 08:44:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MULTIPLE-DELIMITERS/m-p/425991#M104935</guid>
      <dc:creator>VISHNU239</dc:creator>
      <dc:date>2018-01-09T08:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: MULTIPLE DELIMITERS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MULTIPLE-DELIMITERS/m-p/425992#M104936</link>
      <description>&lt;P&gt;yes it worked .thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 08:45:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MULTIPLE-DELIMITERS/m-p/425992#M104936</guid>
      <dc:creator>VISHNU239</dc:creator>
      <dc:date>2018-01-09T08:45:12Z</dc:date>
    </item>
  </channel>
</rss>

