<?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: fill up missing values in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/fill-up-missing-values/m-p/373319#M2909</link>
    <description>&lt;P&gt;And how do I know that row 4009 should contain &amp;lt;insert correct data&amp;gt;? &amp;nbsp;And how to know the row 4010 should contain &amp;lt;insert correct data&amp;gt;?&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jul 2017 14:50:32 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2017-07-05T14:50:32Z</dc:date>
    <item>
      <title>fill up missing values</title>
      <link>https://communities.sas.com/t5/SAS-Studio/fill-up-missing-values/m-p/373282#M2903</link>
      <description>&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10131iD482D489BF75E060/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="微信图片_20170705215735.png" title="微信图片_20170705215735.png" /&gt;Does anyone know how to filling this missing values? I have information to fill, but I don't know how to locate these three and then assign, as other variables are the same.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 14:00:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/fill-up-missing-values/m-p/373282#M2903</guid>
      <dc:creator>ydu180</dc:creator>
      <dc:date>2017-07-05T14:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: fill up missing values</title>
      <link>https://communities.sas.com/t5/SAS-Studio/fill-up-missing-values/m-p/373284#M2904</link>
      <description>&lt;PRE&gt;data want;
  set have;
  if athlete="" then do;
    athlete="abc";
    age=21;
  end;
run;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Jul 2017 14:05:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/fill-up-missing-values/m-p/373284#M2904</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-07-05T14:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: fill up missing values</title>
      <link>https://communities.sas.com/t5/SAS-Studio/fill-up-missing-values/m-p/373301#M2906</link>
      <description>&lt;P&gt;How could I do if three missing Athletes have different age?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 14:23:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/fill-up-missing-values/m-p/373301#M2906</guid>
      <dc:creator>ydu180</dc:creator>
      <dc:date>2017-07-05T14:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: fill up missing values</title>
      <link>https://communities.sas.com/t5/SAS-Studio/fill-up-missing-values/m-p/373307#M2907</link>
      <description>&lt;P&gt;You need to provide some information on what you are doing I can't guess. &amp;nbsp;Post test data in the form of a datastep, post example output that you want, explain the logic between the two.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 14:31:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/fill-up-missing-values/m-p/373307#M2907</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-07-05T14:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: fill up missing values</title>
      <link>https://communities.sas.com/t5/SAS-Studio/fill-up-missing-values/m-p/373314#M2908</link>
      <description>&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10133i298B4C5851E622EF/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="微信图片_20170705223418.png" title="微信图片_20170705223418.png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10134i5669E3991C2B9DE4/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="微信图片_20170705223423.png" title="微信图片_20170705223423.png" /&gt;The first one is my results, there are three missing value. The second is the information. I need to find the three and three them up.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 14:37:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/fill-up-missing-values/m-p/373314#M2908</guid>
      <dc:creator>ydu180</dc:creator>
      <dc:date>2017-07-05T14:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: fill up missing values</title>
      <link>https://communities.sas.com/t5/SAS-Studio/fill-up-missing-values/m-p/373319#M2909</link>
      <description>&lt;P&gt;And how do I know that row 4009 should contain &amp;lt;insert correct data&amp;gt;? &amp;nbsp;And how to know the row 4010 should contain &amp;lt;insert correct data&amp;gt;?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 14:50:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/fill-up-missing-values/m-p/373319#M2909</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-07-05T14:50:32Z</dc:date>
    </item>
  </channel>
</rss>

