<?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: Determine if SAS table is damaged? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178310#M34108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh. You could try OPEN() , if it return 0 then the table might be ruined .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2014 12:31:00 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2014-10-09T12:31:00Z</dc:date>
    <item>
      <title>Determine if SAS table is damaged?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178304#M34102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there some way to define if some SAS table is demaged, without throwing error to the log?&lt;/P&gt;&lt;P&gt;Error looks like:&lt;SPAN style="color: #ff0000; font-size: 12pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;ERROR: The open failed because library member ...is damaged.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe some sas function or some filter on dictionary.tables etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 11:03:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178304#M34102</guid>
      <dc:creator>Yura2301</dc:creator>
      <dc:date>2014-10-09T11:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if SAS table is damaged?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178305#M34103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some questions.&amp;nbsp; What were you running to get that error.&amp;nbsp; What SAS version, OS etc.&amp;nbsp; Have you tried re-starting SAS and trying again.&amp;nbsp; Only help page I could see was: &lt;A href="http://support.sas.com/kb/16/086.html" title="http://support.sas.com/kb/16/086.html"&gt;16086 - MODIFY may generate READ ACCESS VIOLATION and FILE libref.member.DATAIS DAMAGED messages&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 11:12:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178305#M34103</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-10-09T11:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if SAS table is damaged?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178306#M34104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use proc datasets to fix it . But as my experience , it is very little chance to fix it all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;libname x v9 'c:\temp';
data x.class;set sashelp.class;run;


proc datasets library=x;
repair class;
quit;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 12:03:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178306#M34104</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-10-09T12:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if SAS table is damaged?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178307#M34105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use proc datasets to fix it . But as my experience , it is very little chance to fix it all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;libname x v9 'c:\temp';
data x.class;set sashelp.class;run;


