<?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: Convet XPT to SAS dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Convet-XPT-to-SAS-dataset/m-p/360671#M84971</link>
    <description>&lt;P&gt;For posting SAS code, use the "little running man" icon. It preserves code formatting and suppresses interpretation of "smileys".&lt;/P&gt;
&lt;P&gt;For the log, use the {i} icon. Also important so the horizontal positioning of messages is preserved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The log of the whole code snippet will really help in interpreting what's going wrong.&lt;/P&gt;</description>
    <pubDate>Tue, 23 May 2017 10:45:14 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-05-23T10:45:14Z</dc:date>
    <item>
      <title>Convet XPT to SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convet-XPT-to-SAS-dataset/m-p/360666#M84968</link>
      <description>&lt;P&gt;Wondering that I am unable to covert XPT to SAS datasets using either copy or cimport procedure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Log says file not found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what could be the issue here. Is there any other way to do ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname abc xport 'C:Source\abc.xpt' access=readonly;&lt;BR /&gt;proc copy inlib=abc&lt;BR /&gt;outlib=work;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc cimport data = data_out infile='&lt;SPAN&gt;C:Source\abc.xpt&lt;/SPAN&gt;';&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 10:14:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convet-XPT-to-SAS-dataset/m-p/360666#M84968</guid>
      <dc:creator>vandhan</dc:creator>
      <dc:date>2017-05-23T10:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Convet XPT to SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convet-XPT-to-SAS-dataset/m-p/360667#M84969</link>
      <description>&lt;P&gt;There really isn't enough information to debug here. &amp;nbsp;If the log states file not found, then its likely the file isn't found. &amp;nbsp;Can you get to the file via the Explorer window in SAS (actually what SAS are you using, UE for instance is all on its own image). &amp;nbsp;Syntax seems fine. &amp;nbsp;Also, post the whole log snippet (as text in the post).&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 10:20:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convet-XPT-to-SAS-dataset/m-p/360667#M84969</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-05-23T10:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Convet XPT to SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convet-XPT-to-SAS-dataset/m-p/360671#M84971</link>
      <description>&lt;P&gt;For posting SAS code, use the "little running man" icon. It preserves code formatting and suppresses interpretation of "smileys".&lt;/P&gt;
&lt;P&gt;For the log, use the {i} icon. Also important so the horizontal positioning of messages is preserved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The log of the whole code snippet will really help in interpreting what's going wrong.&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 10:45:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convet-XPT-to-SAS-dataset/m-p/360671#M84971</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-05-23T10:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Convet XPT to SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convet-XPT-to-SAS-dataset/m-p/360771#M85012</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12567"&gt;@vandhan&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Wondering that I am unable to covert XPT to SAS datasets using either copy or cimport procedure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Log says file not found.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what could be the issue here. Is there any other way to do ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname abc xport 'C:&lt;FONT color="#ff0000" size="5"&gt;&lt;STRONG&gt;\&lt;/STRONG&gt;&lt;/FONT&gt;Source\abc.xpt' access=readonly;&lt;BR /&gt;proc copy inlib=abc&lt;BR /&gt;outlib=work;run;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc cimport data = data_out infile='&lt;SPAN&gt;C:&lt;STRONG&gt;&lt;FONT color="#ff0000" size="5"&gt;\&lt;/FONT&gt;&lt;/STRONG&gt;Source\abc.xpt&lt;/SPAN&gt;';&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 14:53:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convet-XPT-to-SAS-dataset/m-p/360771#M85012</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-23T14:53:36Z</dc:date>
    </item>
  </channel>
</rss>

