<?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: Using MODIFY for updating master dataset from transaction dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521306#M141421</link>
    <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;The issue I have is that I only want it to replace a record if the data for one of the records variables has changed.&amp;nbsp; In this case above, the entire record is rewritten because they match, regardless if any of the data has changed.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;When you say one of the record fields are you referring to a specific field or just if any are updated?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Dec 2018 22:18:27 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-12-13T22:18:27Z</dc:date>
    <item>
      <title>Using MODIFY for updating master dataset from transaction dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521302#M141418</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to clean up some code for processing updates from a transaction dataset to a master dataset.&amp;nbsp; I ran across this SAS paper and subsequent SAS documentation that explains how to use the MODIFY statement to achieve this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi31/264-31.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi31/264-31.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All of this works as instructed, but I need it to work a little bit differently and I have not been able to figure out how to do it.&amp;nbsp; In this paper, it talks about replacing the record in the master dataset if it also exists in the transaction dataset.&amp;nbsp; The issue I have is that I only want it to replace a record if the data for one of the records variables has changed.&amp;nbsp; In this case above, the entire record is rewritten because they match, regardless if any of the data has changed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reason I am trying to do this is because I want to be able to track and report on records that have had data change each day.&amp;nbsp; Is there a way to do this using the methods in this paper or similar?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 21:59:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521302#M141418</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2018-12-13T21:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using MODIFY for updating master dataset from transaction dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521306#M141421</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;The issue I have is that I only want it to replace a record if the data for one of the records variables has changed.&amp;nbsp; In this case above, the entire record is rewritten because they match, regardless if any of the data has changed.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;When you say one of the record fields are you referring to a specific field or just if any are updated?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 22:18:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521306#M141421</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-13T22:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using MODIFY for updating master dataset from transaction dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521307#M141422</link>
      <description>&lt;P&gt;If any are updated.&amp;nbsp; If nothing in the entire record has changed between the transaction dataset and master, I don't want it to rewrite.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to be able to track and report changes but if all records are overwritten that match, I have no way to tell which of those actually had data change.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 22:21:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521307#M141422</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2018-12-13T22:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using MODIFY for updating master dataset from transaction dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521310#M141424</link>
      <description>How many variables do you have, and what types (num/char) or are you looking for a generic process?</description>
      <pubDate>Thu, 13 Dec 2018 22:27:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521310#M141424</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-13T22:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using MODIFY for updating master dataset from transaction dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521311#M141425</link>
      <description>&lt;P&gt;I have appx 50 variables with a mix of char, num, and dates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like it to be as generic as possible but not sure it can be if I need to be able to tell which specific data was updated.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 22:34:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521311#M141425</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2018-12-13T22:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using MODIFY for updating master dataset from transaction dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521313#M141427</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/24237"&gt;@elwayfan446&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have appx 50 variables with a mix of char, num, and dates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like it to be as generic as possible but not sure it can be if I need to be able to tell which specific data was updated.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I'm assuming you just want the record that was changed, do you need to know which field was changed?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC COMPARE is horrid, but it does give you all this information so it may be a mix of PROC COMPARE to get the changes and then a MODIFY or something that may work the best.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 22:38:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521313#M141427</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-13T22:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using MODIFY for updating master dataset from transaction dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521317#M141431</link>
      <description>&lt;P&gt;the specific case can be implemented by concatenating all fields together from each record, then comparing the two concatenated strings.&amp;nbsp; update only when the two strings are not equal. The generic case would involve using dataset metadata in such a way as to make the code agnostic, but there would be cases to check for, like when the two datasets are not exactly the same.&amp;nbsp; It would be a lot more code, but could be implemented as a macro - pass that macro the two dataset names, have it identify the equal named variables, then have it create the catx functions for each.&amp;nbsp; If the data sets are required to have exactly the same variables, then have it 'abort cancel' when there is a discrepancy.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 22:43:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521317#M141431</guid>
      <dc:creator>johnsville</dc:creator>
      <dc:date>2018-12-13T22:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using MODIFY for updating master dataset from transaction dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521318#M141432</link>
      <description>&lt;P&gt;Ideally I would want only the records with differences to be replaced with the modify but then be able to see what fields were changed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think at least being able to only get the different records to be replaced that is a good start.&amp;nbsp; I already have a date in each dataset that indicates the date the record was created.&amp;nbsp; If it isn't overwritten in the master data set, I can easily tell which records were updated on any given day because older records dates will not have changed.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 22:44:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521318#M141432</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2018-12-13T22:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using MODIFY for updating master dataset from transaction dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521320#M141434</link>
      <description>Don't have time to code this up right now, but will later. I would recommend first doing a SQL query between the two tables, using the EXCEPT operator to get only records that have changed. Then use MODIFY to update the data set and get the new dates. That should be relatively easy. Then if you want to know exactly what changed you can run a proc compare between the old and new tables, assuming you keep the old one around for the comparison.</description>
      <pubDate>Thu, 13 Dec 2018 22:48:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521320#M141434</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-13T22:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using MODIFY for updating master dataset from transaction dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521367#M141458</link>
      <description>&lt;P&gt;This example is a generic way of identifying new or changed rows comparing a master and transaction table using SQL:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data class1;
  set sashelp.class;
