<?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: Importing SPSS weighted data in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Importing-SPSS-weighted-data/m-p/751355#M80728</link>
    <description>Yes, that's correct - SPSS file had 158,000, whereas SAS had 7590.&lt;BR /&gt;However, Reeza is suggesting that weighted data in SPSS is not altered, which makes sense considering the small sample in SAS.</description>
    <pubDate>Wed, 30 Jun 2021 19:41:05 GMT</pubDate>
    <dc:creator>kristenl</dc:creator>
    <dc:date>2021-06-30T19:41:05Z</dc:date>
    <item>
      <title>Importing SPSS weighted data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-SPSS-weighted-data/m-p/751348#M80723</link>
      <description>&lt;P&gt;HI,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just wondering if someone can help. I'm trying to import weighted data from SPSS into SAS. The file imports, however, the weighted data does not import properly and the original sample size remains. I've tried to find this info in user manuals, but can't seem to find anything. Any ideas what I'm doing wrong?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 19:22:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-SPSS-weighted-data/m-p/751348#M80723</guid>
      <dc:creator>kristenl</dc:creator>
      <dc:date>2021-06-30T19:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SPSS weighted data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-SPSS-weighted-data/m-p/751350#M80724</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;The file imports, however, the weighted data does not import properly and the original sample size remains.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;As far as I know, the data should not change when importing from SPSS to SAS, so I don't know what the above means. Can you explain this further? Can you give a small example?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also, how are you doing this "import"?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 19:28:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-SPSS-weighted-data/m-p/751350#M80724</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-06-30T19:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SPSS weighted data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-SPSS-weighted-data/m-p/751351#M80725</link>
      <description>&lt;P&gt;Thanks so much for your reply. My (edited) SAS syntax is below. In the SPSS file, I have applied weights. The weighted sample is 158,000; however, after importing it into SAS, I only have the original (non-weighted) sample of 7590.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC IMPORT OUT=OIS.finalweighted&lt;BR /&gt;DATAFILE="C:\Users\...NEW_weighted.sav"&lt;BR /&gt;DBMS=SPSS REPLACE;&lt;BR /&gt;RUN;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 19:35:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-SPSS-weighted-data/m-p/751351#M80725</guid>
      <dc:creator>kristenl</dc:creator>
      <dc:date>2021-06-30T19:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SPSS weighted data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-SPSS-weighted-data/m-p/751352#M80726</link>
      <description>&lt;P&gt;Weighted data typically just means you have a column(s) of weights for your data. It doesn't affect the number of observations. Any proc using the data will have a WEIGHT statement where you provide the weight variable and then the analysis will factor in the weights.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It does not change your input data or data structure in any fashion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/387893"&gt;@kristenl&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;HI,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just wondering if someone can help. I'm trying to import weighted data from SPSS into SAS. The file imports, however, the weighted data does not import properly and the original sample size remains. I've tried to find this info in user manuals, but can't seem to find anything. Any ideas what I'm doing wrong?&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 19:35:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-SPSS-weighted-data/m-p/751352#M80726</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-06-30T19:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SPSS weighted data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-SPSS-weighted-data/m-p/751354#M80727</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/387893"&gt;@kristenl&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks so much for your reply. My (edited) SAS syntax is below. In the SPSS file, I have applied weights. The weighted sample is 158,000; however, after importing it into SAS, I only have the original (non-weighted) sample of 7590.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Do you mean that the SPSS file had 158000 records, while the SAS file has 7590 records? What does "weighted sample" mean with respect to a data set? If there is a weight variable, what happens if you add up all the weights?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 19:39:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-SPSS-weighted-data/m-p/751354#M80727</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-06-30T19:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SPSS weighted data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-SPSS-weighted-data/m-p/751355#M80728</link>
      <description>Yes, that's correct - SPSS file had 158,000, whereas SAS had 7590.&lt;BR /&gt;However, Reeza is suggesting that weighted data in SPSS is not altered, which makes sense considering the small sample in SAS.</description>
      <pubDate>Wed, 30 Jun 2021 19:41:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-SPSS-weighted-data/m-p/751355#M80728</guid>
      <dc:creator>kristenl</dc:creator>
      <dc:date>2021-06-30T19:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SPSS weighted data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-SPSS-weighted-data/m-p/751356#M80729</link>
      <description>Thanks very much Reeza, this makes sense.</description>
      <pubDate>Wed, 30 Jun 2021 19:41:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-SPSS-weighted-data/m-p/751356#M80729</guid>
      <dc:creator>kristenl</dc:creator>
      <dc:date>2021-06-30T19:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SPSS weighted data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-SPSS-weighted-data/m-p/751364#M80730</link>
      <description>&lt;P&gt;It seems to me that SPSS syntax for specifying what variable to use for weighting is very similar to the SAS syntax.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://libguides.library.kent.edu/SPSS/WeightCases" target="_blank" rel="noopener"&gt;https://libguides.library.kent.edu/SPSS/WeightCases&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_freq_syntax13.htm" target="_blank" rel="noopener"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_freq_syntax13.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 20:52:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-SPSS-weighted-data/m-p/751364#M80730</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-06-30T20:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SPSS weighted data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-SPSS-weighted-data/m-p/751365#M80731</link>
      <description>&lt;P&gt;Great, thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 21:13:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-SPSS-weighted-data/m-p/751365#M80731</guid>
      <dc:creator>kristenl</dc:creator>
      <dc:date>2021-06-30T21:13:56Z</dc:date>
    </item>
  </channel>
</rss>

