<?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: Issue in creating xpt files in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Issue-in-creating-xpt-files/m-p/128999#M35185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. Your suggestions were very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Mar 2013 19:59:58 GMT</pubDate>
    <dc:creator>sampath</dc:creator>
    <dc:date>2013-03-06T19:59:58Z</dc:date>
    <item>
      <title>Issue in creating xpt files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Issue-in-creating-xpt-files/m-p/128997#M35183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create ae.xpt file using following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname source "xxxxx\analysis data";&lt;/P&gt;&lt;P&gt;libname outfile xport "xxxxx\analysis data\ae.xpt";&lt;/P&gt;&lt;P&gt;options nofmterr nonumber nodate missing=' ' mprint&amp;nbsp; formchar='|__|+|__+=|_/\&amp;lt;&amp;gt;*' nobyline centre;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc copy in=source out=outfile;&lt;/P&gt;&lt;P&gt;&amp;nbsp; select ae;&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I am getting following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: The character variable AEDECOD has too long a value for the OUTFILE library.&lt;/P&gt;&lt;P&gt;ERROR: File OUTFILE.ae.DATA has not been saved because copy could not be completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly&amp;nbsp; I tried to create eg.xpt files using following code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname source "xxxxx\analysis data";&lt;/P&gt;&lt;P&gt;libname outfile xport "xxxxx\analysis data\eg.xpt";&lt;/P&gt;&lt;P&gt;options nofmterr nonumber nodate missing=' ' mprint&amp;nbsp; formchar='|__|+|__+=|_/\&amp;lt;&amp;gt;*' nobyline centre;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc copy in=source out=outfile;&lt;/P&gt;&lt;P&gt;&amp;nbsp; select eg;&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warning: Engine XPORT does not support SORTEDBY operations.&amp;nbsp; SORTEDBY information cannot be&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; copied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any one let me know how to deal with this error and warning. Is there any alternative way to create xpt fies?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I used the same code for some other data sets such LB and was successfull in generating .xpt files. Issuse is only with ae and eg datasets. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 18:22:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Issue-in-creating-xpt-files/m-p/128997#M35183</guid>
      <dc:creator>sampath</dc:creator>
      <dc:date>2013-03-06T18:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in creating xpt files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Issue-in-creating-xpt-files/m-p/128998#M35184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the first, see&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/1/528.html" title="http://support.sas.com/kb/1/528.html"&gt;1528 - ERROR: The character variable XXX has too long a value for the SASV5XPTengine.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the second,&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/14/181.html" title="http://support.sas.com/kb/14/181.html"&gt;14181 - XPORT engine does not support SORTEDBY operations. SORTEDBY informationcannot be copied&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just search support.sas.com with part of the error message to find the answer to this sort of question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 19:25:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Issue-in-creating-xpt-files/m-p/128998#M35184</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2013-03-06T19:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in creating xpt files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Issue-in-creating-xpt-files/m-p/128999#M35185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. Your suggestions were very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 19:59:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Issue-in-creating-xpt-files/m-p/128999#M35185</guid>
      <dc:creator>sampath</dc:creator>
      <dc:date>2013-03-06T19:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in creating xpt files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Issue-in-creating-xpt-files/m-p/332518#M62777</link>
      <description>Given links ain't working. Could you please update the link. I've been facing the same issue.</description>
      <pubDate>Tue, 14 Feb 2017 09:21:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Issue-in-creating-xpt-files/m-p/332518#M62777</guid>
      <dc:creator>zahirraihan</dc:creator>
      <dc:date>2017-02-14T09:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in creating xpt files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Issue-in-creating-xpt-files/m-p/416552#M67626</link>
      <description>&lt;P&gt;in case anyone have the same issue,please check the link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/techsup/notes/v8/14/181.html" target="_self"&gt;http://support.sas.com/techsup/notes/v8/14/181.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 03:01:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Issue-in-creating-xpt-files/m-p/416552#M67626</guid>
      <dc:creator>ifendo</dc:creator>
      <dc:date>2017-11-28T03:01:31Z</dc:date>
    </item>
  </channel>
</rss>

