Data is; Input amt; Datalines; 40 20 -10 -30 50 -20 0 ; Run; data want; set is; if sign(amt)=-1 then neg_ve=amt; else p_ve=amt; run;
View solution in original post
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.