<?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: Update column data in existing SAS table from Extrenal table (alreday have connection to SAS) in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/589540#M18036</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;&amp;nbsp;,please find below Error in log.please help&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;MPRINT(ETLS_SQL_UPDATE):   proc sql;
^L10                                                         The SAS System                          16:57 Tuesday, September 17, 2019

NOTE: Line generated by the invoked macro "ETLS_SQL_UPDATE".
308                     where                W6SZW2W.ID = sasdataset.W6SZW2W.ID
                                                                                                            _
                                                                                                            22
                                                                                                            76
308      !           )    ; quit;  %rcSet(&amp;amp;syscc);
MPRINT(ETLS_SQL_UPDATE):   update DDD.sasdataset set Source= ( select W6SZW2W.Source length = 30 label =
'Source ' from work.W6SZW2W as W6SZW2W where W6SZW2W.ID =
sasdataset.W6SZW2W.ID ) ;
ERROR 22-322: Syntax error, expecting one of the following: !, !!, &amp;amp;, ), *, **, +, -, /, &amp;lt;, &amp;lt;=, &amp;lt;&amp;gt;, =, &amp;gt;, &amp;gt;=, AND, EQ, EQT, EXCEPT,
              GE, GET, GROUP, GT, GTT, HAVING, INTERSECT, LE, LET, LT, LTT, NE, NET, NOT, OR, OUTER, UNION, ^, ^=, |, ||, ~, ~=.

ERROR 76-322: Syntax error, statement will be ignored.

NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of statements.
MPRINT(ETLS_SQL_UPDATE):   quit;
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE SQL used (Total process time):
      real time           0.00 seconds
      user cpu time       0.00 seconds
      system cpu time     0.00 seconds
      memory              45.59k
      OS Memory           8740.00k
      Timestamp           17/09/2019 16:57:50 o'clock
      Page Faults                       3
      Page Reclaims                     5
      Page Swaps                        0
      Voluntary Context Switches        0
      Involuntary Context Switches      2
      Block Input Operations            0
      Block Output Operations           0

MPRINT(ETLS_SQL_UPDATE):  ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 18 Sep 2019 07:19:02 GMT</pubDate>
    <dc:creator>JJP1</dc:creator>
    <dc:date>2019-09-18T07:19:02Z</dc:date>
    <item>
      <title>Update column data in existing SAS table from Extrenal table (alreday have connection to SAS)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/588462#M17985</link>
      <description>&lt;P&gt;The new column called "Type" got created on extrenal oracle table with created data on 04SEP2019:13:19:15.367591.&lt;BR /&gt;so we alreday have connection to SAS for above mentioned oracle table.&lt;BR /&gt;so i just updated metedata.i can see new column in SAS DI.&lt;BR /&gt;but how to write code the extract the data under new column "Type" in SAS please from 04SEP2019 to today's date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 10:18:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/588462#M17985</guid>
      <dc:creator>JJP1</dc:creator>
      <dc:date>2019-09-13T10:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Update column data in existing SAS table from Extrenal table (alreday have connection to SAS)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/588709#M17992</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/256123"&gt;@JJP1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your question lacks some clarity so answering here based on some assumptions.&lt;/P&gt;
&lt;P&gt;You could use the Extract transformation with a where clause like:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;create_date&amp;gt;='&lt;SPAN&gt;04SEP2019:00:00:00'dt&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that's a DIS job then I don't believe you really want to use some hard coded date string - but you haven't told us where you get the lower boundary date from for your selection. Whatever you're going to do in reality just make sure that you use "something" in the where clause which SAS will treat as datetime value and which can get passed to the database for processing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're going to use a SAS variable instead of a fixed date string then make sure that this variable has a format of DATETIME20. applied.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Sep 2019 08:39:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/588709#M17992</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-09-14T08:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Update column data in existing SAS table from Extrenal table (alreday have connection to SAS)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/588948#M17999</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;sorry for confussion.please find below.&lt;/P&gt;&lt;P&gt;I have a DI job which will run on daily basis by extracting the data from oracle source based on date column and loads the data into final table using "Append to existing" table loader option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i neeed to bring new column "Type" from oracle to SAS and update only Type column with appropriate values from source.&lt;/P&gt;&lt;P&gt;Iam trying something like below.but not working.please help.(kindly note that there are other columns already loaded with data for this date so i can not recreate as iamare suing "Append to existing " option please)&lt;/P&gt;&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token procnames"&gt;proc&lt;/SPAN&gt; &lt;SPAN class="token procnames"&gt;sql&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
 connect to ORACLE &lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt; READBUFF&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token number"&gt;222&lt;/SPAN&gt; PATH&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;FFF&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;GG AUTHDOMAIN&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'HHH'&lt;/SPAN&gt; &lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;
 &lt;SPAN class="token keyword"&gt;from&lt;/SPAN&gt; connection to ORACLE &lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="token keyword"&gt;update&lt;/SPAN&gt; aa&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;KKK 
      &lt;SPAN class="token keyword"&gt;set&lt;/SPAN&gt; Type &lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token statement"&gt;select&lt;/SPAN&gt; Type &lt;SPAN class="token keyword"&gt;from&lt;/SPAN&gt; aaa&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;JJJ 
	  &lt;SPAN class="token statement"&gt;where&lt;/SPAN&gt;
