<?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: how to create dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-dataset/m-p/490317#M128247</link>
    <description>You got what?&lt;BR /&gt;If a solution please share.</description>
    <pubDate>Tue, 28 Aug 2018 04:47:58 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2018-08-28T04:47:58Z</dc:date>
    <item>
      <title>how to create dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-dataset/m-p/490308#M128242</link>
      <description>&lt;P&gt;data main ;&lt;BR /&gt;infile cards dlm=',' ;&lt;BR /&gt;input name $33. age ;&lt;BR /&gt;cards ;&lt;BR /&gt;dfhis dfhwejw kssdhf,22&lt;BR /&gt;sdfhlas ksglk saglas jhassdfjgish,23&lt;BR /&gt;dhjs sdhf,22&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;when i run above program it gives wrong data&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to solve that one?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 02:55:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-create-dataset/m-p/490308#M128242</guid>
      <dc:creator>thanikondharish</dc:creator>
      <dc:date>2018-08-28T02:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to create dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-dataset/m-p/490309#M128243</link>
      <description>&lt;P&gt;i got&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 02:56:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-create-dataset/m-p/490309#M128243</guid>
      <dc:creator>thanikondharish</dc:creator>
      <dc:date>2018-08-28T02:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to create dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-dataset/m-p/490317#M128247</link>
      <description>You got what?&lt;BR /&gt;If a solution please share.</description>
      <pubDate>Tue, 28 Aug 2018 04:47:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-create-dataset/m-p/490317#M128247</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-08-28T04:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to create dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-dataset/m-p/490321#M128250</link>
      <description>&lt;P&gt;Like this?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data main ;
infile cards dlm=',' ;
input name : $33. age ;
cards ;
dfhis dfhwejw kssdhf,22
sdfhlas ksglk saglas jhassdfjgish,23
dhjs sdhf,22
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Note the colon.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 05:14:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-create-dataset/m-p/490321#M128250</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-08-28T05:14:04Z</dc:date>
    </item>
  </channel>
</rss>

