Connect ORQA to SAS server

Hi,

Problem Statement : I would like to check the table structure of SAS Datasets using ORQA.

How do i establish the connection with SAS server

Thanks,
Nayana

Hi Nayana,

What is the interface into the SAS server? ORQA deals with the interface protocols so it matters whether it’s a web service, RMI, direct database connection, etc.

If it’s a direct database connection you need then the type of RDBMS and to use the appropriate jdbc connection string. If it’s web service you need to know whether it’s SOAP, REST, etc. and the authentication mechanism used.

With big products like SAS there are many ways to do any integration so it depends what you have access to

Thanks
Nik