is it possible to have a column that is filled with some values let's say A is filled with 'BMW', 'Audi', etc. and I want to filter sashelp.cars where make in A1:A10 is this possible? And if it is possible how?
This solved my problem and I hope it might help somebody with a similar question further down the road.
Coding to copy paste:
libname XcelData xml;
data work.input_excel_1;
set XcelData.&_WebIn_SASName;
run;
2025 SAS Hackathon: There is still time!
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!