<?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 REST results with SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Reading-REST-results-with-SAS/m-p/74923#M16132</link>
    <description>You might try looking at &lt;B&gt;proc http&lt;/B&gt; which is new in 9.2 Phase 2.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a003286796.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a003286796.htm&lt;/A&gt;</description>
    <pubDate>Tue, 14 Apr 2009 13:52:39 GMT</pubDate>
    <dc:creator>Zach_sas</dc:creator>
    <dc:date>2009-04-14T13:52:39Z</dc:date>
    <item>
      <title>Reading REST results with SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-REST-results-with-SAS/m-p/74920#M16129</link>
      <description>Hello all,&lt;BR /&gt;
&lt;BR /&gt;
I have done some research and discovered that SAS can interact with SOAP-based XML WEB Services, however I am looking at developing a REST-based architecture.  We want to be able to read a string that is returned by visiting a URL into a SAS dataset and then using that string to determine what data to download.&lt;BR /&gt;
&lt;BR /&gt;
I asked this question in a separate post and the response was to use FILENAME URL to read from the link.  I tried this but it seemed unreliable in that it only worked for my test string if the record length was set to &amp;lt;= record length and the record format was fixed.  Varying length records didn't seem to work.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
What I'm wondering is if anyone else has tried to utilise a REST architecture with SAS and what has their experience been?  I would also like to know how to process XML data received from a REST request?</description>
      <pubDate>Fri, 20 Feb 2009 15:40:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-REST-results-with-SAS/m-p/74920#M16129</guid>
      <dc:creator>x97mdr</dc:creator>
      <dc:date>2009-02-20T15:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Reading REST results with SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-REST-results-with-SAS/m-p/74921#M16130</link>
      <description>Due to some known limitations with the discussion forum software, your post was truncated.  Suggest you re-post as a reply here and provide SAS code and SASLOG excerpts, where the results observed are not what you expect, when using a SAS DATA step and the FILENAME URL engine.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 20 Feb 2009 19:10:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-REST-results-with-SAS/m-p/74921#M16130</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-02-20T19:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reading REST results with SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-REST-results-with-SAS/m-p/74922#M16131</link>
      <description>Thanks Scott.  I did not know about the limit on post length&lt;BR /&gt;
&lt;BR /&gt;
My examples are at work and I'm at home today so I will post them on Monday</description>
      <pubDate>Fri, 20 Feb 2009 19:23:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-REST-results-with-SAS/m-p/74922#M16131</guid>
      <dc:creator>x97mdr</dc:creator>
      <dc:date>2009-02-20T19:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reading REST results with SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-REST-results-with-SAS/m-p/74923#M16132</link>
      <description>You might try looking at &lt;B&gt;proc http&lt;/B&gt; which is new in 9.2 Phase 2.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a003286796.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a003286796.htm&lt;/A&gt;</description>
      <pubDate>Tue, 14 Apr 2009 13:52:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-REST-results-with-SAS/m-p/74923#M16132</guid>
      <dc:creator>Zach_sas</dc:creator>
      <dc:date>2009-04-14T13:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reading REST results with SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-REST-results-with-SAS/m-p/74924#M16133</link>
      <description>I checked your post (being the Admin let's me do these things).  The problem isn't lenght.  It is the fact that you used the less than + equals together. It was seen as an HTML tag.  Try encoding using &amp;amp;lt;. It will look like &amp;lt; =</description>
      <pubDate>Tue, 14 Apr 2009 19:11:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-REST-results-with-SAS/m-p/74924#M16133</guid>
      <dc:creator>reneeharper</dc:creator>
      <dc:date>2009-04-14T19:11:58Z</dc:date>
    </item>
  </channel>
</rss>

