Hi @analyticsguy23
I haven't tried it, but I think ihe easiest way would be to write data from SAS to a database table and read the database table from DOMO. There are several prerequisites for this:
- A database (MSSQL, MySQL or PostgreSQL) that is accessible from both SAS and DOMO.
- A running SAS platform with a separately licensed Access Module for the database.
- A DOMO license for the proper Database Connector.
An alternative, that would work without a database and a SAS Access Module, could be to export from SAS to a CSV file and import it in DOMO using a CSV Connector. There prerequisites here are:
- A file system that is accessible from both SAS and DOMO (might be the tricky part)
- A running SAS platform
- A DOMO license for the CSV Connector.