<?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: Programmatically extracting table values for use in a procedure in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Programmatically-extracting-table-values-for-use-in-a-procedure/m-p/626249#M184680</link>
    <description>Basic data step, this paper covers it in detail with their full code examples of how they did it. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.lexjansen.com/mwsug/2016/BI/MWSUG-2016-BI02.pdf" target="_blank"&gt;https://www.lexjansen.com/mwsug/2016/BI/MWSUG-2016-BI02.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You'll likely also want a macro of sorts to handle each call and store the output but not sure of the exact details of how this works anymore.&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Feb 2020 18:01:23 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-02-20T18:01:23Z</dc:date>
    <item>
      <title>Programmatically extracting table values for use in a procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Programmatically-extracting-table-values-for-use-in-a-procedure/m-p/626220#M184667</link>
      <description>&lt;P&gt;I am using proc http to make a call to Google's Distance Matrix API. The requests for this are of the format: url="&lt;A href="https://maps.googleapis.com/maps/api/distancematrix/" target="_blank"&gt;https://maps.googleapis.com/maps/api/distancematrix/&lt;/A&gt; json?units=imperial &amp;amp;origins=lat1,long1|lat2,long2|...|latn,longn&amp;amp;destinations=lat1,long1|lat2,long2|...|latn,longn &amp;amp;key=&amp;lt;API_Key&amp;nbsp;&amp;gt;". I have a table that contains lat longs and I would like to programmatically take those values from their column and put them into the format necessary to make the API call. What are some approaches that might work for this?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 17:57:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Programmatically-extracting-table-values-for-use-in-a-procedure/m-p/626220#M184667</guid>
      <dc:creator>nicwoyak</dc:creator>
      <dc:date>2020-02-20T17:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically extracting table values for use in a procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Programmatically-extracting-table-values-for-use-in-a-procedure/m-p/626249#M184680</link>
      <description>Basic data step, this paper covers it in detail with their full code examples of how they did it. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.lexjansen.com/mwsug/2016/BI/MWSUG-2016-BI02.pdf" target="_blank"&gt;https://www.lexjansen.com/mwsug/2016/BI/MWSUG-2016-BI02.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You'll likely also want a macro of sorts to handle each call and store the output but not sure of the exact details of how this works anymore.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2020 18:01:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Programmatically-extracting-table-values-for-use-in-a-procedure/m-p/626249#M184680</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-02-20T18:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically extracting table values for use in a procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Programmatically-extracting-table-values-for-use-in-a-procedure/m-p/626251#M184681</link>
      <description>I should say, it illustrates the approach. They're using addresses and you're using lat/long which changes the parameters but not the general idea.</description>
      <pubDate>Thu, 20 Feb 2020 18:02:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Programmatically-extracting-table-values-for-use-in-a-procedure/m-p/626251#M184681</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-02-20T18:02:32Z</dc:date>
    </item>
  </channel>
</rss>

