Date: Tue, 2 Jan 2001 20:59:12 -0500
Reply-To: Richard DeVenezia <radevenz@IX.NETCOM.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Richard DeVenezia <radevenz@IX.NETCOM.COM>
Organization: MindSpring Enterprises
Subject: Re: data step blowing up.
Nicholas:
SAS does not understand 'and if'. Use parenthesis to group your logic.
if clause or clause or clause and if clause then ... won't work
try
if (clause or clause or clause) and clause then
--
Richard DeVenezia - SAS Macros and AF Tools
GreenBar model scl for viewtable -
http://www.devenezia.com/downloads/sas/common/greenbar/
"Nicholas Miceli" <nsmiceli@HOTMAIL.COM> wrote in message
news:F118A8OVAKsats0SfGD0000dd20@hotmail.com...
> I apologize for the length of the log I'm going to copy after this. If
> anyone can tell me what my problem is with the syntax of some if-then/else
> statements, I would be grateful for some guidance.
>
> Thanks for your time and indulgence.
>
> N. S. Miceli, Ph.D.
>
> nsmiceli@hotmail.com
>
> -----
>