<?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 stats in database in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/update-stats-in-database/m-p/887396#M27054</link>
    <description>&lt;P&gt;I thought the purpose of %TSLIST is to add single quotes around a value?&amp;nbsp; I would expect to see something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;OWNNAME =&amp;gt; 'FMT_TRAN_DBA',
TABNAME =&amp;gt; 'ADDR_TLNBR_MAINT_EVENT_C',
PARTNAME =&amp;gt; %TSLIT(&amp;amp;_PARTITION_NAME),
GRANULARITY =&amp;gt; 'PARTITION',&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But I haven't used Oracle in years...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2023 22:04:50 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2023-08-01T22:04:50Z</dc:date>
    <item>
      <title>update stats in database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/update-stats-in-database/m-p/887285#M27047</link>
      <description>&lt;P&gt;Hi i'm using below query to gatter and update stats if stale_stats is "YES" then to "NO" status&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;to gatter stats:-&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;proc sql;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;create table stats as&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;select owner,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;table_name,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;partition_name,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;subpartition_name,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;stattype_locked,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;stale_stats&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* YES or NO */&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;from pcds.dba_tab_statistics&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;where table_name = 'ADDR_TLNBR_MAINT_EVENT_C';&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;quit;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;to update if stats is "YES" to&amp;nbsp; make it "NO":-&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;proc sql;&lt;BR /&gt;connect to oracle (user="&amp;amp;pcdsuser" orapw="&amp;amp;pcdspw" path="@pcds");&lt;BR /&gt;execute( BEGIN&lt;BR /&gt;DBMS_STATS.GATHER_TABLE_STATS&lt;BR /&gt;(OWNNAME =&amp;gt; %TSLIT ('FMT_TRAN_DBA'),&lt;BR /&gt;TABNAME =&amp;gt; %TSLIT ('ADDR_TLNBR_MAINT_EVENT_C'),&lt;BR /&gt;PARTNAME =&amp;gt; %TSLIT ('&amp;amp;_PARTITION_NAME.'),&lt;BR /&gt;GRANULARITY =&amp;gt; %TSLIT ('PARTITION'),&lt;BR /&gt;CASCADE =&amp;gt; TRUE,&lt;BR /&gt;estimate_percent =&amp;gt;DBMS_STATS.AUTO_SAMPLE_SIZE,&lt;BR /&gt;method_opt=&amp;gt; %TSLIT ('FOR ALL COLUMNS SIZE AUTO'),&lt;BR /&gt;FORCE=&amp;gt;TRUE);&lt;BR /&gt;END;&lt;BR /&gt;) by oracle;&lt;BR /&gt;disconnect from oracle;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting following error:&lt;/P&gt;&lt;P&gt;ERROR: ORACLE execute error: ORA-20001: &amp;amp;_OWNER. is an invalid identifierORA-06512: at "SYS.DBMS_STATS", line 24281ORA-06512: at&lt;BR /&gt;"SYS.DBMS_STATS", line 24332ORA-06512: at line 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please help in this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 12:04:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/update-stats-in-database/m-p/887285#M27047</guid>
      <dc:creator>Asbon</dc:creator>
      <dc:date>2023-08-01T12:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: update stats in database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/update-stats-in-database/m-p/887391#M27053</link>
      <description>&lt;P&gt;I don't see any reference to &amp;amp;_OWNER in your posted code. It would help if you posted your complete SAS log including that error so we can see where it occurs.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 21:25:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/update-stats-in-database/m-p/887391#M27053</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-08-01T21:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: update stats in database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/update-stats-in-database/m-p/887396#M27054</link>
      <description>&lt;P&gt;I thought the purpose of %TSLIST is to add single quotes around a value?&amp;nbsp; I would expect to see something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;OWNNAME =&amp;gt; 'FMT_TRAN_DBA',
