BookmarkSubscribeRSS Feed
saspert
Pyrite | Level 9

Hi,

I am not able to troubleshoot the errors with the proc sql. I have attached the log with the error in the text file since I am not able to copy paste the code here. The question is - there is no comparison operator (eq/gt/ge) being used in this proc sql but the error says the data types being compared are different.

Here in the code the proc sql dataset _7_casecntofacct sources from qm0casecountofaccount1 (a sas proc sql view ) which in turn uses another proc sql sas view qmbcaseuseacctbycycle which has the comparison operators (=).

The log does not give any errors but only says -

Note: sql view xxx has been defined.

So only when the proc sql create table is executed, does the error with the different data types show up? I hope I am making sense.

Thanks,

saspert.

4 REPLIES 4
Reeza
Super User

Have you verified each view individually?

DBailey
Lapis Lazuli | Level 10

SAS Views are not evaluated other than for syntax at create time.  I would suspect that if you just performed a select * from the view, you would get the same error. 

saspert
Pyrite | Level 9

Thanks Reeza and DBailey for the suggestions. I was able to troubleshoot. I guess sas views are compiled at run time. They are executed only when a sas dataset (or in other words a materialized view) using those views is being created. Is that correct understanding?

The error was in a join between two different datasets using the same field but different format.

DBailey
Lapis Lazuli | Level 10

correct.

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 25. 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
  • 4 replies
  • 1185 views
  • 1 like
  • 3 in conversation