Hi Guys
Good Evening,
I have 10 records in a dataset how to insert a 3.5 value in 4th place
Regards,
Anand
data want; set have; if _n_=4 then value=3.5; run;
View solution in original post
HI @BrahmanandaRao Can you please post sample data of your input and the expected output. Thank you!
Hi
i want output like below
0-10 0.510-20 1.520-30 2.530-4040-50 4.550-60 5.560-70 6.570-80 7.580-90 8.590-100 9.5
Thank you for your support
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.