<?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: Outpath issue in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/817217#M322567</link>
    <description>&lt;P&gt;I did that, still seeing that message.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ajunamu__0-1654732148636.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72092iD0F5416073C7C99D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ajunamu__0-1654732148636.png" alt="Ajunamu__0-1654732148636.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ajunamu__1-1654732261573.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72093i21E4E59FEE56E870/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ajunamu__1-1654732261573.png" alt="Ajunamu__1-1654732261573.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2022 23:51:30 GMT</pubDate>
    <dc:creator>A-junamu_-</dc:creator>
    <dc:date>2022-06-08T23:51:30Z</dc:date>
    <item>
      <title>Outpath issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/816979#M322501</link>
      <description>&lt;P&gt;I keep running into this error every time I run the outpath and can't figure out the problem. I tried removing and adding the space but it's not working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The message "the data file " " is in a format that is native to another host, or the file encoding does not match the session encoding" keeps prompting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Outpath code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIBNAME PG1 "S:/WORKSHOP/EPG1V2/DATA";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%let outpath = "S:/WORKSHOP/EPG1V2/OUTPUT";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OUTPATH CODES.JPG" style="width: 620px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72061i75A5FC9B062FB481/image-size/large?v=v2&amp;amp;px=999" role="button" title="OUTPATH CODES.JPG" alt="OUTPATH CODES.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="outpath error.JPG" style="width: 944px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72059i9A2FEFBCA4EA8630/image-size/large?v=v2&amp;amp;px=999" role="button" title="outpath error.JPG" alt="outpath error.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="outpath no error.JPG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72060i10E18DAABF04BF80/image-size/large?v=v2&amp;amp;px=999" role="button" title="outpath no error.JPG" alt="outpath no error.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 03:24:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/816979#M322501</guid>
      <dc:creator>A-junamu_-</dc:creator>
      <dc:date>2022-06-08T03:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Outpath issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/816980#M322502</link>
      <description>&lt;P&gt;Change your OUTPATH macro variable value to not include quotes, as there are quotes already where it is&amp;nbsp;being used:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let outpath = S:/WORKSHOP/EPG1V2/OUTPUT;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 03:32:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/816980#M322502</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-06-08T03:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Outpath issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/816981#M322503</link>
      <description>Yes, I just realized this a minute ago. Thanks!</description>
      <pubDate>Wed, 08 Jun 2022 03:41:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/816981#M322503</guid>
      <dc:creator>A-junamu_-</dc:creator>
      <dc:date>2022-06-08T03:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Outpath issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/816982#M322504</link>
      <description>&lt;P&gt;So to SAS it looks like you are trying reference some type of literal that uses S after the quoted string.&lt;/P&gt;
&lt;P&gt;Like TIME literals use a T and DATE literals use a D.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is because you ran this code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;file = ""S:....&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;So you have an empty string followed by the letter S.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why did you include quotes in the macro variable and then add more quotes in the SAS code?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either leave the quotes out of the macro variable&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let outpath = S:/WORKSHOP/EPG1V2/OUTPUT ; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or make sure to double them up when adding more quotes around the outside.&amp;nbsp; For example by calling the QUOTE() function.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;file = %sysfunc(quote(&amp;amp;outpath/pressure.pdf)) &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 03:42:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/816982#M322504</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-06-08T03:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Outpath issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/816983#M322505</link>
      <description>&lt;P&gt;But what about the encoding issue? I see this in almost all of my logs.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 03:44:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/816983#M322505</guid>
      <dc:creator>A-junamu_-</dc:creator>
      <dc:date>2022-06-08T03:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Outpath issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/816984#M322506</link>
      <description>&lt;P&gt;Please post your SAS session encoding by running this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc options option = encoding;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;SAS is simply reporting that the encoding on your SAS dataset does not match the session encoding. Where did the data come from?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 03:52:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/816984#M322506</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-06-08T03:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Outpath issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/816985#M322507</link>
      <description>From the sas essentials training program</description>
      <pubDate>Wed, 08 Jun 2022 03:58:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/816985#M322507</guid>
      <dc:creator>A-junamu_-</dc:creator>
      <dc:date>2022-06-08T03:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Outpath issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/816988#M322508</link>
      <description>&lt;P&gt;Run this to compare session and dataset encoding and post the results:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc options option = encoding;
run;

