BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
xlingjin
Fluorite | Level 6

If I have a large scale forecasting project to run (~300,000 time series), how to import data? Can I connect sas forecasting server to sql server or mysql directly like what Tableau does? Most online tutorials for sas forecasting server start from the step where .sas data file already exist in the library. I'm wondering what's the easiest way to handle if data amount is huge. Thank you!

1 ACCEPTED SOLUTION

Accepted Solutions
mitrov
SAS Employee

SAS/ACCESS provides interfaces to many databases. I believe you can use it to set a up a library and create a data view to your source data. I am saying "believe" because I have never done it myself.  Hopefully someone else with real-world experience will chime in. 

 

This is the documentation:

http://support.sas.com/documentation/onlinedoc/access/index.html

 

You will need to have a license and have it installed. You can check by doings this:

 

 

proc setinit;run; /*for licensing*/
proc product_status;run;/*for installation*/

 

View solution in original post

2 REPLIES 2
mitrov
SAS Employee

SAS/ACCESS provides interfaces to many databases. I believe you can use it to set a up a library and create a data view to your source data. I am saying "believe" because I have never done it myself.  Hopefully someone else with real-world experience will chime in. 

 

This is the documentation:

http://support.sas.com/documentation/onlinedoc/access/index.html

 

You will need to have a license and have it installed. You can check by doings this:

 

 

proc setinit;run; /*for licensing*/
proc product_status;run;/*for installation*/

 

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!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 898 views
  • 0 likes
  • 2 in conversation