<?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: API connection Using SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/API-connection-Using-SAS/m-p/438446#M109321</link>
    <description>&lt;P&gt;Chris,&amp;nbsp;I'm trying to run this code in 9.4_M5 , but getting the error below. What am I missing?&lt;/P&gt;&lt;P&gt;filename resp temp;&lt;/P&gt;&lt;P&gt;/* Neat service from Open Notify project */&lt;BR /&gt;proc http&lt;BR /&gt;url="&lt;A href="http://api.open-notify.org/astros.json" target="_blank"&gt;http://api.open-notify.org/astros.json&lt;/A&gt;"&lt;BR /&gt;method= "GET"&lt;BR /&gt;out=resp;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;/* Assign a JSON library to the HTTP response */&lt;BR /&gt;libname space JSON fileref=resp;&lt;/P&gt;&lt;P&gt;/* Print result, dropping automatic ordinal metadata */&lt;BR /&gt;title "Who is in space right now? (as of &amp;amp;sysdate)";&lt;BR /&gt;proc print data=space.people (drop=ordinal:);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ERROR:&lt;/P&gt;&lt;P&gt;ERROR: The JSON engine cannot be found.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;BR /&gt;56&lt;BR /&gt;57 /* Print result, dropping automatic ordinal metadata */&lt;BR /&gt;58 title "Who is in space right now? (as of &amp;amp;sysdate)";&lt;BR /&gt;59 proc print data=space.people (drop=ordinal:);&lt;BR /&gt;ERROR: Libref SPACE is not assigned.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Feb 2018 18:07:31 GMT</pubDate>
    <dc:creator>tekish</dc:creator>
    <dc:date>2018-02-19T18:07:31Z</dc:date>
    <item>
      <title>API connection Using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/API-connection-Using-SAS/m-p/438420#M109314</link>
      <description>&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem using SAS API request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tried the example from&amp;nbsp; &lt;A href="https://www.lexjansen.com/pharmasug/2017/AD/PharmaSUG-2017-AD13.pdf" target="_blank"&gt;https://www.lexjansen.com/pharmasug/2017/AD/PharmaSUG-2017-AD13.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;filename&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; eqty &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"C:\PHARMSUG\EnergyQuantityIndex.json"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;lrecl&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;32000&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;http&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;url&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'&lt;A href="http://www.bea.gov/api/data?&amp;amp;UserID=my-user" target="_blank"&gt;http://www.bea.gov/api/data?&amp;amp;UserID=my-user&lt;/A&gt; API key&amp;amp;method=GETDATASETLIST&amp;amp;ResultFormat=JSON&amp;amp;'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;method&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'get'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;out&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=eqty&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ct&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"application/json"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;but it got the following error message.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;ERROR: Unable to load transient module (Bridge failure).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;21 proc http&lt;/P&gt;&lt;P&gt;21 ! url='&lt;A href="http://www.bea.gov/api/data?&amp;amp;UserID=xxxxxxxx-xxxxxxx-xxxxxxxxx&amp;amp;method=GETDATAS" target="_blank"&gt;http://www.bea.gov/api/data?&amp;amp;UserID=xxxxxxxx-xxxxxxx-xxxxxxxxx&amp;amp;method=GETDATAS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;21 ! ETLIST&amp;amp;ResultFormat=JSON&amp;amp;'&lt;/P&gt;&lt;P&gt;22 method='get' out=eqty&lt;/P&gt;&lt;P&gt;23 ct="application/json";&lt;/P&gt;&lt;P&gt;24 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you help me to resolve the error message.&lt;/P&gt;&lt;P&gt;Current version: 9.04.01M5P091317&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;kesete&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 15:26:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/API-connection-Using-SAS/m-p/438420#M109314</guid>
      <dc:creator>tekish</dc:creator>
      <dc:date>2018-02-19T15:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: API connection Using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/API-connection-Using-SAS/m-p/438439#M109319</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt; here's a SAS Note that might apply to you:&amp;nbsp;&lt;A href="http://support.sas.com/kb/61/513.html" target="_blank"&gt;http://support.sas.com/kb/61/513.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you've followed the steps in the SAS note, try the &lt;A href="https://blogs.sas.com/content/sasdummy/2018/01/23/check-json-and-http/" target="_self"&gt;simple test program that I shared here&lt;/A&gt;.&amp;nbsp; That will verify that you can use PROC HTTP to reach a public web service, retrieve a response, and parse the output.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 17:41:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/API-connection-Using-SAS/m-p/438439#M109319</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-02-19T17:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: API connection Using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/API-connection-Using-SAS/m-p/438446#M109321</link>
      <description>&lt;P&gt;Chris,&amp;nbsp;I'm trying to run this code in 9.4_M5 , but getting the error below. What am I missing?&lt;/P&gt;&lt;P&gt;filename resp temp;&lt;/P&gt;&lt;P&gt;/* Neat service from Open Notify project */&lt;BR /&gt;proc http&lt;BR /&gt;url="&lt;A href="http://api.open-notify.org/astros.json" target="_blank"&gt;http://api.open-notify.org/astros.json&lt;/A&gt;"&lt;BR /&gt;method= "GET"&lt;BR /&gt;out=resp;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;/* Assign a JSON library to the HTTP response */&lt;BR /&gt;libname space JSON fileref=resp;&lt;/P&gt;&lt;P&gt;/* Print result, dropping automatic ordinal metadata */&lt;BR /&gt;title "Who is in space right now? (as of &amp;amp;sysdate)";&lt;BR /&gt;proc print data=space.people (drop=ordinal:);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ERROR:&lt;/P&gt;&lt;P&gt;ERROR: The JSON engine cannot be found.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;BR /&gt;56&lt;BR /&gt;57 /* Print result, dropping automatic ordinal metadata */&lt;BR /&gt;58 title "Who is in space right now? (as of &amp;amp;sysdate)";&lt;BR /&gt;59 proc print data=space.people (drop=ordinal:);&lt;BR /&gt;ERROR: Libref SPACE is not assigned.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 18:07:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/API-connection-Using-SAS/m-p/438446#M109321</guid>
      <dc:creator>tekish</dc:creator>
      <dc:date>2018-02-19T18:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: API connection Using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/API-connection-Using-SAS/m-p/438447#M109322</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/51471"&gt;@tekish&lt;/a&gt;&amp;nbsp;- Either your version of SAS isn't 9.4m4 or higher (but you say it's m5, so that should be okay),&amp;nbsp;&lt;STRONG&gt;OR&lt;/STRONG&gt; there is an installation issue.&amp;nbsp; That's indicated by your first post -- did you &lt;A href="http://support.sas.com/kb/61/513.html" target="_self"&gt;check the SAS Note I referenced&lt;/A&gt;?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 18:21:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/API-connection-Using-SAS/m-p/438447#M109322</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-02-19T18:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: API connection Using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/API-connection-Using-SAS/m-p/438479#M109333</link>
      <description>&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked this reference &lt;A href="http://support.sas.com/kb/61/513.html" target="_self" rel="nofollow noopener noreferrer"&gt;check the SAS Note I referenced&lt;/A&gt;?. It is already installed my&amp;nbsp;SAS current version.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 19:58:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/API-connection-Using-SAS/m-p/438479#M109333</guid>
      <dc:creator>tekish</dc:creator>
      <dc:date>2018-02-19T19:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: API connection Using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/API-connection-Using-SAS/m-p/438481#M109335</link>
      <description>&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;the Below code runs with out any error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;Filename&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; datain &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;url&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;'&lt;A href="http://chronicdata.cdc.gov/resource/dttw-5yxu.csv?topic=Overall%20Health&amp;amp;break_out=Overall" target="_blank"&gt;&lt;FONT color="#0066cc"&gt;http://chronicdata.cdc.gov/resource/dttw-5yxu.csv?topic=Overall%20Health&amp;amp;break_out=Overall&lt;/FONT&gt;&lt;/A&gt;'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;import&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;datafile&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=datain &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;out&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=cdc_brfss_overall_health &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;dbms&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=csv replace;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;getnames&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=yes;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* The following two procs would print out the schema and data itself, respectively */&lt;/P&gt;&lt;P&gt;/* proc contents; */&lt;/P&gt;&lt;P&gt;/* proc print data=cdc_brfss_excellent_health; */&lt;/P&gt;&lt;P&gt;/* remove non-states from the dataset */&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; cdc_brfss_overall_health;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;set&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; cdc_brfss_overall_health;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Locationabbr = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'UW'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;then&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;delete&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Locationabbr = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'US'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;then&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;delete&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Create a dataset that only has "Excellent" responses */&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; cdc_brfss_excellent_health;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;set&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; cdc_brfss_overall_health;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Response ^= &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'Excellent'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;then&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;delete&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Sort the dataset (this is required for the non-paneled box plot coming up to work) */&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;sort&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=cdc_brfss_excellent_health&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;out&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=cdc_brfss_excellent_health;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;by&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Year;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Show a box plot with Year on the X-axis and the data_value on the Y-axis - excellent responses only */&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;title&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;'CDC BRFSS asked "How is your general health?"'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;title2&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;'Data source: &lt;A href="https://chronicdata.cdc.gov/d/dttw-5yxu" target="_blank"&gt;&lt;FONT color="#0066cc"&gt;https://chronicdata.cdc.gov/d/dttw-5yxu&lt;/FONT&gt;&lt;/A&gt;'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;boxplot&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=cdc_brfss_excellent_health;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;plot&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Data_value*Year / &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;BOXSTYLE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=SCHEMATICID odstitle=title odstitle2=title2;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;label&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Data_value = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'Crude % of Respondents Who Answered "Excellent"'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;id&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Locationabbr;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Show a paneled box plot where each panel is a Response (excellent, very good, fair, poor) */&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;sgpanel&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=cdc_brfss_overall_health;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;panelby&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Response / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;novarname&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;columns&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;vbox&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Data_value / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;category&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=year &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;datalabel&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=Locationabbr;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;label&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Data_value = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'Crude Percentage'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Show a frequency table to see how many data points each state has */&lt;/P&gt;&lt;P&gt;/* proc freq data=cdc_brfss_excellent_health;&lt;/P&gt;&lt;P&gt;tables Locationabbr / nocum;&lt;/P&gt;&lt;P&gt;run; */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 20:08:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/API-connection-Using-SAS/m-p/438481#M109335</guid>
      <dc:creator>tekish</dc:creator>
      <dc:date>2018-02-19T20:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: API connection Using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/API-connection-Using-SAS/m-p/438623#M109381</link>
      <description>&lt;P&gt;I'm glad that you have something working.&amp;nbsp; If you can't use PROC HTTP (which would be a better/faster method for using these APIs), then you probably still need to address the issue I shared in the SAS note I referenced.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 12:38:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/API-connection-Using-SAS/m-p/438623#M109381</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-02-20T12:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: API connection Using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/API-connection-Using-SAS/m-p/438669#M109387</link>
      <description>&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works with out any error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 15:28:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/API-connection-Using-SAS/m-p/438669#M109387</guid>
      <dc:creator>tekish</dc:creator>
      <dc:date>2018-02-20T15:28:42Z</dc:date>
    </item>
  </channel>
</rss>

