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: 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 16. 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
  • 17 replies
  • 2807 views
  • 1 like
  • 4 in conversation