Date: Thu, 17 Sep 2009 05:23:42 -0400
Reply-To: Shaik Hymad <hymadsk@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Shaik Hymad <hymadsk@GMAIL.COM>
Subject: help
HI To All,
I have data like,can assume that this is dataset
dept 1
hymad
akram
ravi
ram
dept 2
srinu
hariah
vivek
.
.
.
dept n
.
.
my question is in dept 1 selecting persons are krishna hymad.but in above
dataset having additional names.i want to create another dataset like
who are the selcted dept 1 persons only included.
for example hymad is in selected dept1. he is above dataset.so the value
may displayed.
krishna not in above dataset,but he selcted in dept1.but the value was
not displayed below dataset.
who are in above dataset and who selected in dept1.if both values are
matching then only display the another dataset for dept1 and i need to
display remaing same
dept 1
hymad
dept 2
srinu
hariah
vivek
.
.
.
dept n
.
.
if