<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Recoding in SPSS</title>
	<atom:link href="http://www.spsslog.com/2006/11/02/recoding-in-spss/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spsslog.com/2006/11/02/recoding-in-spss/</link>
	<description>From users, for users</description>
	<pubDate>Thu, 21 Aug 2008 17:18:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Lawrence</title>
		<link>http://www.spsslog.com/2006/11/02/recoding-in-spss/#comment-6459</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Fri, 04 Apr 2008 18:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.spsslog.com/2006/11/02/recoding-in-spss/#comment-6459</guid>
		<description>Hi Debra,

The below syntax is for recoding into SAME variable.

RECODE
  q1  (8=SYSMIS)  (9=SYSMIS)  .
EXECUTE .


The below syntax is for recoding into NEW variable.

RECODE
  q1  (8=SYSMIS)  (9=SYSMIS)  INTO  new_q1 .
EXECUTE .

Instead of q1 you should use your variable name.

Also let me know incase of clarification required

Thanks,
Lawrence
Mail: lawrence_slj@yahoo.com
Mobile: +91-9945893701</description>
		<content:encoded><![CDATA[<p>Hi Debra,</p>
<p>The below syntax is for recoding into SAME variable.</p>
<p>RECODE<br />
  q1  (8=SYSMIS)  (9=SYSMIS)  .<br />
EXECUTE .</p>
<p>The below syntax is for recoding into NEW variable.</p>
<p>RECODE<br />
  q1  (8=SYSMIS)  (9=SYSMIS)  INTO  new_q1 .<br />
EXECUTE .</p>
<p>Instead of q1 you should use your variable name.</p>
<p>Also let me know incase of clarification required</p>
<p>Thanks,<br />
Lawrence<br />
Mail: <a href="mailto:lawrence_slj@yahoo.com">lawrence_slj@yahoo.com</a><br />
Mobile: +91-9945893701</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debra Bolton</title>
		<link>http://www.spsslog.com/2006/11/02/recoding-in-spss/#comment-6458</link>
		<dc:creator>Debra Bolton</dc:creator>
		<pubDate>Fri, 04 Apr 2008 17:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.spsslog.com/2006/11/02/recoding-in-spss/#comment-6458</guid>
		<description>How does one recode (write a recode statement) to drop the values of 8 and 9 from particular questions in a data set.  I want to do that before I turn several categories into one index.  Thank you.</description>
		<content:encoded><![CDATA[<p>How does one recode (write a recode statement) to drop the values of 8 and 9 from particular questions in a data set.  I want to do that before I turn several categories into one index.  Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ern</title>
		<link>http://www.spsslog.com/2006/11/02/recoding-in-spss/#comment-293</link>
		<dc:creator>Ern</dc:creator>
		<pubDate>Tue, 23 Jan 2007 04:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.spsslog.com/2006/11/02/recoding-in-spss/#comment-293</guid>
		<description>Thanks Lawrence.

It would be good if you could add some tips on efficient multiple recodes - often used with say Likert coded responses to questions where you want to reduce the range.

There's a paste function which seems somehow to reproduce the recode instructions but the OK button to finish it is greyed out.

The Help file is no help.  (SPSS V14)</description>
		<content:encoded><![CDATA[<p>Thanks Lawrence.</p>
<p>It would be good if you could add some tips on efficient multiple recodes - often used with say Likert coded responses to questions where you want to reduce the range.</p>
<p>There&#8217;s a paste function which seems somehow to reproduce the recode instructions but the OK button to finish it is greyed out.</p>
<p>The Help file is no help.  (SPSS V14)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
