BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
ballardw
Super User

@Cruise wrote:
But how to figure that out? Is there any clue to tell whether variables left or right justified ?

The lengths of your two Char variables S and Year were different. Since Year, for most applications seldom exceeds 4 digits (anyone out there working in year 10,000 yet?) it was likely to have a space in the data set where the length was 5.

 

I would be very tempted to go back in the history and find out why Year is even character to begin with. And if the "reason" is data read with Proc Import a lesson learned about letting guessing approaches (which Proc Format does by looking a few rows of data) control your data.

Cruise
Ammonite | Level 13
You got it. Yes, census file was proc imported. I will use guessingrows=max; next time. right?
Cruise
Ammonite | Level 13

@Patrick

Nothing came out of inner join. 0 observations in the output dataset. I'm doing proc contents and freqs on both dataset variables. I'm baffled.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 17 replies
  • 3067 views
  • 1 like
  • 4 in conversation