<?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: SASEFRED Interface Engine with SAS studio in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/SASEFRED-Interface-Engine-with-SAS-studio/m-p/289670#M910</link>
    <description>&lt;P&gt;Do you have your own FRED API key? are you sure it was set up correctly?&lt;/P&gt;</description>
    <pubDate>Thu, 04 Aug 2016 21:31:56 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-08-04T21:31:56Z</dc:date>
    <item>
      <title>SASEFRED Interface Engine with SAS studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SASEFRED-Interface-Engine-with-SAS-studio/m-p/289659#M909</link>
      <description>&lt;P&gt;I executed the following SAS program (using&amp;nbsp;The SASEFRED Interface Engine)&amp;nbsp;to&amp;nbsp;extract the data from FRED (St Louis Fed website)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options validvarname=any;&lt;/P&gt;&lt;P&gt;title 'Retrieve Data for the Exports of Goods and Services';&lt;/P&gt;&lt;P&gt;libname _all_ clear; libname fred sasefred "%sysget(FRED)"&lt;/P&gt;&lt;P&gt;OUTXML=exportgs&lt;/P&gt;&lt;P&gt;XMLMAP="%sysget(FRED)exportgs.map"&lt;/P&gt;&lt;P&gt;APIKEY='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'&lt;/P&gt;&lt;P&gt;IDLIST='bopxgsa';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data export_gsa;&lt;/P&gt;&lt;P&gt;set fred.exportgs ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc contents data=export_gsa;&lt;/P&gt;&lt;P&gt;run; proc print data=export_gsa(obs=15); run&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then I have the following error messages:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: Invalid physical name library name FRED&lt;/P&gt;&lt;P&gt;Error: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;Error: Libref FRED is not assigned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I fix these problems?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2016 01:57:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SASEFRED-Interface-Engine-with-SAS-studio/m-p/289659#M909</guid>
      <dc:creator>ahk1225</dc:creator>
      <dc:date>2016-08-05T01:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: SASEFRED Interface Engine with SAS studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SASEFRED-Interface-Engine-with-SAS-studio/m-p/289670#M910</link>
      <description>&lt;P&gt;Do you have your own FRED API key? are you sure it was set up correctly?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 21:31:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SASEFRED-Interface-Engine-with-SAS-studio/m-p/289670#M910</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-08-04T21:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: SASEFRED Interface Engine with SAS studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SASEFRED-Interface-Engine-with-SAS-studio/m-p/289687#M911</link>
      <description>&lt;P&gt;In addition to&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw﻿&lt;/a&gt;'d comment, check that the environment variable FRED is defined by adding:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put FRED = &amp;amp;FRED;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to your program. By the look of it FRED is a directory where your XML mapping file is stored.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2016 00:15:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SASEFRED-Interface-Engine-with-SAS-studio/m-p/289687#M911</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-08-05T00:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: SASEFRED Interface Engine with SAS studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SASEFRED-Interface-Engine-with-SAS-studio/m-p/289693#M912</link>
      <description>&lt;P&gt;yes, I have my own FRED API key. I just did not put it there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2016 01:45:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SASEFRED-Interface-Engine-with-SAS-studio/m-p/289693#M912</guid>
      <dc:creator>ahk1225</dc:creator>
      <dc:date>2016-08-05T01:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: SASEFRED Interface Engine with SAS studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SASEFRED-Interface-Engine-with-SAS-studio/m-p/289694#M913</link>
      <description>&lt;P&gt;Where do i insert this program? Can you show me here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2016 01:55:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SASEFRED-Interface-Engine-with-SAS-studio/m-p/289694#M913</guid>
      <dc:creator>ahk1225</dc:creator>
      <dc:date>2016-08-05T01:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: SASEFRED Interface Engine with SAS studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SASEFRED-Interface-Engine-with-SAS-studio/m-p/289707#M914</link>
      <description>&lt;P&gt;At the end is fine.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2016 04:11:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SASEFRED-Interface-Engine-with-SAS-studio/m-p/289707#M914</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-08-05T04:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: SASEFRED Interface Engine with SAS studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SASEFRED-Interface-Engine-with-SAS-studio/m-p/438986#M4679</link>
      <description>&lt;P&gt;Did you ever get this working?&amp;nbsp; I'm facing a similar problem with sasefred on SAS Studio.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 16:44:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SASEFRED-Interface-Engine-with-SAS-studio/m-p/438986#M4679</guid>
      <dc:creator>_SUPERQ__</dc:creator>
      <dc:date>2018-02-21T16:44:19Z</dc:date>
    </item>
  </channel>
</rss>

