<?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: I have been having trouble converting XPT to SAS despite consulting previous forum posts in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/I-have-been-having-trouble-converting-XPT-to-SAS-despite/m-p/551762#M153336</link>
    <description>&lt;P&gt;Usually instead of creating screen shots and placing them into separate documents it is &lt;STRONG&gt;much&lt;/STRONG&gt; easier to 1) copy text from the editor or log, in the case of log entries the code and the messages, and then 2) paste into a code box opened using the forum's {I} or "running man" icons. Then we can highlight or copy and paste bits that need to be addressed easier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since your posted PDF has a LIBNAME SASFILE that is about 60 characters long, mixes \ and / and has spaces between the slashes and the folder names I am not surprised that you get a "Library SASFILE does not exist". Since you also use the same very likely to be very incorrect path for the source xport that is likely why you are getting file does not exist errors.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2019 14:56:10 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2019-04-17T14:56:10Z</dc:date>
    <item>
      <title>I have been having trouble converting XPT to SAS despite consulting previous forum posts</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-have-been-having-trouble-converting-XPT-to-SAS-despite/m-p/551601#M153272</link>
      <description>&lt;P&gt;I am currently using SAS 9.4 and I haven't been able to open or convert my XPT files in SAS. I have tried the following sample code from another post on the forum regarding converting XPT to SAS:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;libname&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;xptfile&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;xport&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'C:\XPT Datasets'&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;libname&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;sasfile&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'C:\SAS Datasets'&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;sasfile.ca125cec;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;xptfile.ca125cec;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;run&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I attached a screenshot of my editor and the error log I received when I input the file location. I had my brother who is a computer science major try to help me and we got nowhere. Basically, I would like to be able to open the data files in the explorer on the left pane of the screenshot attached. Any help is appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 05:26:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-have-been-having-trouble-converting-XPT-to-SAS-despite/m-p/551601#M153272</guid>
      <dc:creator>ekperatoner</dc:creator>
      <dc:date>2019-04-17T05:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: I have been having trouble converting XPT to SAS despite consulting previous forum posts</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-have-been-having-trouble-converting-XPT-to-SAS-despite/m-p/551602#M153273</link>
      <description>&lt;P&gt;SAS complains about non-existing paths. Show us that they exist.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 05:38:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-have-been-having-trouble-converting-XPT-to-SAS-despite/m-p/551602#M153273</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-04-17T05:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: I have been having trouble converting XPT to SAS despite consulting previous forum posts</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-have-been-having-trouble-converting-XPT-to-SAS-despite/m-p/551762#M153336</link>
      <description>&lt;P&gt;Usually instead of creating screen shots and placing them into separate documents it is &lt;STRONG&gt;much&lt;/STRONG&gt; easier to 1) copy text from the editor or log, in the case of log entries the code and the messages, and then 2) paste into a code box opened using the forum's {I} or "running man" icons. Then we can highlight or copy and paste bits that need to be addressed easier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since your posted PDF has a LIBNAME SASFILE that is about 60 characters long, mixes \ and / and has spaces between the slashes and the folder names I am not surprised that you get a "Library SASFILE does not exist". Since you also use the same very likely to be very incorrect path for the source xport that is likely why you are getting file does not exist errors.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 14:56:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-have-been-having-trouble-converting-XPT-to-SAS-despite/m-p/551762#M153336</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-04-17T14:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: I have been having trouble converting XPT to SAS despite consulting previous forum posts</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-have-been-having-trouble-converting-XPT-to-SAS-despite/m-p/551925#M153407</link>
      <description>&lt;P&gt;Thank you for your prompt reply. I see your point; is there a source path that you would recommend I implement or is there a better way to save the file? I am a pre-med student with zero coding experience so I apologize if I am not making sense.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 22:49:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-have-been-having-trouble-converting-XPT-to-SAS-despite/m-p/551925#M153407</guid>
      <dc:creator>ekperatoner</dc:creator>
      <dc:date>2019-04-17T22:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: I have been having trouble converting XPT to SAS despite consulting previous forum posts</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-have-been-having-trouble-converting-XPT-to-SAS-despite/m-p/551928#M153408</link>
      <description>&lt;P&gt;Copy the exact path from the Windows Explorer window.&lt;/P&gt;
&lt;P&gt;It looks like this in W7:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 324px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/28767iFD8ADC71D3FFAA4D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 22:55:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-have-been-having-trouble-converting-XPT-to-SAS-despite/m-p/551928#M153408</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-04-17T22:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: I have been having trouble converting XPT to SAS despite consulting previous forum posts</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-have-been-having-trouble-converting-XPT-to-SAS-despite/m-p/551929#M153409</link>
      <description>&lt;P&gt;Ok I will try that, thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 22:56:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-have-been-having-trouble-converting-XPT-to-SAS-despite/m-p/551929#M153409</guid>
      <dc:creator>ekperatoner</dc:creator>
      <dc:date>2019-04-17T22:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: I have been having trouble converting XPT to SAS despite consulting previous forum posts</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-have-been-having-trouble-converting-XPT-to-SAS-despite/m-p/551933#M153411</link>
      <description>&lt;P&gt;All of those strange characters make it look like you copied a path from a program that expects to use backslash to "escape" special characters. Have you been using R perhaps?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can see the file using Windows Explorer then use shift-Right Mouse Button to click on the filename to get a pop-up menu that includes Copy as Path.&amp;nbsp; Select that and it will put the full name of the file into the paste buffer so that&amp;nbsp;you can paste it into your program.&amp;nbsp; That should give you the path inside of double quotes .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 23:02:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-have-been-having-trouble-converting-XPT-to-SAS-despite/m-p/551933#M153411</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-04-17T23:02:43Z</dc:date>
    </item>
  </channel>
</rss>

