I am working with a dataset that contains variables like customer ID and unit ID. I would like to remove space between them and add an underscore to be like customer_ID and unid_ID.
Thanks for your help!
How did you obtain the data set?
If you read it in from csv or Excel add this option and re-import the file.
options validvarname=v7;
@Mariloud wrote:
I am working with a dataset that contains variables like customer ID and unit ID. I would like to remove space between them and add an underscore to be like customer_ID and unid_ID.
Thanks for your help!
How did you obtain the data set?
If you read it in from csv or Excel add this option and re-import the file.
options validvarname=v7;
@Mariloud wrote:
I am working with a dataset that contains variables like customer ID and unit ID. I would like to remove space between them and add an underscore to be like customer_ID and unid_ID.
Thanks for your help!
It worked great! Thank you!
CFC_SAS_Communities_400x225.jpg
It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.
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.