<?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: How to Convert a SAS data file to SPSS file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-Convert-a-SAS-data-file-to-SPSS-file/m-p/871271#M344149</link>
    <description>&lt;P&gt;Thank you so much. It worked!&lt;/P&gt;</description>
    <pubDate>Fri, 21 Apr 2023 23:30:52 GMT</pubDate>
    <dc:creator>wavogo</dc:creator>
    <dc:date>2023-04-21T23:30:52Z</dc:date>
    <item>
      <title>How to Convert a SAS data file to SPSS file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Convert-a-SAS-data-file-to-SPSS-file/m-p/871262#M344145</link>
      <description>&lt;P&gt;Dear SAS SUPPORT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a hard time exporting a SAS file into SPSS. When I use the code below I get an error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt; &lt;STRONG&gt;EXPORT&lt;/STRONG&gt; DATA=Under5_1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUTFILE='C:\Users\wavogo\KEIR72SD\spssdata.sav';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=SPSS REPLACE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FILE="C:\Users\wavogo\KEIR72SD\Under5_1";&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;ERROR: FILE= or TABLE= is required and must be specified&lt;/P&gt;&lt;P&gt;Would know what might help? I don’t have STAT/TRANSFER and I can’t open the SAS file directly in SPSS.&lt;/P&gt;&lt;P&gt;Thank you so much for your help.&lt;/P&gt;&lt;P&gt;Winfred&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: FILE= or TABLE= is required and must be specified&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would know what might help? I don’t have STAT/TRANSFER and I can’t open the SAS file directly in SPSS.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 20:06:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Convert-a-SAS-data-file-to-SPSS-file/m-p/871262#M344145</guid>
      <dc:creator>wavogo</dc:creator>
      <dc:date>2023-04-21T20:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert a SAS data file to SPSS file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Convert-a-SAS-data-file-to-SPSS-file/m-p/871266#M344148</link>
      <description>&lt;P&gt;Remove the semicolons after the options. They all must be part of the PROC EXPORT statement.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export
  data=Under5_1
  file='C:\Users\wavogo\KEIR72SD\spssdata.sav'
  dbms=spss
  replace
;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 21 Apr 2023 20:48:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Convert-a-SAS-data-file-to-SPSS-file/m-p/871266#M344148</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-04-21T20:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert a SAS data file to SPSS file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Convert-a-SAS-data-file-to-SPSS-file/m-p/871271#M344149</link>
      <description>&lt;P&gt;Thank you so much. It worked!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 23:30:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Convert-a-SAS-data-file-to-SPSS-file/m-p/871271#M344149</guid>
      <dc:creator>wavogo</dc:creator>
      <dc:date>2023-04-21T23:30:52Z</dc:date>
    </item>
  </channel>
</rss>

