|
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
|