<?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 can i modify excel dataset column value(eg. age) with  mean of that column value? please sug in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-can-i-modify-excel-dataset-column-value-eg-age-with-mean-of/m-p/626744#M20429</link>
    <description>&lt;P&gt;Assigning the mean age to another variable is preferable:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
  create table want as
  select  *
         ,mean(age) as mean_age
  from have
  ;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 23 Feb 2020 19:04:38 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2020-02-23T19:04:38Z</dc:date>
    <item>
      <title>How can i modify excel dataset column value(eg. age) with  mean of that column value? please suggest</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-can-i-modify-excel-dataset-column-value-eg-age-with-mean-of/m-p/626649#M20410</link>
      <description>&lt;P&gt;How can i modify excel dataset column value(eg. age) with mean of that column value? please suggest&lt;/P&gt;</description>
      <pubDate>Sat, 22 Feb 2020 18:26:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-can-i-modify-excel-dataset-column-value-eg-age-with-mean-of/m-p/626649#M20410</guid>
      <dc:creator>Nishi_Bodake</dc:creator>
      <dc:date>2020-02-22T18:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can i modify excel dataset column value(eg. age) with  mean of that column value? please sug</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-can-i-modify-excel-dataset-column-value-eg-age-with-mean-of/m-p/626675#M20421</link>
      <description>&lt;P&gt;Please clarify your question. Have you imported an Excel sheet into a SAS dataset and want to calculate the mean age across all rows? Or are you trying to do something else?&lt;/P&gt;</description>
      <pubDate>Sat, 22 Feb 2020 22:14:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-can-i-modify-excel-dataset-column-value-eg-age-with-mean-of/m-p/626675#M20421</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-02-22T22:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can i modify excel dataset column value(eg. age) with  mean of that column value? please sug</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-can-i-modify-excel-dataset-column-value-eg-age-with-mean-of/m-p/626714#M20428</link>
      <description>Yes..I want to calculate mean of age and replace it with some of the value</description>
      <pubDate>Sun, 23 Feb 2020 12:40:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-can-i-modify-excel-dataset-column-value-eg-age-with-mean-of/m-p/626714#M20428</guid>
      <dc:creator>Nishi_Bodake</dc:creator>
      <dc:date>2020-02-23T12:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can i modify excel dataset column value(eg. age) with  mean of that column value? please sug</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-can-i-modify-excel-dataset-column-value-eg-age-with-mean-of/m-p/626744#M20429</link>
      <description>&lt;P&gt;Assigning the mean age to another variable is preferable:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
  create table want as
  select  *
         ,mean(age) as mean_age
  from have
  ;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 23 Feb 2020 19:04:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-can-i-modify-excel-dataset-column-value-eg-age-with-mean-of/m-p/626744#M20429</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-02-23T19:04:38Z</dc:date>
    </item>
  </channel>
</rss>