TABNAME =&amp;gt; 'ADDR_TLNBR_MAINT_EVENT_C',
PARTNAME =&amp;gt; %TSLIT(&amp;amp;_PARTITION_NAME),
GRANULARITY =&amp;gt; 'PARTITION',&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But I haven't used Oracle in years...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 22:04:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/update-stats-in-database/m-p/887396#M27054</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2023-08-01T22:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: update stats in database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/update-stats-in-database/m-p/887428#M27055</link>
      <description>&lt;P&gt;below is complete log, only remove header part (from 1 to 86) to keep it short.&lt;BR /&gt;87 %macro ststs;&lt;BR /&gt;88&lt;BR /&gt;89 proc sql;&lt;BR /&gt;90 create table stats as&lt;BR /&gt;91 select owner,&lt;BR /&gt;2 The SAS System 23:44 Tuesday, August 1, 2023&lt;/P&gt;&lt;P&gt;92 table_name,&lt;BR /&gt;93 partition_name,&lt;BR /&gt;94 subpartition_name,&lt;BR /&gt;95 stattype_locked,&lt;BR /&gt;96 stale_stats /* YES or NO */&lt;BR /&gt;97 from pcds.dba_tab_statistics&lt;BR /&gt;98 where table_name = 'ADDR_TLNBR_MAINT_EVENT_C';&lt;BR /&gt;99 quit;&lt;BR /&gt;100&lt;BR /&gt;101 data stats_upd_ned;&lt;BR /&gt;102 set stats;&lt;BR /&gt;103 where upcase(trim(stale_stats))="YES";&lt;BR /&gt;104 run;&lt;BR /&gt;105&lt;BR /&gt;106 proc sql noprint;&lt;BR /&gt;107 select count(*) into :cnt from stats_upd_ned;&lt;BR /&gt;108 quit;&lt;BR /&gt;109&lt;BR /&gt;110 %if &amp;amp;cnt le 0 %then&lt;BR /&gt;111 %do;&lt;BR /&gt;112 %put "No RECORDS AVAILABLE";&lt;BR /&gt;113 %end;&lt;BR /&gt;114 %else&lt;BR /&gt;115 %do;&lt;BR /&gt;116&lt;BR /&gt;117 proc sql noprint;&lt;BR /&gt;118 select trim(OWNER), trim(TABLE_NAME),trim(PARTITION_NAME)&lt;BR /&gt;119 into&lt;BR /&gt;120 :_OWNER SEPARATED BY " ",&lt;BR /&gt;121 :_TABLE_NAME SEPARATED BY " ",&lt;BR /&gt;122 :_PARTITION_NAME SEPARATED BY " "&lt;BR /&gt;123 from stats_upd_ned&lt;BR /&gt;124 where trim(OWNER)='FMT_TRAN_DBA' and trim(TABLE_NAME) = 'ADDR_TLNBR_MAINT_EVENT_C';&lt;BR /&gt;125 quit;&lt;BR /&gt;126&lt;BR /&gt;127 %put &amp;amp;_OWNER.;&lt;BR /&gt;128 %put &amp;amp;_TABLE_NAME.;&lt;BR /&gt;129 %put &amp;amp;_PARTITION_NAME.;&lt;BR /&gt;130 /* options symbolgen;*/&lt;BR /&gt;131&lt;BR /&gt;132 %DO I=1 %TO &amp;amp;cnt;&lt;BR /&gt;133&lt;BR /&gt;134 proc sql;&lt;BR /&gt;135 connect to oracle (user="&amp;amp;pcdsuser" orapw="&amp;amp;pcdspw" path="@pcds");&lt;BR /&gt;136 execute( BEGIN&lt;BR /&gt;137 DBMS_STATS.GATHER_TABLE_STATS&lt;BR /&gt;138 (OWNNAME =&amp;gt;('FMT_TRAN_DBA'),&lt;BR /&gt;139 TABNAME =&amp;gt;('ADDR_TLNBR_MAINT_EVENT_C'),&lt;BR /&gt;140 PARTNAME =&amp;gt;%TSLIT(&amp;amp;_PARTITION_NAME.),&lt;BR /&gt;141 GRANULARITY =&amp;gt;('PARTITION'),&lt;BR /&gt;142 CASCADE =&amp;gt; TRUE,&lt;BR /&gt;143 estimate_percent =&amp;gt;DBMS_STATS.AUTO_SAMPLE_SIZE,&lt;BR /&gt;144 method_opt=&amp;gt;('FOR ALL COLUMNS SIZE AUTO'),&lt;BR /&gt;145 FORCE=&amp;gt;TRUE);&lt;BR /&gt;146 END;&lt;BR /&gt;147 ) by oracle;&lt;BR /&gt;148 disconnect from oracle;&lt;BR /&gt;149 quit;&lt;BR /&gt;3 The SAS System 23:44 Tuesday, August 1, 2023&lt;/P&gt;&lt;P&gt;150&lt;BR /&gt;151 %end;&lt;BR /&gt;152 %end;&lt;BR /&gt;153 %mend ststs;&lt;BR /&gt;154&lt;BR /&gt;155 %ststs;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NOTE: Compressing data set WORK.STATS increased size by 100.00 percent.&lt;BR /&gt;Compressed is 2 pages; un-compressed would require 1 pages.&lt;BR /&gt;NOTE: Table WORK.STATS created, with 632 rows and 6 columns.&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;real time 0.07 seconds&lt;BR /&gt;user cpu time 0.00 seconds&lt;BR /&gt;system cpu time 0.01 seconds&lt;BR /&gt;memory 5299.87k&lt;BR /&gt;OS Memory 24228.00k&lt;BR /&gt;Timestamp 08/01/2023 11:51:40 PM&lt;BR /&gt;Step Count 16 Switch Count 3&lt;BR /&gt;Page Faults 0&lt;BR /&gt;Page Reclaims 503&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 50&lt;BR /&gt;Involuntary Context Switches 0&lt;BR /&gt;Block Input Operations 0&lt;BR /&gt;Block Output Operations 0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NOTE: There were 1 observations read from the data set WORK.STATS.&lt;BR /&gt;WHERE UPCASE(TRIM(stale_stats))='YES';&lt;BR /&gt;NOTE: The data set WORK.STATS_UPD_NED has 1 observations and 6 variables.&lt;BR /&gt;NOTE: Compressing data set WORK.STATS_UPD_NED increased size by 100.00 percent.&lt;BR /&gt;Compressed is 2 pages; un-compressed would require 1 pages.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;user cpu time 0.00 seconds&lt;BR /&gt;system cpu time 0.00 seconds&lt;BR /&gt;memory 2567.87k&lt;BR /&gt;OS Memory 21928.00k&lt;BR /&gt;Timestamp 08/01/2023 11:51:40 PM&lt;BR /&gt;Step Count 17 Switch Count 2&lt;BR /&gt;Page Faults 0&lt;BR /&gt;Page Reclaims 512&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 24&lt;BR /&gt;Involuntary Context Switches 7&lt;BR /&gt;Block Input Operations 0&lt;BR /&gt;Block Output Operations 0&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;user cpu time 0.00 seconds&lt;BR /&gt;system cpu time 0.00 seconds&lt;BR /&gt;memory 6202.56k&lt;BR /&gt;OS Memory 26024.00k&lt;BR /&gt;4 The SAS System 23:44 Tuesday, August 1, 2023&lt;/P&gt;&lt;P&gt;Timestamp 08/01/2023 11:51:40 PM&lt;BR /&gt;Step Count 18 Switch Count 0&lt;BR /&gt;Page Faults 0&lt;BR /&gt;Page Reclaims 248&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 0&lt;BR /&gt;Involuntary Context Switches 0&lt;BR /&gt;Block Input Operations 0&lt;BR /&gt;Block Output Operations 0&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable CNT resolves to 1&lt;BR /&gt;NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;user cpu time 0.00 seconds&lt;BR /&gt;system cpu time 0.00 seconds&lt;BR /&gt;memory 6211.96k&lt;BR /&gt;OS Memory 26024.00k&lt;BR /&gt;Timestamp 08/01/2023 11:51:40 PM&lt;BR /&gt;Step Count 19 Switch Count 0&lt;BR /&gt;Page Faults 0&lt;BR /&gt;Page Reclaims 252&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 0&lt;BR /&gt;Involuntary Context Switches 0&lt;BR /&gt;Block Input Operations 0&lt;BR /&gt;Block Output Operations 0&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable _OWNER resolves to FMT_TRAN_DBA&lt;BR /&gt;FMT_TRAN_DBA&lt;BR /&gt;SYMBOLGEN: Macro variable _TABLE_NAME resolves to ADDR_TLNBR_MAINT_EVENT_C&lt;BR /&gt;ADDR_TLNBR_MAINT_EVENT_C&lt;BR /&gt;SYMBOLGEN: Macro variable _PARTITION_NAME resolves to PTN_W20230730&lt;BR /&gt;PTN_W20230730&lt;BR /&gt;SYMBOLGEN: Macro variable CNT resolves to 1&lt;BR /&gt;SYMBOLGEN: Macro variable PCDSUSER resolves to aaaaaaaa&lt;BR /&gt;SYMBOLGEN: Macro variable PCDSPW resolves to xxxxxxxx&lt;BR /&gt;SYMBOLGEN: Macro variable _PARTITION_NAME resolves to PTN_W20230730&lt;BR /&gt;SYMBOLGEN: Macro variable VALUE resolves to PTN_W20230730&lt;BR /&gt;SYMBOLGEN: Macro variable VALUE resolves to PTN_W20230730&lt;BR /&gt;SYMBOLGEN: Macro variable S1 resolves to '"&lt;BR /&gt;SYMBOLGEN: Some characters in the above value which were subject to macro quoting have been unquoted for printing.&lt;BR /&gt;SYMBOLGEN: Macro variable S2 resolves to "'&lt;BR /&gt;SYMBOLGEN: Some characters in the above value which were subject to macro quoting have been unquoted for printing.&lt;BR /&gt;SYMBOLGEN: Macro variable V1 resolves to PTN_W20230730&lt;BR /&gt;SYMBOLGEN: Some characters in the above value which were subject to macro quoting have been unquoted for printing.&lt;BR /&gt;SYMBOLGEN: Macro variable V2 resolves to "PTN_W20230730"&lt;BR /&gt;SYMBOLGEN: Some characters in the above value which were subject to macro quoting have been unquoted for printing.&lt;BR /&gt;SYMBOLGEN: Macro variable S2 resolves to "'&lt;BR /&gt;SYMBOLGEN: Some characters in the above value which were subject to macro quoting have been unquoted for printing.&lt;BR /&gt;SYMBOLGEN: Macro variable S1 resolves to '"&lt;BR /&gt;SYMBOLGEN: Some characters in the above value which were subject to macro quoting have been unquoted for printing.&lt;BR /&gt;SYMBOLGEN: Macro variable V3 resolves to 'PTN_W20230730'&lt;BR /&gt;SYMBOLGEN: Some characters in the above value which were subject to macro quoting have been unquoted for printing.&lt;BR /&gt;ERROR: ORACLE execute error: ORA-20000: Unable to analyze TABLE "FMT_TRAN_DBA"."ADDR_TLNBR_MAINT_EVENT_C" PTN_W20230730,&lt;BR /&gt;insufficient privileges or does not existORA-06512: at "SYS.DBMS_STATS", line 24270ORA-06512: at "SYS.DBMS_STATS", line&lt;BR /&gt;24332ORA-06512: at line 1.&lt;BR /&gt;5 The SAS System 23:44 Tuesday, August 1, 2023&lt;/P&gt;&lt;P&gt;NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of statements.&lt;BR /&gt;NOTE: Statement not executed due to NOEXEC option.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;real time 3.92 seconds&lt;BR /&gt;user cpu time 0.01 seconds&lt;BR /&gt;system cpu time 0.09 seconds&lt;BR /&gt;memory 249.18k&lt;BR /&gt;OS Memory 19872.00k&lt;BR /&gt;Timestamp 08/01/2023 11:51:43 PM&lt;BR /&gt;Step Count 20 Switch Count 0&lt;BR /&gt;Page Faults 0&lt;BR /&gt;Page Reclaims 43&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 45&lt;BR /&gt;Involuntary Context Switches 60&lt;BR /&gt;Block Input Operations 0&lt;BR /&gt;Block Output Operations 0&lt;BR /&gt;&lt;BR /&gt;156&lt;BR /&gt;157 %LET _CLIENTTASKLABEL=;&lt;BR /&gt;158 %LET _CLIENTPROCESSFLOWNAME=;&lt;BR /&gt;159 %LET _CLIENTPROJECTPATH=;&lt;BR /&gt;160 %LET _CLIENTPROJECTPATHHOST=;&lt;BR /&gt;161 %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;162 %LET _SASPROGRAMFILE=;&lt;BR /&gt;163 %LET _SASPROGRAMFILEHOST=;&lt;BR /&gt;164&lt;BR /&gt;165 ;*';*";*/;quit;run;&lt;BR /&gt;166 ODS _ALL_ CLOSE;&lt;BR /&gt;167&lt;BR /&gt;168&lt;BR /&gt;169 QUIT; RUN;&lt;BR /&gt;170&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 03:56:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/update-stats-in-database/m-p/887428#M27055</guid>
      <dc:creator>Asbon</dc:creator>
      <dc:date>2023-08-02T03:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: update stats in database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/update-stats-in-database/m-p/887432#M27056</link>
      <description>&lt;P&gt;Looks like you have a permissions problem reading certain Oracle system tables. You will have to talk to your Oracle DBA to fix that.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 05:11:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/update-stats-in-database/m-p/887432#M27056</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-08-02T05:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: update stats in database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/update-stats-in-database/m-p/887436#M27057</link>
      <description>&lt;P&gt;I believe you need to remove the single quotes as this is what %tslit() does for you.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Patrick_0-1690954292079.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86356i54E4BD0C2A833485/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Patrick_0-1690954292079.png" alt="Patrick_0-1690954292079.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 05:31:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/update-stats-in-database/m-p/887436#M27057</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2023-08-02T05:31:40Z</dc:date>
    </item>
  </channel>
</rss>