proc contents data = pg1.storm_final;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Jun 2022 04:38:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/816988#M322508</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-06-08T04:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Outpath issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/816994#M322512</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/411531"&gt;@A-junamu_-&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;But what about the encoding issue? I see this in almost all of my logs.&amp;nbsp;&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tom_0-1654664306116.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72062iA251BFCD80FB1D1B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Tom_0-1654664306116.png" alt="Tom_0-1654664306116.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That is just an informational message that means exactly what it says.&amp;nbsp; That the dataset was created with a different version of SAS or perhaps even the same version but with different settings such as the character encodings.&amp;nbsp; It can convert it but the job might run a little slower because it has to do more work than if you were reading a dataset you created with the same version of SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have some datasets you are using a lot then copy them over using your current version of SAS and then use the copies instead.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname PG1 'path where the foreign datasets live';
libname LOCAL 'some other path where you want the copies to live';
proc copy inlib=pg1 outlib=local noclone;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Jun 2022 05:01:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/816994#M322512</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-06-08T05:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Outpath issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/817217#M322567</link>
      <description>&lt;P&gt;I did that, still seeing that message.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ajunamu__0-1654732148636.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72092iD0F5416073C7C99D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ajunamu__0-1654732148636.png" alt="Ajunamu__0-1654732148636.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ajunamu__1-1654732261573.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72093i21E4E59FEE56E870/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ajunamu__1-1654732261573.png" alt="Ajunamu__1-1654732261573.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 23:51:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/817217#M322567</guid>
      <dc:creator>A-junamu_-</dc:creator>
      <dc:date>2022-06-08T23:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Outpath issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/817220#M322569</link>
      <description>There are no quotes on the macro variable. Where do you see the quotes?</description>
      <pubDate>Thu, 09 Jun 2022 01:09:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/817220#M322569</guid>
      <dc:creator>A-junamu_-</dc:creator>
      <dc:date>2022-06-09T01:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Outpath issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/817221#M322570</link>
      <description>&lt;P&gt;Yes, but only for the PG1 source library version not for the copied LOCAL library version which has had its encoding changed.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 01:13:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/817221#M322570</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-06-09T01:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Outpath issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/817224#M322572</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/411531"&gt;@A-junamu_-&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;There are no quotes on the macro variable. Where do you see the quotes?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;In the code you posted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="5"&gt;&lt;SPAN&gt;%let outpath = &lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;S:/WORKSHOP/EPG1V2/OUTPUT&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 04:14:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/817224#M322572</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-06-09T04:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Outpath issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/817376#M322645</link>
      <description>&lt;P&gt;I don't see what you are seeing. This is what I recently posted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ajunamu__0-1654821966283.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72112iC842D62B36A9E3E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ajunamu__0-1654821966283.png" alt="Ajunamu__0-1654821966283.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 00:46:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/817376#M322645</guid>
      <dc:creator>A-junamu_-</dc:creator>
      <dc:date>2022-06-10T00:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Outpath issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/817385#M322651</link>
      <description>&lt;P&gt;And there is nothing in those photographs that says there was any trouble with the libname statement.&lt;/P&gt;
&lt;P&gt;In fact the libname statements are not even using any macro variables.&lt;/P&gt;
&lt;P&gt;In fact there are not even any errors at all that are visible in those photographs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The original message posted this code:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tom_0-1654827494033.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72113iDA809E7F0E6F53FA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tom_0-1654827494033.png" alt="Tom_0-1654827494033.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Which caused this error message:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tom_1-1654827557835.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72114i5B2596881E8F468B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tom_1-1654827557835.png" alt="Tom_1-1654827557835.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So what is that you are you asking about now?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 02:19:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/817385#M322651</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-06-10T02:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Outpath issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/817419#M322663</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/411531"&gt;@A-junamu_-&lt;/a&gt;&amp;nbsp; May-be next time ask one question at a time.&lt;/P&gt;
&lt;P&gt;So for your 2nd question it's exactly as the SAS log tells you:&lt;/P&gt;
&lt;P&gt;The session encoding under which you run your SAS session is not the same like the encoding that has been used when creating your source table.&lt;/P&gt;
&lt;P&gt;You see such messages for example when you copy a SAS table created under Windows SAS to an environment under Unix SAS. It's just a Note informing you so nothing bad will happen. Such CEDA reading (Cross Environment Data Access) will impact on performance - but that's it.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 07:58:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/817419#M322663</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-06-10T07:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Outpath issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/817675#M322751</link>
      <description>&lt;P&gt;Here's the result. What exactly are you stating "&lt;SPAN&gt;Yes, but only for the PG1 source library version not for the copied LOCAL library version which has had its encoding changed." ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ajunamu__2-1655045543988.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72163i09BBDE46B8A51427/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ajunamu__2-1655045543988.png" alt="Ajunamu__2-1655045543988.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ajunamu__0-1655045497572.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72161iF537499703CECD54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ajunamu__0-1655045497572.png" alt="Ajunamu__0-1655045497572.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2022 14:54:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Outpath-issue/m-p/817675#M322751</guid>
      <dc:creator>A-junamu_-</dc:creator>
      <dc:date>2022-06-12T14:54:08Z</dc:date>
    </item>
  </channel>
</rss>

