<?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 create a data set in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/create-a-data-set/m-p/776885#M247103</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Why in the output I see only one raw?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Data have;
input ID X1 X3 W1 W3 W2 X2 X4 X5 X6 W4 W5 W6 Z1 Z2 Y1 Y2 Y3 Z3 Z4 Z5 Y4 Y5 Y6;
Cards;
999 1 2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
888 3 2 1 5 6 7 8 6 10 11 17 13 14 15 16 17 18 21 20 21 22 25
;
Run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 28 Oct 2021 06:12:31 GMT</pubDate>
    <dc:creator>Ronein</dc:creator>
    <dc:date>2021-10-28T06:12:31Z</dc:date>
    <item>
      <title>create a data set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/create-a-data-set/m-p/776885#M247103</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Why in the output I see only one raw?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Data have;
input ID X1 X3 W1 W3 W2 X2 X4 X5 X6 W4 W5 W6 Z1 Z2 Y1 Y2 Y3 Z3 Z4 Z5 Y4 Y5 Y6;
Cards;
999 1 2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
888 3 2 1 5 6 7 8 6 10 11 17 13 14 15 16 17 18 21 20 21 22 25
;
Run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 28 Oct 2021 06:12:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/create-a-data-set/m-p/776885#M247103</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2021-10-28T06:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: create a data set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/create-a-data-set/m-p/776887#M247105</link>
      <description>&lt;P&gt;Because you have 24 variables and 23 values specified in the first row. That is why SAS places the value 888 (from the second datalines row) in the last variable in the resulting data set.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use Missover / Flowover etc. to control the input buffer.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 06:21:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/create-a-data-set/m-p/776887#M247105</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2021-10-28T06:21:29Z</dc:date>
    </item>
  </channel>
</rss>

