I am again learning to use SAS after working in Stata, R, and SPSS, along with SQL Server, etc.
Without having to pay an expensive add-on using SAS/ACCESS interface to ODBC or PC file formats, how can I use/write code to directly import via ODBC data from a SQL Server on the database tables?
The tables/file size are 1,000,000 + records with about 130 variables. I have been able to link tables in Access and then save as an csv file then import. I also tried dbf (but run into issues with the longer variable names). CSV imports were inconsistant on imported formats for the same variable with char vs. num formats.
Is there code I can do a direct connect/pull into SAS myself from SQL Server. I have the ODBC set up on the computer and it works well.
I am just learning/trying to work within the SAS framework, but work within our org cost constraints. Thank-you for all your feedback ahead of time.