run;

data class2;
  set sashelp.class;
  if name = 'Mary' then age = 18;
run;

proc sql;
  create table Changed as
  select distinct name 

  from (
        (select * from class1 
         except corresponding 
         select * from class2 
        )
        union corresponding
        (select * from class2 
         except corresponding 
         select * from class1
        )
       )
  ;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 14 Dec 2018 04:07:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521367#M141458</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-12-14T04:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using MODIFY for updating master dataset from transaction dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521488#M141502</link>
      <description>&lt;P&gt;Thanks to everyone for responding.&amp;nbsp; I will give some these suggestions a try and report back.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 15:04:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521488#M141502</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2018-12-14T15:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using MODIFY for updating master dataset from transaction dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521515#M141510</link>
      <description>&lt;P&gt;Why not just eliminate them from the transactions?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql ;
create table actual_transactions as
  select * from transactions
  except
  select * from master
;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 14 Dec 2018 15:52:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521515#M141510</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-12-14T15:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using MODIFY for updating master dataset from transaction dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521519#M141511</link>
      <description>&lt;P&gt;Wouldn't this also eliminate any new records in the transactions that need to be added to the master?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 15:55:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521519#M141511</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2018-12-14T15:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using MODIFY for updating master dataset from transaction dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521524#M141513</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/24237"&gt;@elwayfan446&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Wouldn't this also eliminate any new records in the transactions that need to be added to the master?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;How could it possibly do that?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 15:59:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521524#M141513</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-12-14T15:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using MODIFY for updating master dataset from transaction dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521529#M141517</link>
      <description>&lt;P&gt;The more I think about it, the more I understand it.&amp;nbsp; I have never used "except" before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if I am thinking correctly, this query will create a dataset that does the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; If the records are in the transactions dataset but not in the master, those records is added to the actual_transaction dataset&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; If the records are in the transactions dataset but any of the variables have changed between that record and the record in the master dataset, then those records are added to the actual_transaction dataset&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I thinking correctly?&amp;nbsp; If so, then I simply merge or modify that new transaction dataset with the master?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 16:03:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521529#M141517</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2018-12-14T16:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using MODIFY for updating master dataset from transaction dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521532#M141520</link>
      <description>Its two steps. First remove any actual duplicates using EXCEPT. &lt;BR /&gt;Then use MODIFY on the modified transaction data set which now only has the changed records. Then use PROC COMPARE to find the exact differences if you had wanted to.</description>
      <pubDate>Fri, 14 Dec 2018 16:06:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521532#M141520</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-14T16:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using MODIFY for updating master dataset from transaction dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521534#M141521</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;, will the new transactional dataset also include the new records not in the master?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 16:08:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521534#M141521</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2018-12-14T16:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using MODIFY for updating master dataset from transaction dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521544#M141524</link>
      <description>Yes, that's the exact purpose of the EXCEPT step. It only removes the exact matches. You will need to test it, for example you may need to exclude the dates from the query since it will have an updated date or something.</description>
      <pubDate>Fri, 14 Dec 2018 16:18:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521544#M141524</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-14T16:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using MODIFY for updating master dataset from transaction dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521548#M141525</link>
      <description>&lt;P&gt;Yes, there will be fields that could change in the transactional dataset each day that will need to be updated in the master.&amp;nbsp; If I understand this right, I shouldn't have to write any criteria.&amp;nbsp; Once the exact matches are removed, I am left with everything else... new records and changed records.&amp;nbsp; Once I modify, all of those particular records will be overwritten with any new data for any field that is updated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will look up more specifics on proc compare since I have not used it but does it compare on a dataset level or do you have to specify which variables to look at?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 16:36:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521548#M141525</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2018-12-14T16:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using MODIFY for updating master dataset from transaction dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521554#M141526</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/24237"&gt;@elwayfan446&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Yes, there will be fields that could change in the transactional dataset each day that will need to be updated in the master.&amp;nbsp; If I understand this right, I shouldn't have to write any criteria.&amp;nbsp; Once the exact matches are removed, I am left with everything else... new records and changed records.&amp;nbsp; Once I modify, all of those particular records will be overwritten with any new data for any field that is updated.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I will look up more specifics on proc compare since I have not used it but does it compare on a dataset level or do you have to specify which variables to look at?&lt;/STRONG&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It has the option of either. Note that you will need to save a version of your table before the update so you can compare it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 16:49:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-MODIFY-for-updating-master-dataset-from-transaction/m-p/521554#M141526</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-14T16:49:38Z</dc:date>
    </item>
  </channel>
</rss>

