<?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: file path not reading files and folders in SAS Studio for Academics in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909291#M40676</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/460877"&gt;@odrisco4&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll need to fix your use of the folder separator and macro definition&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let home = /home/&amp;lt;my username&amp;gt;;  * Remove trailing /;
filename Totals “&amp;amp;home/Totals.csv”; * Use / instead of \;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 21 Dec 2023 14:51:08 GMT</pubDate>
    <dc:creator>AhmedAl_Attar</dc:creator>
    <dc:date>2023-12-21T14:51:08Z</dc:date>
    <item>
      <title>file path not reading files and folders in SAS Studio for Academics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909286#M40675</link>
      <description>&lt;DIV class=""&gt;I'm trying to run predefined code to calculate something but I get the errors below. I'm trying to read Totals.csv and run&amp;nbsp;hei2015.score.macro.sas and write the result in&amp;nbsp; folder Res. All are in the Files (home) folder. Is there something I'm missing in the file path instead of it just being /home/&lt;EM&gt;my username&lt;/EM&gt;/?&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;%let home = /home/&lt;EM&gt;my username&lt;/EM&gt;/;&lt;/DIV&gt;&lt;DIV class=""&gt;filename Totals “&amp;amp;home\Totals.csv”;&lt;/DIV&gt;&lt;DIV class=""&gt;____&lt;/DIV&gt;&lt;DIV class=""&gt;23&lt;/DIV&gt;&lt;DIV class=""&gt;WARNING: Apparent symbolic reference HOME not resolved.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Error in the FILENAME statement.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR 23-2: Invalid option name home.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;filename res “&amp;amp;home\Res”;&lt;/DIV&gt;&lt;DIV class=""&gt;____&lt;/DIV&gt;&lt;DIV class=""&gt;23&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR 23-2: Invalid option name home.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;filename res “&amp;amp;home\Res”;&lt;/DIV&gt;&lt;DIV class=""&gt;______&lt;/DIV&gt;&lt;DIV class=""&gt;23&lt;/DIV&gt;&lt;DIV class=""&gt;WARNING: Apparent symbolic reference HOME not resolved.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Error in the FILENAME statement.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR 23-2: Invalid option name Res”.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;WARNING: Apparent symbolic reference HOME not resolved.&lt;/DIV&gt;&lt;DIV class=""&gt;%include “&amp;amp;home\hei2015.score.macro.sas”;&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Incorrect %INCLUDE statement will not be executed. There is a syntax error.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Dec 2023 14:18:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909286#M40675</guid>
      <dc:creator>odrisco4</dc:creator>
      <dc:date>2023-12-21T14:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: file path not reading files and folders in SAS Studio for Academics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909291#M40676</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/460877"&gt;@odrisco4&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll need to fix your use of the folder separator and macro definition&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let home = /home/&amp;lt;my username&amp;gt;;  * Remove trailing /;
filename Totals “&amp;amp;home/Totals.csv”; * Use / instead of \;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Dec 2023 14:51:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909291#M40676</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2023-12-21T14:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: file path not reading files and folders in SAS Studio for Academics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909297#M40677</link>
      <description>I changed them but I get the same errors.</description>
      <pubDate>Thu, 21 Dec 2023 15:12:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909297#M40677</guid>
      <dc:creator>odrisco4</dc:creator>
      <dc:date>2023-12-21T15:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: file path not reading files and folders in SAS Studio for Academics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909298#M40678</link>
      <description>You have curly quotes, probably copy and pasted from a word type document? Replace them with straight quotes and it should work fine. &lt;BR /&gt;&lt;BR /&gt;If not, go to file in the the Servers Folders and Files pane and find the file. Right click the folder/file, select properties and get the path from there and paste that into your code.</description>
      <pubDate>Thu, 21 Dec 2023 15:20:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909298#M40678</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-12-21T15:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: file path not reading files and folders in SAS Studio for Academics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909300#M40679</link>
      <description>Hi, My suggestion is that you open the Server Files and Folders pane and find Totals.csv in the file list. Then, when you find the file, right click on the file name and in the popup window, choose Properties.&lt;BR /&gt;  The Location field of the Properties window will show you the EXACT and full path to use. I suggest you test your program by hard-coding the path without using macro variables first and make sure it works.&lt;BR /&gt;  As an example of what could go wrong, if you have TOTALS.CSV in a sub-folder under /home, called my data, then the correct path would be something like:&lt;BR /&gt;/home/u12345678/mydata/totals.csv&lt;BR /&gt;  You need to know, exactly, what the full path to totals.csv is before you can code a macro variable to supply part of the path in code. Also, as previously suggested, you need to use Unix slashes, not Windows slashes in your path name.&lt;BR /&gt;Cynthia</description>
      <pubDate>Thu, 21 Dec 2023 15:23:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909300#M40679</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2023-12-21T15:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: file path not reading files and folders in SAS Studio for Academics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909304#M40680</link>
      <description>&lt;P&gt;I did paste this from a word doc so changing the quotes fixed a few of the errors, but there are still warnings. I still get the last error about running the macro though. I thought maybe a I needed to put&amp;nbsp;/pbr/biconfig/940/Lev1/SASApp/ in front of the file name but that didn't change anything. The files are not in a sub folder, they're directly in /home/username and that's the only file path I get when I check properties.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;%let home = /home/username;&lt;/DIV&gt;&lt;DIV class=""&gt;filename Totals "&amp;amp;home/Totals.csv";&lt;/DIV&gt;&lt;DIV class=""&gt;WARNING: Apparent symbolic reference HOME not resolved.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;filename res "&amp;amp;home/Res";&lt;/DIV&gt;&lt;DIV class=""&gt;WARNING: Apparent symbolic reference HOME not resolved.&lt;/DIV&gt;&lt;DIV class=""&gt;WARNING: Apparent symbolic reference HOME not resolved.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;%include "&amp;amp;home/hei2015.score.macro.sas";&lt;/DIV&gt;&lt;DIV class=""&gt;WARNING: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp/&amp;amp;home/hei2015.score.macro.sas.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Cannot open %INCLUDE file &amp;amp;home/hei2015.score.macro.sas.&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Dec 2023 15:39:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909304#M40680</guid>
      <dc:creator>odrisco4</dc:creator>
      <dc:date>2023-12-21T15:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: file path not reading files and folders in SAS Studio for Academics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909306#M40681</link>
      <description>&lt;P&gt;And names in paths are case sensitive. If the file actual name is "totals.csv" then "Totals.csv" is not the same.&lt;/P&gt;
