<?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 Creating a random GUID for every Row in a dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-random-GUID-for-every-Row-in-a-dataset/m-p/325257#M72325</link>
    <description>&lt;P&gt;I want to create a random 32 digit number containing both characters and numbers like&amp;nbsp;4b212e34-056f-413a-8dd8-d04e9b4c7756.&lt;/P&gt;&lt;P&gt;How can I do this in SAS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jan 2017 12:40:55 GMT</pubDate>
    <dc:creator>silvergrenade</dc:creator>
    <dc:date>2017-01-17T12:40:55Z</dc:date>
    <item>
      <title>Creating a random GUID for every Row in a dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-random-GUID-for-every-Row-in-a-dataset/m-p/325257#M72325</link>
      <description>&lt;P&gt;I want to create a random 32 digit number containing both characters and numbers like&amp;nbsp;4b212e34-056f-413a-8dd8-d04e9b4c7756.&lt;/P&gt;&lt;P&gt;How can I do this in SAS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 12:40:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-a-random-GUID-for-every-Row-in-a-dataset/m-p/325257#M72325</guid>
      <dc:creator>silvergrenade</dc:creator>
      <dc:date>2017-01-17T12:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a random GUID for every Row in a dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-random-GUID-for-every-Row-in-a-dataset/m-p/325260#M72327</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually looked it up online and found a function that finds GUIDs.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data wastedGuids;&lt;BR /&gt;do x=1 to 10;&lt;BR /&gt;guid = uuidgen();&lt;BR /&gt;output;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 12:56:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-a-random-GUID-for-every-Row-in-a-dataset/m-p/325260#M72327</guid>
      <dc:creator>silvergrenade</dc:creator>
      <dc:date>2017-01-17T12:56:21Z</dc:date>
    </item>
  </channel>
</rss>

