BookmarkSubscribeRSS Feed
Akshaya_1397
Obsidian | Level 7

IMG_20230513_155816.jpgI need to compare two datasets A & B

A has a variable action_comments =length 8000 character variable

B has variable action_commebts=length 8000 character variable

While doing proc compare something gets wrong with the variable even though

The data is same in both.

 

Can anyone tell me help me getting wrong?

3 REPLIES 3
SASKiwi
Opal | Level 21

If your PROC COMPARE does not include a BY or ID statement then SAS does a row-for-row comparison - row 1 with row 1, row 2 with row 2 etc. If your compare datasets contain identical data and the same number of rows, then check to see if your rows are in the same order or not. COMPARE could simply be reporting that the datasets do not have the same row order. 

Tom
Super User Tom
Super User

All of the values in your photograph look different to me.  Most of the values on the left have leading spaces.  Some of them even have differences in the actual letters.

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

Register now!

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

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

View all other training opportunities.

Discussion stats
  • 3 replies
  • 163 views
  • 1 like
  • 4 in conversation