BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
BETO
Fluorite | Level 6
  1. I m pulling data from a SQL server and the date is  coming in formatted date9. ...the issue that I'm having is that i need to bring in whole records I tried filtering for yesterday date but I get error message saying = is different kind of data sets.
  2. when I ping the original table I can filter the same colmn by date.... Thank you for any assistance
1 ACCEPTED SOLUTION

Accepted Solutions
SASKiwi
PROC Star

SQL Server usually holds dates as datetimes. If you filter in SQL Server by date it probably knows how to handle this correctly: where date = '2014-01-01'

Filtering in SAS on a table with the same date read from SQL Server would probably require a datetime string: "01jan2014:00:00:00'dt.

Please provide an example of your problem so we can advise further.

View solution in original post

2 REPLIES 2
Fugue
Quartz | Level 8

What method are you using to pull the data? Are you licensed for SAS Access to Microsoft SQL Server? Which version of SAS? Can you provide a sample of code?

Note that SAS Access has default behaviour when converting dates/times. Also, there may be options that you can set that will affect how data types are handled by SAS (e.g. SASDATEFMT or DBASTYPE).

SASKiwi
PROC Star

SQL Server usually holds dates as datetimes. If you filter in SQL Server by date it probably knows how to handle this correctly: where date = '2014-01-01'

Filtering in SAS on a table with the same date read from SQL Server would probably require a datetime string: "01jan2014:00:00:00'dt.

Please provide an example of your problem so we can advise further.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1244 views
  • 0 likes
  • 3 in conversation