<?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: new variable is not showing up in the data step in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/new-variable-is-not-showing-up-in-the-data-step/m-p/678976#M23903</link>
    <description>It's not in your KEEP statement so the data step doesn't keep the variable at the end. Add the variable to your KEEP statement.</description>
    <pubDate>Mon, 24 Aug 2020 19:54:12 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-08-24T19:54:12Z</dc:date>
    <item>
      <title>new variable is not showing up in the data step</title>
      <link>https://communities.sas.com/t5/New-SAS-User/new-variable-is-not-showing-up-in-the-data-step/m-p/678974#M23902</link>
      <description>&lt;P&gt;I created a new variable (gdp_change) and it is not showing up in the work library.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data gdp_trumbull_mahoning;
set hp.final_gdp4;
format gdp2018 gdp2019 gdp_change_2018_2019 comma10.2;
keep naics ecnty fips county state gdp2018 gdp2019;
where (state = "OH") and county in ("Trumbull", "Mahoning"); 
gdp_change_2018_2019 = gdp2019 - gdp2018;
*putlog _all_;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Aug 2020 19:52:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/new-variable-is-not-showing-up-in-the-data-step/m-p/678974#M23902</guid>
      <dc:creator>IrynaDemko</dc:creator>
      <dc:date>2020-08-24T19:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: new variable is not showing up in the data step</title>
      <link>https://communities.sas.com/t5/New-SAS-User/new-variable-is-not-showing-up-in-the-data-step/m-p/678976#M23903</link>
      <description>It's not in your KEEP statement so the data step doesn't keep the variable at the end. Add the variable to your KEEP statement.</description>
      <pubDate>Mon, 24 Aug 2020 19:54:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/new-variable-is-not-showing-up-in-the-data-step/m-p/678976#M23903</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-08-24T19:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: new variable is not showing up in the data step</title>
      <link>https://communities.sas.com/t5/New-SAS-User/new-variable-is-not-showing-up-in-the-data-step/m-p/678980#M23904</link>
      <description>&lt;P&gt;Good catch!&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 19:59:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/new-variable-is-not-showing-up-in-the-data-step/m-p/678980#M23904</guid>
      <dc:creator>IrynaDemko</dc:creator>
      <dc:date>2020-08-24T19:59:35Z</dc:date>
    </item>
  </channel>
</rss>

