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.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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