Hi
Could anyone help - how to handle a variable with hyphen generated over transformation?
My requirement is as follows:
ABC-150 variable has been generated over the transformation by proc transpose in SAS studio. I need to use this variable for further processing.
I have been using the option validvarname=any in sas studio, unable to convert to sas compatible naming convention
Thank you!
With validvarname set to ANY, you refer to the variable as
'ABC-150'n
Note that there must be quotes around the variable name, followed by the letter n. As you may find out, it is much easier to not work with variable names like this, they are more difficult to type (more letters, and more opportunity for typographical errors especially for me I often mistype the quotes), and in my opinion you would be wise to rename this variable to ABC_150, or even more simple (gasp!) ABC150.
With validvarname set to ANY, you refer to the variable as
'ABC-150'n
Note that there must be quotes around the variable name, followed by the letter n. As you may find out, it is much easier to not work with variable names like this, they are more difficult to type (more letters, and more opportunity for typographical errors especially for me I often mistype the quotes), and in my opinion you would be wise to rename this variable to ABC_150, or even more simple (gasp!) ABC150.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.