<?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: is this correct which I did? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/is-this-correct-which-I-did/m-p/896190#M39878</link>
    <description>&lt;P&gt;See Maxim 4. Run the code in your environment and study the results (number of 0bservations, content of variables).&lt;/P&gt;
&lt;P&gt;The creation of a new variable was not asked.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Sep 2023 06:30:54 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2023-09-28T06:30:54Z</dc:date>
    <item>
      <title>is this correct which I did?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/is-this-correct-which-I-did/m-p/896183#M39877</link>
      <description>&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Create a new data set called “half” from “main”.&amp;nbsp; Reduce this dataset by ½ using a random number generator for the uniform distribution (ranuni) with the seed of 100.&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Unfinished Code&lt;/P&gt;&lt;P&gt;*Lab 8 – Problem 5;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;I run the code like this ? is it correct?&lt;/P&gt;&lt;P&gt;*Lab 8 – Problem 5;&lt;/P&gt;&lt;P&gt;data lab.half;&lt;BR /&gt;set lab.main;&lt;BR /&gt;random = ranuni(0);&lt;BR /&gt;if ranuni(100) &amp;lt; 0.5 then output;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc print data=lab.half;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 04:08:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/is-this-correct-which-I-did/m-p/896183#M39877</guid>
      <dc:creator>Markanti</dc:creator>
      <dc:date>2023-09-28T04:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: is this correct which I did?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/is-this-correct-which-I-did/m-p/896190#M39878</link>
      <description>&lt;P&gt;See Maxim 4. Run the code in your environment and study the results (number of 0bservations, content of variables).&lt;/P&gt;
&lt;P&gt;The creation of a new variable was not asked.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 06:30:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/is-this-correct-which-I-did/m-p/896190#M39878</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-09-28T06:30:54Z</dc:date>
    </item>
  </channel>
</rss>

