<?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: Sum fields from different datasets in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391566#M94069</link>
    <description>&lt;P&gt;Your Dataset1 only lists one service. &amp;nbsp;However, Dataset1 contains a variable for a list of services each student received.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Aug 2017 16:38:32 GMT</pubDate>
    <dc:creator>hypart</dc:creator>
    <dc:date>2017-08-29T16:38:32Z</dc:date>
    <item>
      <title>Sum fields from different datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391543#M94055</link>
      <description>&lt;P&gt;I have reposted:&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Base-SAS-Programming/How-to-add-and-create-a-Total-Sum-from-values-in-a-second/m-p/391606#M94100" target="_blank"&gt;https://communities.sas.com/t5/Base-SAS-Programming/How-to-add-and-create-a-Total-Sum-from-values-in-a-second/m-p/391606#M94100&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please do not respond to this post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like calculate a sum for a person using values from a second dataset. &amp;nbsp;Here is the example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dataset1&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Dave&lt;/TD&gt;&lt;TD&gt;Agenda&amp;nbsp;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Kate&lt;/TD&gt;&lt;TD&gt;Agenda&amp;nbsp;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Mary&lt;/TD&gt;&lt;TD&gt;Agenda 3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dataset2&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Cost 1&lt;/TD&gt;&lt;TD&gt;$100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Cost 2&lt;/TD&gt;&lt;TD&gt;$200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Cost 3&lt;/TD&gt;&lt;TD&gt;$300&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If Agenda 1 then add Cost 1 and Cost 2&lt;/P&gt;&lt;P&gt;If Agenda&amp;nbsp;2 then add Cost 1 and Cost 3&lt;/P&gt;&lt;P&gt;If Agenda&amp;nbsp;3 then add Cost 2 and Cost 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would I be able to create:&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Dave&lt;/TD&gt;&lt;TD&gt;$300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Kate&lt;/TD&gt;&lt;TD&gt;$400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Mary&lt;/TD&gt;&lt;TD&gt;$500&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 17:46:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391543#M94055</guid>
      <dc:creator>hypart</dc:creator>
      <dc:date>2017-08-29T17:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sum fields from different datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391549#M94060</link>
      <description>&lt;P&gt;Where and how are the rules defined?&lt;/P&gt;
&lt;P&gt;If Agenda 1 then add Cost 1 and Cost 2&lt;/P&gt;
&lt;P&gt;If Agenda&amp;nbsp;2 then add Cost 1 and Cost 3&lt;/P&gt;
&lt;P&gt;If Agenda&amp;nbsp;3 then add Cost 2 and Cost 3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a pattern, or do you only have those 3 Agenda's to deal with.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's easy to code something for this specific situation but it may be more difficult to generalize it.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:18:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391549#M94060</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-29T16:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sum fields from different datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391553#M94061</link>
      <description>&lt;P&gt;Yep, I agree with Reeza. It's a bit of a verbose to say the least. Can you please define the full business/tech problem to make it interesting?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:20:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391553#M94061</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2017-08-29T16:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sum fields from different datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391554#M94062</link>
      <description>&lt;P&gt;SAS can do this easily, and in a number of ways.&amp;nbsp; Here are the missing pieces that you will need to fill in first.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS only processes SAS data sets.&amp;nbsp; Either you don't have SAS data sets at this point, or you neglected to tell us the names of the variables.&amp;nbsp; Either way, you will need to fix that first.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS doesn't add character strings.&amp;nbsp; Do your costs actually contain dollar signs?&amp;nbsp; We can program around that, but we need to know whether your incoming costs are text strings or not.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:21:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391554#M94062</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-08-29T16:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sum fields from different datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391562#M94066</link>
      <description>&lt;P&gt;This is being used for invoicing. I'm trying to figure out if the sums&amp;nbsp;I'm being billed are correct. &amp;nbsp;This is an education facility. &amp;nbsp;I have to pay for each student's cost. &amp;nbsp;There is a contract which I have to pay for each service a student received. &amp;nbsp;So if Dave received bussing and meals, and in the contract the bussing is $100 per student and meals is $200 per student, I have to figure out how much I owe for Dave. &amp;nbsp;There are many students and there are 21 different&amp;nbsp;costs within the contract.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:30:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391562#M94066</guid>
      <dc:creator>hypart</dc:creator>
      <dc:date>2017-08-29T16:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sum fields from different datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391563#M94067</link>
      <description>&lt;P&gt;Do you have a data set that lists hte services and one that list the amounts? If that's the case, you do a join and then add up the total. But that's not currently how your data is structured, it should look like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data set 1&lt;/P&gt;
