<?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 Multiply Two Tables in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Multiply-Two-Tables/m-p/48240#M9955</link>
    <description>I HAVE TWO DATA SETS I WNAT TO MULTIPLY ONE VARIABLE WITH ANOHTER DATASET VARIABLES HERE ARE THE TABLES&lt;BR /&gt;
&lt;BR /&gt;
data x;&lt;BR /&gt;
input  id sal;&lt;BR /&gt;
cards;&lt;BR /&gt;
1 2&lt;BR /&gt;
3 4&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data b;&lt;BR /&gt;
input id sal;&lt;BR /&gt;
cards;&lt;BR /&gt;
6 8&lt;BR /&gt;
9 9&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
nOW I WANT A ANEW DATASET I WANT  a.id*b.id and a.sal*b.sal i want those two variables and the output should be also the same names.</description>
    <pubDate>Fri, 19 Sep 2008 05:07:45 GMT</pubDate>
    <dc:creator>R_Win</dc:creator>
    <dc:date>2008-09-19T05:07:45Z</dc:date>
    <item>
      <title>Multiply Two Tables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Multiply-Two-Tables/m-p/48240#M9955</link>
      <description>I HAVE TWO DATA SETS I WNAT TO MULTIPLY ONE VARIABLE WITH ANOHTER DATASET VARIABLES HERE ARE THE TABLES&lt;BR /&gt;
&lt;BR /&gt;
data x;&lt;BR /&gt;
input  id sal;&lt;BR /&gt;
cards;&lt;BR /&gt;
1 2&lt;BR /&gt;
3 4&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data b;&lt;BR /&gt;
input id sal;&lt;BR /&gt;
cards;&lt;BR /&gt;
6 8&lt;BR /&gt;
9 9&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
nOW I WANT A ANEW DATASET I WANT  a.id*b.id and a.sal*b.sal i want those two variables and the output should be also the same names.</description>
      <pubDate>Fri, 19 Sep 2008 05:07:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Multiply-Two-Tables/m-p/48240#M9955</guid>
      <dc:creator>R_Win</dc:creator>
      <dc:date>2008-09-19T05:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply Two Tables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Multiply-Two-Tables/m-p/48241#M9956</link>
      <description>Michel&lt;BR /&gt;
If you want other people to take their time to solve your problems then you should take your time to formulate the question.&lt;BR /&gt;
I like that you provide example code. It would make it easier - but what's the problem to be solved here?&lt;BR /&gt;
Regards&lt;BR /&gt;
Patrick</description>
      <pubDate>Fri, 19 Sep 2008 12:10:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Multiply-Two-Tables/m-p/48241#M9956</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2008-09-19T12:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply Two Tables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Multiply-Two-Tables/m-p/48242#M9957</link>
      <description>Michel,&lt;BR /&gt;
&lt;BR /&gt;
I will have to agree with Patrick here.  In addition to your question you can show the answer desired based on your sample data. It could help some people to come up with the question to answer :). &lt;BR /&gt;
&lt;BR /&gt;
ikp</description>
      <pubDate>Sat, 20 Sep 2008 06:17:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Multiply-Two-Tables/m-p/48242#M9957</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-09-20T06:17:45Z</dc:date>
    </item>
  </channel>
</rss>

