<?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: format issue with different operating system at sav file import in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/format-issue-with-different-operating-system-at-sav-file-import/m-p/697599#M213218</link>
    <description>&lt;P&gt;Thank you so much for your very quick reply, this worked!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had tried changing&lt;/P&gt;&lt;PRE&gt;LIBNAME sps '.';&lt;/PRE&gt;&lt;P&gt;to&lt;/P&gt;&lt;PRE&gt;LIBNAME sps_new '.';&lt;/PRE&gt;&lt;P&gt;as a possible solution but that didn't work, I guess that's not how it works...&lt;/P&gt;</description>
    <pubDate>Mon, 09 Nov 2020 13:11:26 GMT</pubDate>
    <dc:creator>bouz22</dc:creator>
    <dc:date>2020-11-09T13:11:26Z</dc:date>
    <item>
      <title>format issue with different operating system at sav file import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/format-issue-with-different-operating-system-at-sav-file-import/m-p/697593#M213213</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;Importing sav files is giving me some issues, I think it might have to do with a recent upgrade to 64-bit Sas but I'm not sure. I tried finding a solution but only came across old posts and I haven't been able to solve it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is how I used to import the sav file in this program (upper import statement). Trying without the format specification (lowe import statement) gives me the same error. Any help would be great!&lt;/P&gt;&lt;PRE&gt;LIBNAME sps '.';

proc import
	file = "path_to_file"
	out = all_dr
	dbms = sav
	replace;
	FMTLIB=sps.FORMATS_SPSS;
run;&lt;BR /&gt;&lt;BR /&gt;proc import &lt;BR /&gt;    file = "path_to_file" &lt;BR /&gt;    out = all_dr &lt;BR /&gt;    dbms = sav &lt;BR /&gt;    replace; &lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;This gives me the following error:&lt;/P&gt;&lt;PRE&gt;ERROR: File SPS.FORMATS_SPSS.CATALOG was created for a different operating system.&lt;/PRE&gt;</description>
      <pubDate>Mon, 09 Nov 2020 12:55:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/format-issue-with-different-operating-system-at-sav-file-import/m-p/697593#M213213</guid>
      <dc:creator>bouz22</dc:creator>
      <dc:date>2020-11-09T12:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: format issue with different operating system at sav file import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/format-issue-with-different-operating-system-at-sav-file-import/m-p/697596#M213216</link>
      <description>&lt;P&gt;In your current working directory of the SAS process, there is a formats_spss.sas7bcat file created with the earlier SAS version. Move it away, so that a new catalog file can be created.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 13:04:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/format-issue-with-different-operating-system-at-sav-file-import/m-p/697596#M213216</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-11-09T13:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: format issue with different operating system at sav file import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/format-issue-with-different-operating-system-at-sav-file-import/m-p/697599#M213218</link>
      <description>&lt;P&gt;Thank you so much for your very quick reply, this worked!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had tried changing&lt;/P&gt;&lt;PRE&gt;LIBNAME sps '.';&lt;/PRE&gt;&lt;P&gt;to&lt;/P&gt;&lt;PRE&gt;LIBNAME sps_new '.';&lt;/PRE&gt;&lt;P&gt;as a possible solution but that didn't work, I guess that's not how it works...&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 13:11:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/format-issue-with-different-operating-system-at-sav-file-import/m-p/697599#M213218</guid>
      <dc:creator>bouz22</dc:creator>
      <dc:date>2020-11-09T13:11:26Z</dc:date>
    </item>
  </channel>
</rss>

