BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Sir_Highbury
Quartz | Level 8

Dear experts,

I was searching a variable starting with "_", eg _xxxx in one excel table.

Now I am performing a join and I am looking the same variable specyfind the table, e.g. t1._xxxx

but I got the following message: column _xxxx could not be found.

Any idea to solve it? Thanks a lot.

 

1 ACCEPTED SOLUTION

Accepted Solutions
ballardw
Super User

Run Proc Contents on BOTH tables to get descriptions of the data. Find the correct name and use that OR rename the variable to match (recommended) in both tables.

 

Since it appears that your data originated in Excel the issue likely starts with the data and how it was brought into SAS. If one person created a sheet and had a space or other non-digit non-letter character at the start of a column name and someone else didn't in another sheet then the variables could very well end up with different SAS variable names. If one differs then you might find that others do as well and possibly the type, numeric/character changes.

View solution in original post

1 REPLY 1
ballardw
Super User

Run Proc Contents on BOTH tables to get descriptions of the data. Find the correct name and use that OR rename the variable to match (recommended) in both tables.

 

Since it appears that your data originated in Excel the issue likely starts with the data and how it was brought into SAS. If one person created a sheet and had a space or other non-digit non-letter character at the start of a column name and someone else didn't in another sheet then the variables could very well end up with different SAS variable names. If one differs then you might find that others do as well and possibly the type, numeric/character changes.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 989 views
  • 2 likes
  • 2 in conversation