<?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 generating id number in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/generating-id-number/m-p/946#M263</link>
    <description>Hi, &lt;BR /&gt;
    How do I do to automatically generate a unique id number, with condition, to my data set???&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
    <pubDate>Mon, 03 Jul 2006 14:18:53 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2006-07-03T14:18:53Z</dc:date>
    <item>
      <title>generating id number</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/generating-id-number/m-p/946#M263</link>
      <description>Hi, &lt;BR /&gt;
    How do I do to automatically generate a unique id number, with condition, to my data set???&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Mon, 03 Jul 2006 14:18:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/generating-id-number/m-p/946#M263</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-07-03T14:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: generating id number</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/generating-id-number/m-p/947#M264</link>
      <description>Hello.&lt;BR /&gt;
&lt;BR /&gt;
You could use the MONOTONIC() function in a query. This undocumented SQL feature allows you to add a sequential number (1 on first row, 2 on second, 3 and so on). If you have conditions in a WHERE statement, the numered rows are only the selected ones.&lt;BR /&gt;
&lt;BR /&gt;
I hope it solves your problem.</description>
      <pubDate>Tue, 04 Jul 2006 08:22:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/generating-id-number/m-p/947#M264</guid>
      <dc:creator>Olivier</dc:creator>
      <dc:date>2006-07-04T08:22:01Z</dc:date>
    </item>
  </channel>
</rss>