&lt;SPAN class="token function"&gt;TRUNC&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;CREATION_DATETIME&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt; 
BETWEEN &lt;SPAN class="token function"&gt;TRUNC&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;to_date&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'03SEP2019:00:00:00'&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'DDMONYYYY:HH24:MI:SS'&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt; and
&lt;SPAN class="token function"&gt;TRUNC&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;to_date&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'15SEP2019:23:59:59'&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'DDMONYYYY:HH24:MI:SS'&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt; &lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;  &lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
      &lt;SPAN class="token procnames"&gt;quit&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 06:18:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/588948#M17999</guid>
      <dc:creator>JJP1</dc:creator>
      <dc:date>2019-09-16T06:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Update column data in existing SAS table from Extrenal table (alreday have connection to SAS)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/588960#M18000</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/256123"&gt;@JJP1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Your Oracle Update must be within an EXECUTE() block else SAS won't know that this is code which you want to execute against Oracle.&lt;/P&gt;
&lt;P&gt;2. Your sub-query needs to return a single value (or NULL) per row in your master table. I doubt that the where clause as you've defined it would do this. I've added to below code some made-up logic using a variable called key - that's likely not what you need but it should give you the idea.&lt;/P&gt;
&lt;P&gt;3. TRUNC() will align datetime values to the beginning of the day. There is no need to do this for your between clause to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below code won't be the final solution but it should already be closer to what you need.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
  connect to ORACLE ( READBUFF=222 PATH=FFF.GG AUTHDOMAIN='HHH' );
  execute (
    update aa.kkk 
      set type =(
        select type 
          from aaa.jjj 
            where
              kkk.key=jjj.key 
              and
              jjj.creation_datetime
                between to_date('03sep2019:00:00:00','ddmonyyyy:hh24:mi:ss') 
                and to_date('15sep2019:23:59:59','ddmonyyyy:hh24:mi:ss') 
              )
    )
    by oracle;
  disconnect from oracle;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;If developing pass-through SQL then I normally use an client like SQL Developer or DBeaver and only once I've got working SQL copy/paste it into a SAS SQL EXECUTE() block. That makes it for me easier to develop and test the DB SQL code.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 08:40:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/588960#M18000</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-09-16T08:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Update column data in existing SAS table from Extrenal table (alreday have connection to SAS)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/589031#M18018</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Actually i need to update the SAS dataset not the oracle table please.&lt;/P&gt;&lt;P&gt;i think the mentioned code in previous post will work to update the oracle tables ?please correct me if iam wrong.&lt;/P&gt;&lt;P&gt;Also i tried the code and iam keep on getting the message as "Oracle table/View does not exist"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 13:03:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/589031#M18018</guid>
      <dc:creator>JJP1</dc:creator>
      <dc:date>2019-09-16T13:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Update column data in existing SAS table from Extrenal table (alreday have connection to SAS)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/589527#M18034</link>
      <description>&lt;P&gt;Iam trying to update single column in SAS using oracle pass through option.&lt;BR /&gt;So for this to achive iam using Sql Join Transformation :Pass thorugh option in SAS DI job&lt;BR /&gt;under join node below code is getting generated which is working fine.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
   connect to ORACLE
   ( 
       READBUFF=456 PATH=SIT AUTHDOMAIN='Auth' 
   ); 
   create table work.W6SZW2W as
   select
     ID length = 8
                              format = 20.
                              informat = 20.
                              label = 'ID',
      Source length = 30
                  label = 'Source '
   from connection to ORACLE
   (
      select
      PPP.ID as PPID,
      PPP.Source
   from
      UU.PPP PPP
   where
      PPP.Source &amp;lt;&amp;gt; ' '

   );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;i am expecting to get the below code to be generated by Update Transformation(under SQL ).&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
   update DDD.SASDataset
      set 
         Source= (
            select
               W6SZW2W.ID length = 8   
                  format = 20.
                  informat = 20.
                  label = 'ID'
            from
               work.W6SZW2W as W6SZW2W
            where
               W6SZW2W.ID = SASDataset.ID 
         )
   ;
