BookmarkSubscribeRSS Feed
Sunboyss30
Obsidian | Level 7

Hi,

 

I am trying to compare two datasets in sas using proc compare. One of the character variable is not matching and shows difference however when i actual see the record the values are correct. They are defined as below in both base and comparing data set.

 

Base dataset --VARIABLE1  ;TYPE-Char   Len-16  Format-$16.  Informat-$16.

 

Comp dataset --VARIABLE1  ;TYPE-Char   Len-23  Format-$23.  Informat-$23.

 

Also, attached is the output for couple of records.

 

Thank in advance.

 

Regards,

3 REPLIES 3
Kurt_Bremser
Super User

To be sure, I'd add character variables of double length (eg 23 -> 46) and use put(...,$hex46.) format to convert the contents of your variables to hex notation. This allows detection of un-displayable characters or leading blanks.

Sunboyss30
Obsidian | Level 7

Hi,

 

Thanks for your reply. Actually the datasets are coming from two different databases Oracle and Teradata. And what if I dont want to change the format in the source datasets. Any other way of doing it.

 

Regards,

Kurt_Bremser
Super User

I'd be MASSIVELY surprised if you could ever get a solid match in SAS when comparing ORACLE and TERADATA, as it involves three different environments.

Pull the tables into SAS, run the compare, and then investigate the differences. This might give you clues what processes are necessary (during the import into SAS) to get the tables to a "common denominator".

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!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 3 replies
  • 1082 views
  • 0 likes
  • 2 in conversation