Hi Everyone,
I'm new to SAS and I'm having trouble fixing this error message: variable color is uninitialized. Some of the suggestions I have found elsewhere on how to fix this don't seem to apply (the original variable is in the dataset and I haven't misspelled anything). Any other ideas on how to fix this? Also, I'm trying to convert a character variable to a new numeric variable in this code.
Example:
data newdataset;
color2=.;
if color="black" then color2=1;
if color="red" then color2=2;
run;
You probably need to add a SET statement to bring in your original dataset that has the variable COLOR.
You probably need to add a SET statement to bring in your original dataset that has the variable COLOR.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
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!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.