Date: Mon, 19 Sep 2005 12:42:58 -0500
Reply-To: Vishal Dave <VishalDave@Affina.com>
Sender: "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From: Vishal Dave <VishalDave@Affina.com>
Subject: Re: set a given time to missing
Content-Type: text/plain; charset="US-ASCII"
Martin,
This should work :
RECODE time-var (0=SYSMIS) .
Hope this helps,
Vishal.
-----Original Message-----
From: SPSSX(r) Discussion [mailto:SPSSX-L@LISTSERV.UGA.EDU] On Behalf Of
Martin Sherman
Sent: Monday, September 19, 2005 12:35 PM
To: SPSSX-L@LISTSERV.UGA.EDU
Subject: set a given time to missing
Dear list, I have a time variable HH:MM:SS that has a value of 00:00:00
that I want to set to system missing. I tried using the following but
it doesn't work.
If idnumber eq 90320279 @55ctime_ eq time.hms(.,.).
Any suggestions? thanks, martin sherman
|