&lt;P&gt;Likely all of your path and the file name should be lower case.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 15:46:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909306#M40681</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-12-21T15:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: file path not reading files and folders in SAS Studio for Academics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909321#M40682</link>
      <description>&lt;P&gt;The first statement did not "take" so that is why the second statement is not find the macro variable it was supposed to define.&lt;/P&gt;
&lt;P&gt;So fix the first statement.&amp;nbsp; And make sure it worked.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let home = /home/username;
%put &amp;amp;=home;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you cannot see any problem then delete it and retype it.&amp;nbsp; You might have some other invisible characters from copy and paste that you cannot see that are confusing SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 16:21:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909321#M40682</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-12-21T16:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: file path not reading files and folders in SAS Studio for Academics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909328#M40683</link>
      <description>&lt;P&gt;I added the below and it eliminated one warning but the other warnings and the error are still there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class=""&gt;&lt;CODE&gt;%let home = /home/username;
%put &amp;amp;=home;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 16:32:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909328#M40683</guid>
      <dc:creator>odrisco4</dc:creator>
      <dc:date>2023-12-21T16:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: file path not reading files and folders in SAS Studio for Academics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909329#M40684</link>
      <description>Please post your actual code and log for further assistance. The code is fairly basic so it should work as posted. There's something missing. Or as Tom indicated, retype the code. Copying and pasting may have introduced some invisible characters.</description>
      <pubDate>Thu, 21 Dec 2023 16:42:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909329#M40684</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-12-21T16:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: file path not reading files and folders in SAS Studio for Academics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909331#M40685</link>
      <description>&lt;P&gt;But the error messages should be DIFFERENT now.&amp;nbsp; They should no longer say they cannot find a file with '&amp;amp;home' in its name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you try to ask the SAS/Studio interface to show you the actual name of the file you want to read from as other's have asked?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Remember that Unix filenames are case sensitive.&amp;nbsp; GEORGE.CSV is a different file than either george.csv or George.CSV or ...&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 16:42:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909331#M40685</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-12-21T16:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: file path not reading files and folders in SAS Studio for Academics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909341#M40686</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I don't know what your other errors are or what's in your macro program, but running a test on my SAS OnDemand account with a small CSV file under my /home folder&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1703177407704.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/91967iBAC34457E68907EF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1703177407704.png" alt="Cynthia_sas_0-1703177407704.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I can successfully import the CSV file, as shown below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_1-1703177445868.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/91968iE1AF3C53E4175569/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_1-1703177445868.png" alt="Cynthia_sas_1-1703177445868.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, note that when I don't use the correct case for the file name I get the "Physical file does not exist" message:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_2-1703177509829.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/91969iFFAF218CE7C0C42E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_2-1703177509829.png" alt="Cynthia_sas_2-1703177509829.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So this shows that when the path is correct and the quotes are not curly quotes and the slashes are correct, it is possible to point to and read a CSV file that is directly under your /home folder.&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 16:52:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909341#M40686</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2023-12-21T16:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: file path not reading files and folders in SAS Studio for Academics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909352#M40687</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS.png" style="width: 861px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/91971i3123AA4A80658232/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAS.png" alt="SAS.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is code, which I retyped in a new window and left out the rest of the program.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="odrisco4_1-1703178619445.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/91973iDEBE93039CD4E38F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="odrisco4_1-1703178619445.png" alt="odrisco4_1-1703178619445.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the log.&lt;/P&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="odrisco4_5-1703178995364.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/91977iE5CC075D83784EC0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="odrisco4_5-1703178995364.png" alt="odrisco4_5-1703178995364.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Dec 2023 17:17:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909352#M40687</guid>
      <dc:creator>odrisco4</dc:creator>
      <dc:date>2023-12-21T17:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: file path not reading files and folders in SAS Studio for Academics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909353#M40688</link>
      <description>&lt;P&gt;I was missing a /&amp;nbsp; and now it works. So I guess retyping the whole thing did it. Thank you everyone for the help.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 17:22:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909353#M40688</guid>
      <dc:creator>odrisco4</dc:creator>
      <dc:date>2023-12-21T17:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: file path not reading files and folders in SAS Studio for Academics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909354#M40689</link>
      <description>&lt;P&gt;Remember if you don't start the path the root node then it is a RELATIVE path and not an ABSOLUTE path.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 17:27:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/file-path-not-reading-files-and-folders-in-SAS-Studio-for/m-p/909354#M40689</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-12-21T17:27:27Z</dc:date>
    </item>
  </channel>
</rss>

