Our site just started using the web based product ServiceNow. It stores it's data in databases for which I have an ODBC on my PC has anyone read this data using SAS
If it has an ODBC you can connection via a libname and then you should be good to go, similar to any other ODBC connection.
Does that method not work for you?
I tried the LIBNAME and PROC SQL connect they both time out with no data.
ERROR: CLI error trying to establish connection: [SN][ODBC ServiceNow driver][OpenAccess SDK
SQL Engine]Cannot connect to the instance. [dataSource=ServiceNow]
[user=odbc.user]java.net.SocketTimeoutException: connect timed out[1001]
ServiceNow is software-as-a-service, correct? It would surprise me they allowed access to a database directly, and if they did, access might be provisioned via a whitelisted IP address.
However, they do have REST APIs, and that might be the more robust method for accessing this. You can use PROC HTTP and the JSON libname engine to fetch and parse the information you need. I have several examples of doing similar work with other web services.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.