quit;


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But somehow options that iam selecting in update transformation is getting generated below code(error where SASDataset.W6SZW2W.ID ).due to which SAS&lt;BR /&gt;job is getting failed syaing syntax error.kindly help please.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
   update DDD.SASDataset
      set 
         Source= (
            select
               W6SZW2W.ID length = 8   
                  format = 20.
                  informat = 20.
                  label = 'ID'
            from
               work.W6SZW2W as W6SZW2W
            where
               W6SZW2W.ID = SASDataset.W6SZW2W.ID 
         )
   ;
quit;



&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Sep 2019 06:25:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/589527#M18034</guid>
      <dc:creator>JJP1</dc:creator>
      <dc:date>2019-09-18T06:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Update column data in existing SAS table from Extrenal table (alreday have connection to SAS)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/589539#M18035</link>
      <description>&lt;P&gt;Please post the SAS log where we see the SQL and Error in the log&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 07:10:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/589539#M18035</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-09-18T07:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Update column data in existing SAS table from Extrenal table (alreday have connection to SAS)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/589540#M18036</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;&amp;nbsp;,please find below Error in log.please help&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;MPRINT(ETLS_SQL_UPDATE):   proc sql;
^L10                                                         The SAS System                          16:57 Tuesday, September 17, 2019

NOTE: Line generated by the invoked macro "ETLS_SQL_UPDATE".
308                     where                W6SZW2W.ID = sasdataset.W6SZW2W.ID
                                                                                                            _
                                                                                                            22
                                                                                                            76
308      !           )    ; quit;  %rcSet(&amp;amp;syscc);
MPRINT(ETLS_SQL_UPDATE):   update DDD.sasdataset set Source= ( select W6SZW2W.Source length = 30 label =
'Source ' from work.W6SZW2W as W6SZW2W where W6SZW2W.ID =
sasdataset.W6SZW2W.ID ) ;
ERROR 22-322: Syntax error, expecting one of the following: !, !!, &amp;amp;, ), *, **, +, -, /, &amp;lt;, &amp;lt;=, &amp;lt;&amp;gt;, =, &amp;gt;, &amp;gt;=, AND, EQ, EQT, EXCEPT,
              GE, GET, GROUP, GT, GTT, HAVING, INTERSECT, LE, LET, LT, LTT, NE, NET, NOT, OR, OUTER, UNION, ^, ^=, |, ||, ~, ~=.

ERROR 76-322: Syntax error, statement will be ignored.

NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of statements.
MPRINT(ETLS_SQL_UPDATE):   quit;
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE SQL used (Total process time):
      real time           0.00 seconds
      user cpu time       0.00 seconds
      system cpu time     0.00 seconds
      memory              45.59k
      OS Memory           8740.00k
      Timestamp           17/09/2019 16:57:50 o'clock
      Page Faults                       3
      Page Reclaims                     5
      Page Swaps                        0
      Voluntary Context Switches        0
      Involuntary Context Switches      2
      Block Input Operations            0
      Block Output Operations           0

MPRINT(ETLS_SQL_UPDATE):  ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Sep 2019 07:19:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/589540#M18036</guid>
      <dc:creator>JJP1</dc:creator>
      <dc:date>2019-09-18T07:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Update column data in existing SAS table from Extrenal table (alreday have connection to SAS)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/590872#M18073</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Iam able to run the job and update a single column in SAS using oracle table by making use of update transfomation.&lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 11:16:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/590872#M18073</guid>
      <dc:creator>JJP1</dc:creator>
      <dc:date>2019-09-23T11:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Update column data in existing SAS table from Extrenal table (alreday have connection to SAS)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/590909#M18078</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/256123"&gt;@JJP1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You found a solution. That's good to hear. Sorry, got really busy last week so couldn't spend much time for the forums.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 13:18:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Update-column-data-in-existing-SAS-table-from-Extrenal-table/m-p/590909#M18078</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-09-23T13:18:59Z</dc:date>
    </item>
  </channel>
</rss>

