Date: Tue, 6 May 2008 07:52:48 -0700
Reply-To: cparatte <christophe@PARATTE.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: cparatte <christophe@PARATTE.NET>
Organization: http://groups.google.com
Subject: Looping into a data step
Content-Type: text/plain; charset=ISO-8859-1
Hi all
I am wondering how to get the lines X 197 31 out of a table using a
data step :
data test;
input A B C ;
cards;
1 197 31
1 197 10
2 197 31
2 195 10
2 199 26
3 197 31
;
run;
For instance, with this table I want the line 3 197 31 because no more
other article than 197 and 31 are listed.
Any clue ?
Thanks in advance
Christophe Paratte
|