Date: Sat, 31 Oct 2009 06:18:54 -0400
Reply-To: David Friedman <harrypotterdhf@EARTHLINK.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: David Friedman <harrypotterdhf@EARTHLINK.NET>
Subject: Building a Character String
Hi, I have the following sample data:
custid
100
200
300
400
500
.
.
etc.
I want to build the following string:
where custid in (100, 200, 300, 400, 500.....)
I have SAS 8.21 installed at my location. What is the best way to accomplish
this? Thanks.
|