<?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: If then remove  data variable in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/If-then-remove-data-variable/m-p/503254#M134443</link>
    <description>&lt;P&gt;if upcase(type)='CD' then call missing(sch);&lt;/P&gt;</description>
    <pubDate>Wed, 10 Oct 2018 21:40:18 GMT</pubDate>
    <dc:creator>novinosrin</dc:creator>
    <dc:date>2018-10-10T21:40:18Z</dc:date>
    <item>
      <title>If then remove  data variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/If-then-remove-data-variable/m-p/503249#M134439</link>
      <description>I have a dataset that if it. Matchs i would need another col to be null&lt;BR /&gt;&lt;BR /&gt;The data looks&lt;BR /&gt;Id. Type. Sch&lt;BR /&gt;A1. Cd. Mon tue&lt;BR /&gt;Ab. Store. Tue wed&lt;BR /&gt;S1. Cd. Wed&lt;BR /&gt;A5. Store. Mon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When type eq Cd i would w want sch to be null&lt;BR /&gt;&lt;BR /&gt;.id Type. Sch&lt;BR /&gt;A1. Cd.&lt;BR /&gt;Ab. Store. Tue wed&lt;BR /&gt;S1. Cd.&lt;BR /&gt;A5. Store. Mon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Oct 2018 21:33:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/If-then-remove-data-variable/m-p/503249#M134439</guid>
      <dc:creator>Gil_</dc:creator>
      <dc:date>2018-10-10T21:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: If then remove  data variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/If-then-remove-data-variable/m-p/503254#M134443</link>
      <description>&lt;P&gt;if upcase(type)='CD' then call missing(sch);&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 21:40:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/If-then-remove-data-variable/m-p/503254#M134443</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-10-10T21:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: If then remove  data variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/If-then-remove-data-variable/m-p/503292#M134462</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
	set have;

	if upcase(type)='CD' then
		Sch='';
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Oct 2018 01:37:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/If-then-remove-data-variable/m-p/503292#M134462</guid>
      <dc:creator>singhsahab</dc:creator>
      <dc:date>2018-10-11T01:37:32Z</dc:date>
    </item>
  </channel>
</rss>

