hello, I'm new with sas. Can someone to help me with this simple script looping or macro? proc sql; connect using oracle; create table temp_oracle as select * from connection to oracle ( select * from table a where variable in(&split1.) or variable in(&split2.) or variable in(&split3.) or variable in(&split4.) or variable in(&split5.) or variable in(&split6.) …. ) ;quit;
... View more