<?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: How to call  URL API from SAS/WPS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-call-URL-API-from-SAS-WPS/m-p/383572#M65601</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/37136"&gt;@anitapamu2&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;How to call Web service &amp;nbsp;(Url) form SAS ? I am using 9.2 Windows Base SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;ERROR: Cannot load SSL support.&lt;/PRE&gt;
&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Googling for that error message got me this SAS Note as the second result:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/57/595.html" target="_blank"&gt;http://support.sas.com/kb/57/595.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You may not have the proper module installed.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jul 2017 07:23:10 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-07-28T07:23:10Z</dc:date>
    <item>
      <title>How to call  URL API from SAS/WPS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-call-URL-API-from-SAS-WPS/m-p/383568#M65597</link>
      <description>&lt;P&gt;%let url=&amp;nbsp;" "&amp;nbsp;;&lt;BR /&gt;filename in "C:\Users\anita.pamu\Desktop\In.txt";&lt;BR /&gt;filename out "C:\Users\anita.pamu\Desktop\Out.txt" recfm=v lrecl=32000;&lt;BR /&gt;proc http in=in out=out url="&amp;amp;url" method="post" ct="application/x-www-form-urlencoded" ;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 07:03:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-call-URL-API-from-SAS-WPS/m-p/383568#M65597</guid>
      <dc:creator>anitapamu2</dc:creator>
      <dc:date>2017-07-28T07:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to call  URL API from SAS/WPS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-call-URL-API-from-SAS-WPS/m-p/383569#M65598</link>
      <description>&lt;P&gt;And what is your problem?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 07:10:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-call-URL-API-from-SAS-WPS/m-p/383569#M65598</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-07-28T07:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to call  URL API from SAS/WPS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-call-URL-API-from-SAS-WPS/m-p/383570#M65599</link>
      <description>&lt;P&gt;How to call Web service &amp;nbsp;(Url) form SAS ? I am using 9.2 Windows Base SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;ERROR: Cannot load SSL support.&lt;/PRE&gt;
&lt;P&gt;Here is an example of code that can trigger the error.&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;&lt;BR /&gt;filename myref url "https://www.google.com";&lt;BR /&gt;data _null_; &lt;BR /&gt;infile myref; &lt;BR /&gt;run;&lt;/PRE&gt;</description>
      <pubDate>Fri, 28 Jul 2017 07:17:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-call-URL-API-from-SAS-WPS/m-p/383570#M65599</guid>
      <dc:creator>anitapamu2</dc:creator>
      <dc:date>2017-07-28T07:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to call  URL API from SAS/WPS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-call-URL-API-from-SAS-WPS/m-p/383571#M65600</link>
      <description>&lt;P&gt;You already have code. What happened when you tried it, and how did the outcome not match your expectations? (Log!!)&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 07:18:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-call-URL-API-from-SAS-WPS/m-p/383571#M65600</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-07-28T07:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to call  URL API from SAS/WPS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-call-URL-API-from-SAS-WPS/m-p/383572#M65601</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/37136"&gt;@anitapamu2&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;How to call Web service &amp;nbsp;(Url) form SAS ? I am using 9.2 Windows Base SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;ERROR: Cannot load SSL support.&lt;/PRE&gt;
&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Googling for that error message got me this SAS Note as the second result:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/57/595.html" target="_blank"&gt;http://support.sas.com/kb/57/595.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You may not have the proper module installed.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 07:23:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-call-URL-API-from-SAS-WPS/m-p/383572#M65601</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-07-28T07:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to call  URL API from SAS/WPS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-call-URL-API-from-SAS-WPS/m-p/383634#M65605</link>
      <description>&lt;P&gt;Use PROC HTTP instead. &amp;nbsp;I have many examples:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;A href="http://blogs.sas.com/content/sasdummy/tag/proc-http/" target="_blank"&gt;http://blogs.sas.com/content/sasdummy/tag/proc-http/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But you will need the SSL components in order to access any HTTPS sites.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 11:36:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-call-URL-API-from-SAS-WPS/m-p/383634#M65605</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-07-28T11:36:25Z</dc:date>
    </item>
  </channel>
</rss>

