| Date: | Wed, 20 Aug 2008 10:59:44 -0400 |
| Reply-To: | Jack Clark <jclark@HILLTOP.UMBC.EDU> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Jack Clark <jclark@HILLTOP.UMBC.EDU> |
| Subject: | Re: Fw: If question |
|
| In-Reply-To: | A<OFFA29C370.5EC2787A-ON862574AB.0050B5C5-862574AB.0050A835@fd9ns01.okladot.state.ok.us> |
| Content-Type: | text/plain; charset="us-ascii" |
Masoud,
I think your second one should read...
if 10 ge percent ge -10 then bt10+1;
Jack Clark
Research Analyst
phone: 410-455-6256
fax: 410-455-6850
jclark@hilltop.umbc.edu
University of Maryland, Baltimore County
Sondheim Hall, 3rd Floor
1000 Hilltop Circle
Baltimore, MD 21250
Confidentiality Notice: This e-mail may contain information that is legally privileged and that is intended only for the use of the addressee(s) named above. If you are not the intended recipient, you are hereby notified that any disclosure, copying of this e-mail, distribution, or action taken in reliance on the contents of this e-mail and/or documents attributed to this e-mail is strictly prohibited. If you have received this information in error, please notify the sender immediately by phone and delete this entire e-mail. Thank you.-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
Masoud Pajoh
Sent: Wednesday, August 20, 2008 10:42 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Fw: If question
shouldn't the result of these be the same?
if percent >= -10 and percent <= 10 then bt10+1;
if 10 ge percent le -10 then bt10+1;
|