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.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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