<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Reading ServiceNow with SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Reading-ServiceNow-with-SAS/m-p/398504#M96413</link>
    <description>&lt;P&gt;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. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, &lt;A href="https://docs.servicenow.com/bundle/istanbul-servicenow-platform/page/integrate/inbound-rest/concept/c_RESTAPI.html" target="_self"&gt;they do have REST APIs&lt;/A&gt;, and that might be the more robust method for accessing this. &amp;nbsp;You can use PROC HTTP and the JSON libname engine to fetch and parse the information you need. &amp;nbsp;I have &lt;A href="https://blogs.sas.com/content/sasdummy/tag/rest-api/" target="_self"&gt;several examples of doing similar work&lt;/A&gt; with other web services.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Update&lt;/STRONG&gt;: See&amp;nbsp;&lt;LI-MESSAGE title="How to use SAS to work with ServiceNow APIs" uid="983715" url="https://communities.sas.com/t5/SAS-Communities-Library/How-to-use-SAS-to-work-with-ServiceNow-APIs/m-p/983715#U983715" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2026 14:43:06 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2026-03-04T14:43:06Z</dc:date>
    <item>
      <title>Reading ServiceNow with SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-ServiceNow-with-SAS/m-p/396971#M95903</link>
      <description>&lt;P&gt;Our site just started using the web based product ServiceNow.&amp;nbsp; It stores it's data in databases for which I have an ODBC on my PC has anyone read this data using SAS&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 21:13:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-ServiceNow-with-SAS/m-p/396971#M95903</guid>
      <dc:creator>tcv</dc:creator>
      <dc:date>2017-09-18T21:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reading ServiceNow with SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-ServiceNow-with-SAS/m-p/396978#M95906</link>
      <description>&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does that method not work for you?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 21:33:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-ServiceNow-with-SAS/m-p/396978#M95906</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-18T21:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reading ServiceNow with SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-ServiceNow-with-SAS/m-p/398500#M96410</link>
      <description>&lt;P&gt;I tried the LIBNAME and PROC SQL connect they both time out with no data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: CLI error trying to establish connection: [SN][ODBC ServiceNow driver][OpenAccess SDK&lt;/P&gt;&lt;P&gt;SQL Engine]Cannot connect to the instance. [dataSource=ServiceNow]&lt;/P&gt;&lt;P&gt;[user=odbc.user]java.net.SocketTimeoutException: connect timed out[1001]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 12:29:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-ServiceNow-with-SAS/m-p/398500#M96410</guid>
      <dc:creator>tcv</dc:creator>
      <dc:date>2017-09-25T12:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reading ServiceNow with SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-ServiceNow-with-SAS/m-p/398504#M96413</link>
      <description>&lt;P&gt;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. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, &lt;A href="https://docs.servicenow.com/bundle/istanbul-servicenow-platform/page/integrate/inbound-rest/concept/c_RESTAPI.html" target="_self"&gt;they do have REST APIs&lt;/A&gt;, and that might be the more robust method for accessing this. &amp;nbsp;You can use PROC HTTP and the JSON libname engine to fetch and parse the information you need. &amp;nbsp;I have &lt;A href="https://blogs.sas.com/content/sasdummy/tag/rest-api/" target="_self"&gt;several examples of doing similar work&lt;/A&gt; with other web services.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Update&lt;/STRONG&gt;: See&amp;nbsp;&lt;LI-MESSAGE title="How to use SAS to work with ServiceNow APIs" uid="983715" url="https://communities.sas.com/t5/SAS-Communities-Library/How-to-use-SAS-to-work-with-ServiceNow-APIs/m-p/983715#U983715" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 14:43:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-ServiceNow-with-SAS/m-p/398504#M96413</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2026-03-04T14:43:06Z</dc:date>
    </item>
  </channel>
</rss>

