<?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: Doubt in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Doubt/m-p/444197#M111163</link>
    <description>&lt;P&gt;any other supporting variable which can trigger&amp;nbsp; DAT6 Obsn ? whatever data you have provided based on that i can say only one thing&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;set have ;&lt;/P&gt;&lt;P&gt;If _n_=1 ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Mar 2018 18:05:33 GMT</pubDate>
    <dc:creator>Bhushan</dc:creator>
    <dc:date>2018-03-09T18:05:33Z</dc:date>
    <item>
      <title>Doubt</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Doubt/m-p/444195#M111162</link>
      <description>&lt;P&gt;I am new to Jump Scripting Language&amp;nbsp; .&amp;nbsp; How do I delete rows depending on the value in the column .&amp;nbsp;&lt;/P&gt;&lt;P&gt;eg . column name&lt;/P&gt;&lt;P&gt;&amp;nbsp;DAT&lt;/P&gt;&lt;P&gt;DAT6&lt;/P&gt;&lt;P&gt;DAT6&lt;/P&gt;&lt;P&gt;DAT6&lt;/P&gt;&lt;P&gt;DAT8&lt;/P&gt;&lt;P&gt;DAT9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So in my column DAT i want to keep only DAT6 and delete the other rows DAT8 and DAT9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 17:57:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Doubt/m-p/444195#M111162</guid>
      <dc:creator>abhra07</dc:creator>
      <dc:date>2018-03-09T17:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Doubt/m-p/444197#M111163</link>
      <description>&lt;P&gt;any other supporting variable which can trigger&amp;nbsp; DAT6 Obsn ? whatever data you have provided based on that i can say only one thing&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;set have ;&lt;/P&gt;&lt;P&gt;If _n_=1 ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 18:05:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Doubt/m-p/444197#M111163</guid>
      <dc:creator>Bhushan</dc:creator>
      <dc:date>2018-03-09T18:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Doubt/m-p/444204#M111166</link>
      <description>&lt;P&gt;data aa;&lt;BR /&gt;input dat $;&lt;BR /&gt;datalines;&lt;BR /&gt;DAT6&lt;BR /&gt;DAT6&lt;BR /&gt;DAT6&lt;BR /&gt;DAT6&lt;BR /&gt;DAT8&lt;BR /&gt;DAT7&lt;BR /&gt;;&lt;BR /&gt;proc sql;&lt;BR /&gt;create table want as&lt;BR /&gt;select distinct dat from aa&lt;BR /&gt;where Dat contains ("6");&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 18:27:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Doubt/m-p/444204#M111166</guid>
      <dc:creator>Bhushan</dc:creator>
      <dc:date>2018-03-09T18:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Doubt/m-p/444207#M111168</link>
      <description>&lt;P&gt;Use if condition like any other language.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DATA want;&lt;/P&gt;&lt;P&gt;SET have;&lt;/P&gt;&lt;P&gt;if DAT ^="DAT6" then DELETE ;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 18:29:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Doubt/m-p/444207#M111168</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-03-09T18:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Doubt/m-p/444265#M111192</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/198155"&gt;@abhra07&lt;/a&gt;&amp;nbsp;JSL is part of JMP isn't it? Not part of SAS Base? If you're using JMP this is not the correct forum.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If JSL is supported within SAS now, feel free to correct me and disregard this entire message &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 20:59:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Doubt/m-p/444265#M111192</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-09T20:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Doubt/m-p/444269#M111194</link>
      <description>&lt;P&gt;Yeah your right , I couldn't find the right forum I guess to ask this question . I'm a new user , excuse my mistake .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 21:02:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Doubt/m-p/444269#M111194</guid>
      <dc:creator>abhra07</dc:creator>
      <dc:date>2018-03-09T21:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Doubt/m-p/444274#M111196</link>
      <description>&lt;P&gt;The JMP forum is here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jmp.com/" target="_blank"&gt;https://community.jmp.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good Luck &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 21:08:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Doubt/m-p/444274#M111196</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-09T21:08:10Z</dc:date>
    </item>
  </channel>
</rss>

