I have two variables within a single data set...both are character variables of lengths 6 and 2, respectively. I need to merge them into one character variable of length 8. I was told there was a "trick" to doing this but was left hanging.
data t;
length a $ 6. b $ 2.;
a="Friday";
b="ok";
output;
run;
data z(drop= a b);
length c $ 8.;
set t;
c=cat(a,b);
run;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Registration is open
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!