Question

Anyone use a SAS database connection ?

  • 20 February 2020
  • 1 reply
  • 0 views

Badge

Hello everyone !

 

 

Does anybody use SAS DB connection?

 

 

Right now I'm exporting CSV files from SAS and importing the CSV to FME. Is there a way to add a direct connection between SAS and FME (like PostGreSQL - FME connection)?

 

 

Ciao,

Théo


1 reply

Badge +2

Hi @theodrogo,

I'm not familiar with SAS but if they have a jdbc driver you could use the JDBC Reader/Writer to connect. It looks like SAS has a rest api documentation as well so you could use the HTTPCaller to access your data and push it back to SAS.

Hope that helps.

Reply