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.