<?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: convert long length dataset from wpd to sas7bdat in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143081#M2289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Tom. I use this all the time in wps system. Maybe the environment you have is different than mine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Sep 2014 19:19:56 GMT</pubDate>
    <dc:creator>backstreets</dc:creator>
    <dc:date>2014-09-12T19:19:56Z</dc:date>
    <item>
      <title>convert long length dataset from wpd to sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143071#M2279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very new to linux. And now I am using wps to convert wpd data to sas data. I got a very wide wpd dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the code I tried to execute:&lt;/P&gt;&lt;P&gt;libname out sas7bdat '/u01/mylocation';&lt;/P&gt;&lt;P&gt;libname in '/u01/hislocation';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data out.A;&lt;/P&gt;&lt;P&gt;set in.A;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the command I used to execute this sas code in putty:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sas convert_wpd_tosas.sas&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the thing is, I got this error:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Floating point exception(core dumped) sas&amp;nbsp; convert_wpd_tosas.sas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can fix this by shorting the length of the variable in the dataset. But I wonder if there is any ways to execute the command without changing the dataset. &lt;/P&gt;&lt;P&gt;Just an update, my log is empty. I have seen people make it work. But not really sure what command they used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion is appreciated!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 17:29:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143071#M2279</guid>
      <dc:creator>backstreets</dc:creator>
      <dc:date>2014-09-12T17:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: convert long length dataset from wpd to sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143072#M2280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;New to SAS as well? The first libname statement is not valid.&lt;/P&gt;&lt;P&gt;If you got the same error after fixing the syntax, seeing the whole log would help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 17:37:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143072#M2280</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-09-12T17:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: convert long length dataset from wpd to sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143073#M2281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;You should have just gotten a new file named &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;convert_wpd_tosas.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;log that would show your program and the notes and error messages from SAS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got a core dump with that simple (but buggy) program then perhaps SAS is not installed right on your machine?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 17:47:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143073#M2281</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-09-12T17:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: convert long length dataset from wpd to sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143074#M2282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, my log is empty. My libname is correct. I am just not typing the location. But please assume the libname is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 17:58:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143074#M2282</guid>
      <dc:creator>backstreets</dc:creator>
      <dc:date>2014-09-12T17:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: convert long length dataset from wpd to sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143075#M2283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not correct, sas7bdat is not a ´valid libname engine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 18:07:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143075#M2283</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-09-12T18:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: convert long length dataset from wpd to sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143076#M2284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. It is actually. I use this command and code on any short length variable dataset. And they all work. Sorry I am new to linux but not really new to sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 18:09:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143076#M2284</guid>
      <dc:creator>backstreets</dc:creator>
      <dc:date>2014-09-12T18:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: convert long length dataset from wpd to sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143077#M2285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Back streets the first Libname is having sas7bdat after out.&lt;/P&gt;&lt;P&gt;That is the location for the engine. V9 v8 but not sas7bdat. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The location folder name being correct should be no issue. &lt;/P&gt;&lt;P&gt;Sample data is nice real data not necessary.&lt;/P&gt;&lt;P&gt;Just follow your data policy guidelines with the cia rating&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 18:11:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143077#M2285</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-09-12T18:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: convert long length dataset from wpd to sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143078#M2286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess I am not understanding sir. Are you saying I should not put SAS7BDAT? I have done this for many other dataset and they all work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 18:15:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143078#M2286</guid>
      <dc:creator>backstreets</dc:creator>
      <dc:date>2014-09-12T18:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: convert long length dataset from wpd to sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143079#M2287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sas7bdat is a valid extension for SAS datasets.&amp;nbsp; Since it is 8 characters long and starts with a letter is could even be used a a LIBREF, but it is not a valid ENGINE to include in a LIBNAME statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;890&amp;nbsp; libname a '.';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NOTE: Libref A was successfully assigned as follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Engine:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V9&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Physical Name: C:\Users\xxxx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;891&amp;nbsp; libname b sas7bdat '.';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ERROR: The SAS7BDAT engine cannot be found.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ERROR: Error in the LIBNAME statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 18:19:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143079#M2287</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-09-12T18:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: convert long length dataset from wpd to sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143080#M2288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom ok it shows the error that is done. &lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lestmtsref/63323/HTML/default/viewer.htm#n1nk65k2vsfmxfn1wu17fntzszbp.htm" title="http://support.sas.com/documentation/cdl/en/lestmtsref/63323/HTML/default/viewer.htm#n1nk65k2vsfmxfn1wu17fntzszbp.htm"&gt;SAS(R) 9.3 Statements: Reference&lt;/A&gt; (libname statement documentation) and &lt;A href="http://support.sas.com/documentation/cdl/en/hostunx/63053/HTML/default/viewer.htm#p0bnp6asvws4don1jxyxe9cc91wb.htm" title="http://support.sas.com/documentation/cdl/en/hostunx/63053/HTML/default/viewer.htm#p0bnp6asvws4don1jxyxe9cc91wb.htm"&gt;SAS(R) 9.3 Companion for UNIX Environments&lt;/A&gt; (valid engines Unix). and the same in &lt;A href="http://support.sas.com/documentation/cdl/en/hostunx/67464/HTML/default/viewer.htm#p0bnp6asvws4don1jxyxe9cc91wb.htm" title="http://support.sas.com/documentation/cdl/en/hostunx/67464/HTML/default/viewer.htm#p0bnp6asvws4don1jxyxe9cc91wb.htm"&gt;SAS(R) 9.4 Companion for UNIX Environments, Fourth Edition&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;What other me as knowing&amp;nbsp; there are some enhancements made in 9.4 (2gb records 32bit counteren enhanced to 64bit), there must be a difference somewhere that could be important with migrations.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 18:32:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143080#M2288</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-09-12T18:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: convert long length dataset from wpd to sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143081#M2289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Tom. I use this all the time in wps system. Maybe the environment you have is different than mine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 19:19:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143081#M2289</guid>
      <dc:creator>backstreets</dc:creator>
      <dc:date>2014-09-12T19:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: convert long length dataset from wpd to sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143082#M2290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like you are using WPS instead of SAS. That value for an libname engine might be valid in WPS.&amp;nbsp; If you are trying to convert from some WPS specific format for data to a valid SAS format for data then I think you will need to use WPS and not SAS.&amp;nbsp; SAS will not know how to read file formats that WPS has created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 19:23:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143082#M2290</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-09-12T19:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: convert long length dataset from wpd to sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143083#M2291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep other supplier &lt;A href="http://www.teamwpc.co.uk/docs/WPS-Reference-for-Language-Elements.pdf" title="http://www.teamwpc.co.uk/docs/WPS-Reference-for-Language-Elements.pdf"&gt;http://www.teamwpc.co.uk/docs/WPS-Reference-for-Language-Elements.pdf&lt;/A&gt;&amp;nbsp; &lt;A href="http://www.teamwpc.co.uk/products/wps/apps/language" title="http://www.teamwpc.co.uk/products/wps/apps/language"&gt;World Programming&lt;/A&gt;&amp;nbsp; and a different syntax,&lt;/P&gt;&lt;P&gt;They reverse engineered the SAS library. If there is in error in that you should contact WPS TS support. &lt;A href="http://www.teamwpc.co.uk/contacting" title="http://www.teamwpc.co.uk/contacting"&gt;World Programming&lt;/A&gt; (contact)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 19:33:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/convert-long-length-dataset-from-wpd-to-sas7bdat/m-p/143083#M2291</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-09-12T19:33:57Z</dc:date>
    </item>
  </channel>
</rss>

