<?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: my data consist orderID buyer price item unit courier in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/my-data-consist-orderID-buyer-price-item-unit-courier/m-p/663690#M22798</link>
    <description>Thank you so much. It's working</description>
    <pubDate>Sat, 20 Jun 2020 11:02:56 GMT</pubDate>
    <dc:creator>IdlanHnf</dc:creator>
    <dc:date>2020-06-20T11:02:56Z</dc:date>
    <item>
      <title>my data consist orderID buyer price item unit courier</title>
      <link>https://communities.sas.com/t5/New-SAS-User/my-data-consist-orderID-buyer-price-item-unit-courier/m-p/663687#M22796</link>
      <description>&lt;P&gt;when i run this coding, the price always change everytime I run it. is it possible to make it become fix? I want it to be fix no matter how much run I did on it.&lt;/P&gt;&lt;PRE&gt;PROC SQL;&lt;BR /&gt;UPDATE WORK.data2&lt;BR /&gt;SET 'Price (RM)'n=RAND("INTEGER",12,15);&lt;BR /&gt;RUN;&lt;BR /&gt;PROC PRINT DATA=WORK.data2;&lt;BR /&gt;RUN;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jun 2020 10:40:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/my-data-consist-orderID-buyer-price-item-unit-courier/m-p/663687#M22796</guid>
      <dc:creator>IdlanHnf</dc:creator>
      <dc:date>2020-06-20T10:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: my data consist orderID buyer price item unit courier</title>
      <link>https://communities.sas.com/t5/New-SAS-User/my-data-consist-orderID-buyer-price-item-unit-courier/m-p/663689#M22797</link>
      <description>&lt;P&gt;Please try the seed, we need to use seed to make the rand generate consistent values&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data data3;
set data2;
call streaminit(123);
'Price (RM)'n=RAND("INTEGER",12,15);
RUN;
PROC PRINT DATA=WORK.data3;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 20 Jun 2020 10:56:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/my-data-consist-orderID-buyer-price-item-unit-courier/m-p/663689#M22797</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2020-06-20T10:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: my data consist orderID buyer price item unit courier</title>
      <link>https://communities.sas.com/t5/New-SAS-User/my-data-consist-orderID-buyer-price-item-unit-courier/m-p/663690#M22798</link>
      <description>Thank you so much. It's working</description>
      <pubDate>Sat, 20 Jun 2020 11:02:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/my-data-consist-orderID-buyer-price-item-unit-courier/m-p/663690#M22798</guid>
      <dc:creator>IdlanHnf</dc:creator>
      <dc:date>2020-06-20T11:02:56Z</dc:date>
    </item>
  </channel>
</rss>

