@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.
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 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.