Hello,
I am trying to read the names of a categorical variable in SAS and change it.
Is there any predefined function to extract variable levels in SAS ?
proc sql;
select distinct variablename from have;
quit;
Thank you PaigeMiller, I am looking for each level of my categorical variable and not an extraction of specific variables in my dataset.
@KarimaTouati wrote:
Thank you PaigeMiller, I am looking for each level of my categorical variable and not an extraction of specific variables in my dataset.
The solution I gave does what you ask for.
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 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.