&lt;P&gt;Student Service&lt;/P&gt;
&lt;P&gt;Dave Bus&lt;/P&gt;
&lt;P&gt;Dave Food&lt;/P&gt;
&lt;P&gt;Dave Housing&lt;/P&gt;
&lt;P&gt;Sandi Bus&lt;/P&gt;
&lt;P&gt;Sandi Food&lt;/P&gt;
&lt;P&gt;Fred Food&lt;/P&gt;
&lt;P&gt;Alice Bus&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data set 2&lt;/P&gt;
&lt;P&gt;Service Cost&lt;/P&gt;
&lt;P&gt;Bus 100&lt;/P&gt;
&lt;P&gt;Food 200&lt;/P&gt;
&lt;P&gt;Housing 300&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:32:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391563#M94067</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-29T16:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sum fields from different datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391565#M94068</link>
      <description>&lt;P&gt;I created the datasets manually. &amp;nbsp;The costs do not have any dollar signs. &amp;nbsp;They are numerical. &amp;nbsp;I named the variables a, b, c. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:35:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391565#M94068</guid>
      <dc:creator>hypart</dc:creator>
      <dc:date>2017-08-29T16:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sum fields from different datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391566#M94069</link>
      <description>&lt;P&gt;Your Dataset1 only lists one service. &amp;nbsp;However, Dataset1 contains a variable for a list of services each student received.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:38:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391566#M94069</guid>
      <dc:creator>hypart</dc:creator>
      <dc:date>2017-08-29T16:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sum fields from different datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391567#M94070</link>
      <description>&lt;P&gt;Ok, let's keep this super simple,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data&lt;/STRONG&gt; have1;&lt;/P&gt;&lt;P&gt;input var1 $ var2 &amp;amp; $8.;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;Dave Agenda 1&lt;/P&gt;&lt;P&gt;Kate Agenda 2&lt;/P&gt;&lt;P&gt;Mary Agenda 3&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data&lt;/STRONG&gt; have2;&lt;/P&gt;&lt;P&gt;input col1 &amp;amp; $ col2 dollar5.;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;Cost 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $100&lt;/P&gt;&lt;P&gt;Cost 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $200&lt;/P&gt;&lt;P&gt;Cost 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $300&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;transpose&lt;/STRONG&gt; data=have2 out=wide(drop=_NAME_) ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id col1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var col2;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now please use the one to one merge to bring have1 and wide into PDV and write your IF THEN and SUM for each row based on your condition. I am too lazy do that piece. HTH!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;data&lt;/STRONG&gt; want;&lt;/P&gt;&lt;P&gt;set have1;&lt;/P&gt;&lt;P&gt;if _n_=&lt;STRONG&gt;1&lt;/STRONG&gt; then set wide;&lt;/P&gt;&lt;P&gt;/*Your IF THEN will flow here*/&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:46:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391567#M94070</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2017-08-29T16:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sum fields from different datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391569#M94071</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/112155"&gt;@hypart&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Your Dataset1 only lists one service. &amp;nbsp;However, Dataset1 contains a variable for a list of services each student received.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Can you clarify your response please? It's not clear which post you're responding to.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:44:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391569#M94071</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-29T16:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sum fields from different datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391570#M94072</link>
      <description>&lt;P&gt;While it would work, I assume you don't want to manually add them up and code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if agenda='Agenda 1' then total_cost=300;&lt;/P&gt;
&lt;P&gt;else if agenda='Agenda 2' then total_cost=400;&lt;/P&gt;
&lt;P&gt;else if agenda='Agenda 3' then total_cost=500;&lt;/P&gt;
&lt;P&gt;etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to do that, it's an easy solution.&amp;nbsp; But if you don't want to do that, you will need to construct another data set that defines the agendas.&amp;nbsp; For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Agenda&amp;nbsp;&amp;nbsp; Cost1&amp;nbsp;&amp;nbsp; Cost2&amp;nbsp;&amp;nbsp; Cost3&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;N&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Y&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:46:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391570#M94072</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-08-29T16:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sum fields from different datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391571#M94073</link>
      <description>&lt;P&gt;This was a reply to your post 12 minutes ago. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:47:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391571#M94073</guid>
      <dc:creator>hypart</dc:creator>
      <dc:date>2017-08-29T16:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sum fields from different datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391578#M94079</link>
      <description>&lt;P&gt;novinosrin - there are hundreds of names in the first dataset. &amp;nbsp;And there are 21 items in the contract, the second dataset. &amp;nbsp;So they are in two different datasets. I used three items just as an example. &amp;nbsp;A one to one merge doesn't work.. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:58:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391578#M94079</guid>
      <dc:creator>hypart</dc:creator>
      <dc:date>2017-08-29T16:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sum fields from different datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391584#M94084</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/112155"&gt;@hypart&lt;/a&gt;&amp;nbsp;I think you need to start over and clearly explain your data. Your example above doesn't link to the other data and there has to be a way. I think a better example data is needed and please use the QUOTE button to include the original post so we know what you're responding to.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A merge is what you need and my data does not have one record per name, it has multiple so I have no idea what you're referencing at this point, ergo the suggestion to restart this from scratch.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 17:04:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391584#M94084</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-29T17:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sum fields from different datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391586#M94086</link>
      <description>&lt;P&gt;ok, thanks, I will repost.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 17:09:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391586#M94086</guid>
      <dc:creator>hypart</dc:creator>
      <dc:date>2017-08-29T17:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sum fields from different datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391589#M94087</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/112155"&gt;@hypart&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;This was a reply to your post 12 minutes ago. &amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;When it is unclear which post responding to it is best to start with the post you want to respond to and select the reply button. Then in the message window click on the Quote button at the upper right to bring in the text. Feel free to delete parts you don't need but this way we have a chance of knowing which is being discussed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other is to copy the text from anothe message, paste it into the window and quote the text.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 17:20:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sum-fields-from-different-datasets/m-p/391589#M94087</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-08-29T17:20:20Z</dc:date>
    </item>
  </channel>
</rss>

