| Date: | Mon, 3 Nov 1997 10:16:58 -0800 |
| Reply-To: | Bruce Phillips <bphillip@RCF.USC.EDU> |
| Sender: | "SPSSX(r) Discussion" <SPSSX-L@UGA.CC.UGA.EDU> |
| From: | Bruce Phillips <bphillip@RCF.USC.EDU> |
| Subject: | Re: Relational operators |
|
| In-Reply-To: | <199711021441.GAA23944@almaak.usc.edu> |
| Content-Type: | TEXT/PLAIN; charset=US-ASCII |
|---|
For command syntax you need a period at the end of every line. It should
look like this:
> COMPUTE var1=25*v1.
> COMPUTE newvar1=1.
> IF (var1 LT 25)newvar1=2.
>
This should work
Bruce Phillips
Hebrew Union College
Los Angeles
|