<?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: How to update a sas dataset using another dataset if there are missing values in some columns ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467536#M119346</link>
    <description>&lt;P&gt;If dataset three is small enough, you could create a format and do it in one sequential step.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jun 2018 22:18:02 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2018-06-04T22:18:02Z</dc:date>
    <item>
      <title>How to update a sas dataset using another dataset if there are missing values in some columns ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467532#M119345</link>
      <description>&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Hi All,&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;I have a sas dataset which has got missing values for two variables (CD_B,CD_A). I would like to update the values from another sas dataset if the values are missing for CD_B,CD_A. &lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Since the master dataset (one here) will be huge in actual scenario . Is there any way I can avoid sorting and update the missing values?&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; color: navy; font-family: &amp;quot;Courier New&amp;quot;;"&gt;data&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt; one;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT size="3"&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt; file_type $ cardtl $ acctdtl $ CD_B CD_A ;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT size="3"&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;datalines&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: rgb(255, 255, 192); color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;FONT size="3"&gt;S IS123 F 123 111&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: rgb(255, 255, 192); color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;FONT size="3"&gt;A IS023 H 224 .&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: rgb(255, 255, 192); color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;FONT size="3"&gt;B IS223 P .&amp;nbsp;&amp;nbsp; 333 &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;FONT size="3"&gt;;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;&amp;nbsp;run;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; color: navy; font-family: &amp;quot;Courier New&amp;quot;;"&gt;data&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt; three;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT size="3"&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt; cardtl $ acctdtl $ CD_B CD_A;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT size="3"&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;datalines&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: rgb(255, 255, 192); color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;FONT size="3"&gt;IS023 H 224 222&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: rgb(255, 255, 192); color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;FONT size="3"&gt;IS223 P 524 333&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;FONT size="3"&gt;;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; color: navy; font-family: &amp;quot;Courier New&amp;quot;;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT size="3"&gt;Thanks in advance,&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT size="3"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT size="3"&gt;Sheeba&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 22:08:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467532#M119345</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2018-06-04T22:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a sas dataset using another dataset if there are missing values in some columns ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467536#M119346</link>
      <description>&lt;P&gt;If dataset three is small enough, you could create a format and do it in one sequential step.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 22:18:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467536#M119346</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-06-04T22:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a sas dataset using another dataset if there are missing values in some columns ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467537#M119347</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot for the reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The datasets are &amp;nbsp;huge and the data in the update dataset is bound to change. so I added the default values in a spreadsheet , imported into a dataset. joining the two datasets seems to take up a lot of space and is indefinitely running.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sheeba&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 22:27:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467537#M119347</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2018-06-04T22:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a sas dataset using another dataset if there are missing values in some columns ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467539#M119348</link>
      <description>&lt;P&gt;Depending on the number of updates, you could use the second data set holding the updates to write out a set of IF / THEN statements to a file.&amp;nbsp; Just use FILE and PUT statements.&amp;nbsp; Based on your example data, the file should contain (you can correct this if it's wrong):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;if cardtl = 'IS123' and acctdtl='F' then do;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;if CD_B=. then CD_B = 224;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;if CD_A=. then CD_A = 222;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;end;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;else if cardtl = 'IS223' and acctdtl='P' then do;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;if CD_B=. then CD_B = 524;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;if CD_A=. then CD_A = 333;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;end;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From that point it's easy:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data one_revised;&lt;/P&gt;
&lt;P&gt;set one;&lt;/P&gt;
&lt;P&gt;%include "path to file holding IF THEN statements";&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 22:56:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467539#M119348</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-06-04T22:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a sas dataset using another dataset if there are missing values in some columns ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467540#M119349</link>
      <description>&lt;P&gt;Define "huge" in terms of number of observations.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 23:00:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467540#M119349</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-06-04T23:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a sas dataset using another dataset if there are missing values in some columns ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467613#M119377</link>
      <description>&lt;P&gt;While a format can work for random access, as suggested by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;, using SET with KEY= is probably faster if you have a lot of data:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;proc sql;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; create index idx on three(cardtl,acctdtl);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;run;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;data want;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; set one;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; if missing(CD_B) then do;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; if missing(CD_A) then&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; set three key=idx/unique;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; else&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; set three(drop=CD_A) key=idx/unique;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; end;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; else if missing(CD_A) then&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; set three(drop=CD_B) key=idx/unique;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;run;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I made the code a bit more complicated than absolutely necessary (by checking if both variables were missing, and then just using one SET statement), as that will probably give better performance with large tables.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 10:48:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467613#M119377</guid>
      <dc:creator>s_lassen</dc:creator>
      <dc:date>2018-06-05T10:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a sas dataset using another dataset if there are missing values in some columns ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467615#M119379</link>
      <description>&lt;P&gt;you can do this by update :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data one;&lt;/P&gt;&lt;P&gt;update one three;&lt;/P&gt;&lt;P&gt;by cardt1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 11:01:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467615#M119379</guid>
      <dc:creator>ruchi11dec</dc:creator>
      <dc:date>2018-06-05T11:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a sas dataset using another dataset if there are missing values in some columns ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467691#M119416</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/145839"&gt;@ruchi11dec&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;you can do this by update :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data one;&lt;/P&gt;
&lt;P&gt;update one three;&lt;/P&gt;
&lt;P&gt;by cardt1;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Update done this way would require 1) both data sets to be sorted (which the OP explicitly stated he didn't want to do) and 2) that the value of the by variable cardt1 uniquely identify each record, which we don't know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The NOTSORTED option cannot be used with Update.&lt;/P&gt;
&lt;P&gt;The MODIFY option might work but still relies on having&amp;nbsp;BY variables to uniquely identify the records to modify.&lt;/P&gt;
&lt;PRE&gt;data work.class;
   set sashelp.class;
run;

data work.update;
   name='Henry';
   height=99;
run;

data work.class;
   modify work.class
          work.update
   ;
   by notsorted name;
run;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Jun 2018 14:58:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467691#M119416</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-06-05T14:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a sas dataset using another dataset if there are missing values in some columns ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467880#M119462</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;master dataset has over 1 million records and update has less around 200 .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sheeba&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 22:45:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467880#M119462</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2018-06-05T22:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a sas dataset using another dataset if there are missing values in some columns ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467881#M119463</link>
      <description>&lt;P&gt;Hi Astounding,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot for the response,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sure I will try this out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sheeba Swaminathan&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 22:46:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467881#M119463</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2018-06-05T22:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a sas dataset using another dataset if there are missing values in some columns ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467883#M119465</link>
      <description>&lt;P&gt;Hi s_lassen,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot for the suggestion,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will try this out with modified if conditions&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sheeba Swaminathan&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 22:48:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467883#M119465</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2018-06-05T22:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a sas dataset using another dataset if there are missing values in some columns ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467885#M119466</link>
      <description>&lt;P&gt;Hi &lt;A class="lia-link-navigation lia-page-link lia-user-name-link" id="link_8" style="color: rgb(0, 125, 195);" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/145839" target="_self"&gt;&lt;SPAN&gt;ruchi11dec&lt;/SPAN&gt;&lt;/A&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot for the response,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried update statement but I don't have a unique key in both the datasets..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sheeba Swaminathan&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 22:49:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467885#M119466</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2018-06-05T22:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a sas dataset using another dataset if there are missing values in some columns ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467887#M119467</link>
      <description>&lt;P&gt;Hi ballardw,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot for the suggestion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there was no unique by variable key to identify the records. So I created a unique key and then used modified statement and it worked for me.&lt;/P&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;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sheeba&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 22:52:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-update-a-sas-dataset-using-another-dataset-if-there-are/m-p/467887#M119467</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2018-06-05T22:52:01Z</dc:date>
    </item>
  </channel>
</rss>

