@Mohan_Reddy This seems like a different question than your original one.
Please open a new thread instead.
I have dataset like below...
data ds;
do i=1 to 1000;
output;
end;
stop;
run;
Now i want output like
Using that "i" value create 3 new columns(variables).....One Variable should contain Odd numbers and
One variable should contain Even numbers..
Last variable should contain Prime numbers...
Please write a programme for this .......
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.