Hi,
I am using below code to store values in macro variable based on this vales I need to delete vales from target table but INTO clause default taking only first value pls help me how to get all values in macro variable.
data export;
input id num;
cards;
1 10
2 20
3 30
;
run;
proc sql;
select num into: nu from work.export;
quit;
%PUT ν
15 proc sql;
16 select num into: nu from work.export;
17 quit;
18 %PUT ν
10
I need all value 10 20 30 in &nu please help me and is their any alternate way suggest me.
select num into: nu
separated by ' '
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.