proc datasets library=x;
repair class;
quit;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 12:05:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178307#M34105</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-10-09T12:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if SAS table is damaged?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178308#M34106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rw9,&lt;/P&gt;&lt;P&gt;I'm runing under aix, SAS 9.3.&lt;/P&gt;&lt;P&gt;Thanks for the link, will take a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 12:10:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178308#M34106</guid>
      <dc:creator>Yura2301</dc:creator>
      <dc:date>2014-10-09T12:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if SAS table is damaged?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178309#M34107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ksharp,&lt;/P&gt;&lt;P&gt;I would like to have possibility just to get list of all demaged tables, for example from some library, I wouldn't repair them for now,&amp;nbsp; just collect all such data sets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 12:12:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178309#M34107</guid>
      <dc:creator>Yura2301</dc:creator>
      <dc:date>2014-10-09T12:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if SAS table is damaged?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178310#M34108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh. You could try OPEN() , if it return 0 then the table might be ruined .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 12:31:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178310#M34108</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-10-09T12:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if SAS table is damaged?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178311#M34109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;I thought about that function but it returns 0 also in case if table does not exists physycally.&lt;/P&gt;&lt;P&gt;Maybe there is sence to combine open function with fexist, but again, if open func. return 0 and file exists phisically - is it right rule that define SAS demaged table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 12:49:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178311#M34109</guid>
      <dc:creator>Yura2301</dc:creator>
      <dc:date>2014-10-09T12:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if SAS table is damaged?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178312#M34110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can select these exist tables from dictionary . like :&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;select memname from dictionary.members where libname='SASHELP' and memtype='DATA' ;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 13:10:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178312#M34110</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-10-09T13:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if SAS table is damaged?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178313#M34111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;Yes, sure, so you propose such rule for separating demaged tables:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Exists in dictionary(or sashelp)&lt;/LI&gt;&lt;LI&gt;Open function returns 0&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, will rely on that for now:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 13:28:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178313#M34111</guid>
      <dc:creator>Yura2301</dc:creator>
      <dc:date>2014-10-09T13:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if SAS table is damaged?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178314#M34112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like next simple condition define demaged tab:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;%let&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; id=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;%sysfunc&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;(open(&amp;amp;TableName));&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;%if&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;%sysfunc&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;(exist(&amp;amp;TableName)) &amp;amp; &amp;amp;id=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Courier New';"&gt;0&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;%then&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;%do&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="DA" style="font-family: 'Courier New'; background: white; color: blue;"&gt;%let&lt;/SPAN&gt;&lt;SPAN lang="DA" style="font-family: 'Courier New'; background: white; color: black;"&gt; flag=damaged;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="DA" style="font-family: 'Courier New'; background: white; color: blue;"&gt;%end&lt;/SPAN&gt;&lt;SPAN lang="DA" style="font-family: 'Courier New'; background: white; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="DA" style="font-family: 'Courier New'; background: white; color: blue;"&gt;%else&lt;/SPAN&gt; &lt;SPAN lang="DA" style="font-family: 'Courier New'; background: white; color: blue;"&gt;%do&lt;/SPAN&gt;&lt;SPAN lang="DA" style="font-family: 'Courier New'; background: white; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;%let&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; rc=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;%sysfunc&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;(close(&amp;amp;id));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;%end&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But after open dataset it should be closed, so it can be a little bit unsafe if that code will be run on production env., some tables can be needed in exact that moment for someone, maybe for insert/update etc.&lt;/P&gt;&lt;P&gt;As I know open function by default executes with "I" parameter, that is only for read, but still not sure if it will not impact somehow on another possible process on table.&lt;/P&gt;&lt;P&gt;Offcource lock can be done before but it's also bad idea to lock table even to miliseconds on production.&lt;/P&gt;&lt;P&gt;So if there is some way to define if table is demaged without open it- it would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally I would like to define such tables without locking them and without puting error to the log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 15:18:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178314#M34112</guid>
      <dc:creator>Yura2301</dc:creator>
      <dc:date>2014-10-09T15:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if SAS table is damaged?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178315#M34113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;contact sas Technical Support to see if they have a good solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 11:49:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/178315#M34113</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-10-10T11:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if SAS table is damaged?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/807657#M318449</link>
      <description>&lt;P&gt;OK, I admit this is a pretty ancient thread but I've just had an issue with damaged datasets on a server that ran out of diskspace.&amp;nbsp; I've been trying to answer a very similar question - How can you test programmatically if a dataset is damaged and was surprised how little information there is out there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My solution is to use the open() function and then check the sysmsg() for the word 'damaged'.&amp;nbsp; &amp;nbsp;The open() function does not automatically put an error into the log (it puts a note), which meets the original requirement.&lt;BR /&gt;&lt;BR /&gt;Here's the macro I've knocked up.&amp;nbsp; I've chosen to output the sysmsg() so I get the error, but it could be done silently.&amp;nbsp; Not sure I want to attempt to repair everything so I've made that optional and I'll probably scan first to see what it finds.&amp;nbsp; Ideally it would record if a repair was successful - not sure if you can get the success of the repair from proc datasets, sysrc may be useful but the definition of 'successful' is open to interpretation - for instance most of the repairs I've seen indicate some data loss.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro checkAndRepair(dsn, repair=N);
  %local dsid msg;
  
  %if %sysfunc(exist(&amp;amp;dsn.)) = 0 %then %put WARNING: &amp;amp;dsn does not exist.;
  %else %do;
    %let dsid=%sysfunc(open(&amp;amp;dsn.,i,,D));                                                                                             
    %if (&amp;amp;dsid=0) %then %do;  
      %let msg=%sysfunc(sysmsg());                                                                                                         
      %put &amp;amp;msg.;  
      %if %index(&amp;amp;msg.,damaged) gt 0 %then %do;
        %if &amp;amp;repair. = Y %then %do;
          %put Attempting to fix...;
          proc datasets nolist lib=%scan(&amp;amp;dsn,1,.);
            repair %scan(&amp;amp;dsn,2,.);
          quit;
        %end;
      %end;
    %end; %else                                                                                                                                 
     %put NOTE: &amp;amp;dsn. opened succesfully.;                                                                                                  
    %let dsid=%sysfunc(close(&amp;amp;dsid)); 
  %end;
%mend;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 18:19:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Determine-if-SAS-table-is-damaged/m-p/807657#M318449</guid>
      <dc:creator>JonathanWill</dc:creator>
      <dc:date>2022-04-13T18:19:48Z</dc:date>
    </item>
  </channel>
</rss>

