<?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: Base SAS in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Base-SAS/m-p/667635#M23053</link>
    <description>&lt;P&gt;OK, then you would do like&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;&amp;nbsp;indicated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data results.nomatch09;
    set results.nomatch08;
    drop ex: ;
run;

/* or */

data results.nomatch09;
    set results.nomatch08 (drop=ex: );
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 08 Jul 2020 05:47:21 GMT</pubDate>
    <dc:creator>ketpt42</dc:creator>
    <dc:date>2020-07-08T05:47:21Z</dc:date>
    <item>
      <title>Base SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Base-SAS/m-p/667626#M23049</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;"Exclude all variables that begin with "&lt;/SPAN&gt;&lt;STRONG&gt;ex"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;from&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;results.nomatch08&lt;/STRONG&gt;&lt;SPAN&gt;.".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i have a question like this. How do i execute it ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 04:43:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Base-SAS/m-p/667626#M23049</guid>
      <dc:creator>Raj00007</dc:creator>
      <dc:date>2020-07-08T04:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Base SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Base-SAS/m-p/667629#M23050</link>
      <description>Need more context for what you're trying to do with the dataset. Are you printing it? Creating another dataset?</description>
      <pubDate>Wed, 08 Jul 2020 05:02:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Base-SAS/m-p/667629#M23050</guid>
      <dc:creator>ketpt42</dc:creator>
      <dc:date>2020-07-08T05:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Base SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Base-SAS/m-p/667630#M23051</link>
      <description>&lt;P&gt;drop ex: ;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 05:17:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Base-SAS/m-p/667630#M23051</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2020-07-08T05:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Base SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Base-SAS/m-p/667632#M23052</link>
      <description>i need to create a dataset</description>
      <pubDate>Wed, 08 Jul 2020 05:37:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Base-SAS/m-p/667632#M23052</guid>
      <dc:creator>Raj00007</dc:creator>
      <dc:date>2020-07-08T05:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Base SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Base-SAS/m-p/667635#M23053</link>
      <description>&lt;P&gt;OK, then you would do like&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;&amp;nbsp;indicated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data results.nomatch09;
    set results.nomatch08;
    drop ex: ;
run;

/* or */

data results.nomatch09;
    set results.nomatch08 (drop=ex: );
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Jul 2020 05:47:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Base-SAS/m-p/667635#M23053</guid>
      <dc:creator>ketpt42</dc:creator>
      <dc:date>2020-07-08T05:47:21Z</dc:date>
    </item>
  </channel>
</rss>

