<?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 dlm option in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/dlm-option/m-p/610910#M18162</link>
    <description>&lt;P&gt;how to read this data using of DLM?&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;data ab;&lt;/P&gt;&lt;P&gt;input id name age;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;1,2?3&lt;/P&gt;&lt;P&gt;4/5,6&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Dec 2019 07:29:40 GMT</pubDate>
    <dc:creator>nagesh1984</dc:creator>
    <dc:date>2019-12-11T07:29:40Z</dc:date>
    <item>
      <title>dlm option</title>
      <link>https://communities.sas.com/t5/New-SAS-User/dlm-option/m-p/610910#M18162</link>
      <description>&lt;P&gt;how to read this data using of DLM?&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;data ab;&lt;/P&gt;&lt;P&gt;input id name age;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;1,2?3&lt;/P&gt;&lt;P&gt;4/5,6&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 07:29:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/dlm-option/m-p/610910#M18162</guid>
      <dc:creator>nagesh1984</dc:creator>
      <dc:date>2019-12-11T07:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: dlm option</title>
      <link>https://communities.sas.com/t5/New-SAS-User/dlm-option/m-p/610913#M18163</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/147287"&gt;@nagesh1984&lt;/a&gt;&amp;nbsp;Welcome to the SAS Community &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can do like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data ab;
infile cards dlm=',?/';
input id name age;
cards;
1,2?3
4/5,6
;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 Dec 2019 07:44:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/dlm-option/m-p/610913#M18163</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-12-11T07:44:57Z</dc:date>
    </item>
  </channel>
</rss>

