<?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 problem with relative path in the batch session in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/problem-with-relative-path-in-the-batch-session/m-p/169189#M32441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;Hello&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="hps"&gt;I have a problem&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a relative&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;path in the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;batch&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;session&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;When I use the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;batch&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;session,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the following commands&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;are invalid:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;%let a = %sysget(SAS_EXECFILEPATH);&lt;/P&gt;&lt;P&gt;%let b = %sysget(SAS_EXECFILENAME);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let DiskPatch = %sysfunc(tranwrd(&amp;amp;a,Code\&amp;amp;b,));&lt;/P&gt;&lt;P&gt;%let CodePatch = %sysfunc(tranwrd(&amp;amp;a,&amp;amp;b,));&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;On the internet&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I found&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;something&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let execpath=" ";&lt;/P&gt;&lt;P&gt;%macro setexecpath;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %let execpath=%sysfunc(GetOption(SYSIN));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %if %length(&amp;amp;execpath)=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %then %let execpath=%sysget(SAS_EXECFILEPATH);&lt;/P&gt;&lt;P&gt;%mend setexecpath;&lt;/P&gt;&lt;P&gt;%setexecpath;&lt;/P&gt;&lt;P&gt;%put &amp;amp;execpath;&lt;/P&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;However,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I need&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the path to the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;file without&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;its name.&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;I tried&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this:&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let execpath=" ";&lt;/P&gt;&lt;P&gt;%let execpath1=" ";&lt;/P&gt;&lt;P&gt;%macro setexecpath;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %let execpath=%sysfunc(GetOption(SYSIN));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %let execpath1=%sysfunc(GetOption(SYSIN));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %if %length(&amp;amp;execpath)=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %then %let execpath=%sysget(SAS_EXECFILEPATH);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %if %length(&amp;amp;execpath1)=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %then %let execpath1=%sysget(SAS_EXECFILENAME);&lt;/P&gt;&lt;P&gt;%mend setexecpath;&lt;/P&gt;&lt;P&gt;%setexecpath;&lt;/P&gt;&lt;P&gt;%put &amp;amp;execpath;&lt;/P&gt;&lt;P&gt;%put &amp;amp;execpath1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let DiskPatch = %sysfunc(tranwrd(&amp;amp;a,Code\&amp;amp;b,));&lt;/P&gt;&lt;P&gt;%let CodePatch = %sysfunc(tranwrd(&amp;amp;a,&amp;amp;b,));&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;during&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;normal session&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;working properly&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="hps"&gt;but in the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;batch&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;session&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;received&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the file name&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;but&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the entire path&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;I'll be&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;grateful&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;for the help&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Sincerely&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Aug 2014 20:01:56 GMT</pubDate>
    <dc:creator>makset</dc:creator>
    <dc:date>2014-08-20T20:01:56Z</dc:date>
    <item>
      <title>problem with relative path in the batch session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/problem-with-relative-path-in-the-batch-session/m-p/169189#M32441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;Hello&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="hps"&gt;I have a problem&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a relative&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;path in the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;batch&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;session&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;When I use the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;batch&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;session,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the following commands&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;are invalid:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;%let a = %sysget(SAS_EXECFILEPATH);&lt;/P&gt;&lt;P&gt;%let b = %sysget(SAS_EXECFILENAME);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let DiskPatch = %sysfunc(tranwrd(&amp;amp;a,Code\&amp;amp;b,));&lt;/P&gt;&lt;P&gt;%let CodePatch = %sysfunc(tranwrd(&amp;amp;a,&amp;amp;b,));&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;On the internet&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I found&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;something&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let execpath=" ";&lt;/P&gt;&lt;P&gt;%macro setexecpath;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %let execpath=%sysfunc(GetOption(SYSIN));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %if %length(&amp;amp;execpath)=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %then %let execpath=%sysget(SAS_EXECFILEPATH);&lt;/P&gt;&lt;P&gt;%mend setexecpath;&lt;/P&gt;&lt;P&gt;%setexecpath;&lt;/P&gt;&lt;P&gt;%put &amp;amp;execpath;&lt;/P&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;However,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I need&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the path to the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;file without&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;its name.&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;I tried&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this:&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let execpath=" ";&lt;/P&gt;&lt;P&gt;%let execpath1=" ";&lt;/P&gt;&lt;P&gt;%macro setexecpath;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %let execpath=%sysfunc(GetOption(SYSIN));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %let execpath1=%sysfunc(GetOption(SYSIN));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %if %length(&amp;amp;execpath)=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %then %let execpath=%sysget(SAS_EXECFILEPATH);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %if %length(&amp;amp;execpath1)=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %then %let execpath1=%sysget(SAS_EXECFILENAME);&lt;/P&gt;&lt;P&gt;%mend setexecpath;&lt;/P&gt;&lt;P&gt;%setexecpath;&lt;/P&gt;&lt;P&gt;%put &amp;amp;execpath;&lt;/P&gt;&lt;P&gt;%put &amp;amp;execpath1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let DiskPatch = %sysfunc(tranwrd(&amp;amp;a,Code\&amp;amp;b,));&lt;/P&gt;&lt;P&gt;%let CodePatch = %sysfunc(tranwrd(&amp;amp;a,&amp;amp;b,));&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;during&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;normal session&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;working properly&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="hps"&gt;but in the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;batch&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;session&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;received&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the file name&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;but&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the entire path&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;I'll be&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;grateful&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;for the help&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Sincerely&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 20:01:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/problem-with-relative-path-in-the-batch-session/m-p/169189#M32441</guid>
      <dc:creator>makset</dc:creator>
      <dc:date>2014-08-20T20:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: problem with relative path in the batch session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/problem-with-relative-path-in-the-batch-session/m-p/169190#M32442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use %sysfunc(pathname(&amp;lt;yourref&amp;gt;))&amp;nbsp; where yourref is libname filename defined by you /your administrator/ where your data /code is..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 20:15:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/problem-with-relative-path-in-the-batch-session/m-p/169190#M32442</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-08-20T20:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem with relative path in the batch session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/problem-with-relative-path-in-the-batch-session/m-p/169191#M32443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like you want to extract the directory from the full filename?&amp;nbsp; If so then SUBSTR() should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;%let&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; path=c:\myprogram.sas;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;%let&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; program = &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;%scan&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;(&amp;amp;path,-1,/\);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;%let&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; directory = &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;%substr&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;(&amp;amp;path,1,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;%length&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;(&amp;amp;path)-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;%length&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;(&amp;amp;program));&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;%put&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; program=&amp;amp;program directory=&amp;amp;directory;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Courier New';"&gt;program=myprogram.sas directory=c:\&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 20:38:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/problem-with-relative-path-in-the-batch-session/m-p/169191#M32443</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-08-20T20:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: problem with relative path in the batch session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/problem-with-relative-path-in-the-batch-session/m-p/169192#M32444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;Thank you.&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Tour&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;advice&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;very handy &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 09:18:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/problem-with-relative-path-in-the-batch-session/m-p/169192#M32444</guid>
      <dc:creator>makset</dc:creator>
      <dc:date>2014-08-21T09:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem with relative path in the batch session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/problem-with-relative-path-in-the-batch-session/m-p/169193#M32445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mine is better than Tom's .&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp;&amp;nbsp; Just Kidding .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let path=c:\temp\myprogram.sas;&lt;/P&gt;&lt;P&gt;%let directory = %sysfunc(prxchange(s/[^\\]+$//,-1,&amp;amp;path));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 13:29:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/problem-with-relative-path-in-the-batch-session/m-p/169193#M32445</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-08-21T13:29:23Z</dc:date>
    </item>
  </channel>
</rss>

