proc sql; create table together as select t1.* , t2.* from base t1 left join look t2 on t1.amt=t2.amt2 where index(t1.key,t2.key2)>0 ; quit; View solution in original post 0 Likes 5 REPLIES ballardw Super Use
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. SAS Training: Just a Click Away Ready to level-up your skills? Choose your own adventure. Browse our catalog! An Unexpected Error has ...