<?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 Far Are You Willing To Go To Get To SAS Global Forum 2018 in SAS Global Forum 2018</title>
    <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451875#M236</link>
    <description>&lt;P&gt;Got a head start on you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13615"&gt;@MMMIIIIKKKKEEEE&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;TABLE class="table" summary="Procedure Print: Data Set WORK.GOINTODENVER" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="l header" scope="col"&gt;My Travel Distance from Raleigh to Denver&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="l data"&gt;1,457&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Fri, 06 Apr 2018 13:44:32 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2018-04-06T13:44:32Z</dc:date>
    <item>
      <title>How Far Are You Willing To Go To Get To SAS Global Forum 2018</title>
      <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451858#M232</link>
      <description>&lt;P&gt;SAS Programming Professionals,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am looking forward to catching up with &lt;U&gt;&lt;EM&gt;each and every one of you&lt;/EM&gt;&lt;/U&gt; at the end of my 1,484 mile trip to Denver!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I know that it is 1,484 miles you ask?&amp;nbsp; Well, I used the &lt;STRONG&gt;ZIPCITYDISTANCE&lt;/STRONG&gt; function in this handy program to calculate my mileage:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/* Distance to Denver using US Zip Codes */&lt;/P&gt;
&lt;P&gt;data gointodenver;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; denver_dist = put(zipcitydistance(20850,80202),comma.);&lt;/P&gt;
&lt;P&gt;&amp;nbsp; label denver_dist = "My Travel Distance from Rockville to Denver";&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc print noobs data=gointodenver label;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ah, I see my International friends shaking their heads because US Zip Codes don't really apply to them.&amp;nbsp; No worries; I've got you covered!&amp;nbsp; Get out your atlas, look up your longitude and latitude, and plug them into the &lt;STRONG&gt;GEODIST&lt;/STRONG&gt; function in this program:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/* Distance to Denver using Longitude and Latitude */&lt;BR /&gt;data gointodenver;&lt;/P&gt;
&lt;P&gt;denver_dist = put(geodist(39.085920,-77.174389,39.7392,104.9903,"M"),comma.);&lt;/P&gt;
&lt;P&gt;label denver_dist = "My Travel Distance From Rockville to Denver";&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc print noobs data=gointodenver label;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Oh right; you like Kilometers more than Miles.&amp;nbsp; Okay, then change the "M" to "K" and you've got it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, how far are Y-O-U willing to go to get to SAS Global Forum 2018?????&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 13:19:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451858#M232</guid>
      <dc:creator>MMMIIIIKKKKEEEE</dc:creator>
      <dc:date>2018-04-06T13:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: How Far Are You Willing To Go To Get To SAS Global Forum 2018</title>
      <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451869#M233</link>
      <description>&lt;P&gt;SAS Output&lt;/P&gt;
&lt;DIV class="branch"&gt;
&lt;TABLE class="systitleandfootercontainer" summary="Page Layout" frame="void" rules="none" width="100%" cellspacing="1" cellpadding="1" border="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="c systemtitle"&gt;The SAS System&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;BR /&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Print: Data Set WORK.GOINTODENVER" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;&lt;COLGROUP&gt; &lt;COL /&gt;&lt;/COLGROUP&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="l header" scope="col"&gt;My Travel&lt;BR /&gt;Distance &amp;gt;From&lt;BR /&gt;Ottawa to&lt;BR /&gt;Denver&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="l data"&gt;1,534 Miles&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Apr 2018 13:36:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451869#M233</guid>
      <dc:creator>ptimusk</dc:creator>
      <dc:date>2018-04-06T13:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: How Far Are You Willing To Go To Get To SAS Global Forum 2018</title>
      <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451872#M235</link>
      <description>&lt;P&gt;Very cool code. I came up with 845 miles from McFarland WI to Denver Co.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 13:40:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451872#M235</guid>
      <dc:creator>LauraJean</dc:creator>
      <dc:date>2018-04-06T13:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: How Far Are You Willing To Go To Get To SAS Global Forum 2018</title>
      <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451875#M236</link>
      <description>&lt;P&gt;Got a head start on you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13615"&gt;@MMMIIIIKKKKEEEE&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;TABLE class="table" summary="Procedure Print: Data Set WORK.GOINTODENVER" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="l header" scope="col"&gt;My Travel Distance from Raleigh to Denver&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="l data"&gt;1,457&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Apr 2018 13:44:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451875#M236</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-04-06T13:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: How Far Are You Willing To Go To Get To SAS Global Forum 2018</title>
      <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451876#M237</link>
      <description>&lt;P&gt;Looks like I'm only going about half as far as you, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13615"&gt;@MMMIIIIKKKKEEEE&lt;/a&gt;. Keep in mind, I'm still a new SAS professional &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS Output&lt;/P&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Print: Data Set WORK.GOINTODENVER" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="l header" scope="col"&gt;My Travel&lt;BR /&gt;Distance&lt;BR /&gt;from Minneapolis&lt;BR /&gt;to Denver&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="l data"&gt;699&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Apr 2018 13:44:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451876#M237</guid>
      <dc:creator>paulkaefer</dc:creator>
      <dc:date>2018-04-06T13:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: How Far Are You Willing To Go To Get To SAS Global Forum 2018</title>
      <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451878#M239</link>
      <description>&lt;P&gt;Woo hoo! I can participate in this without being able to run the code. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;'s distance is&amp;nbsp;1,457, then so is mine.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 13:47:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451878#M239</guid>
      <dc:creator>ShelleySessoms</dc:creator>
      <dc:date>2018-04-06T13:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: How Far Are You Willing To Go To Get To SAS Global Forum 2018</title>
      <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451879#M240</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/14323"&gt;@ShelleySessoms&lt;/a&gt;&amp;nbsp;are taking the long way.&amp;nbsp; My flight itinerary says it's only 1,445 miles&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 13:51:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451879#M240</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2018-04-06T13:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: How Far Are You Willing To Go To Get To SAS Global Forum 2018</title>
      <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451881#M241</link>
      <description>&lt;P&gt;Chris,&lt;/P&gt;
&lt;P&gt;Then, I guess we won't be sharing a taxi into town this year:-)!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 13:55:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451881#M241</guid>
      <dc:creator>MMMIIIIKKKKEEEE</dc:creator>
      <dc:date>2018-04-06T13:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: How Far Are You Willing To Go To Get To SAS Global Forum 2018</title>
      <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451882#M242</link>
      <description>&lt;P&gt;I had to split my journey up, because we're driving to Gatwick tonight, then flying from Gatwick to Denver tomorrow, but I've left the distance in miles for easier comparison, but I'm sure I'll be beaten by the Aussies:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="branch"&gt;&lt;A name="IDX" target="_blank"&gt;&lt;/A&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Print: Data Set WORK.GOINTODENVER" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;&lt;COLGROUP&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt;&lt;/COLGROUP&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="r header" scope="col"&gt;My Travel&lt;BR /&gt;Distance&lt;BR /&gt;From Royston&lt;BR /&gt;to Gatwick&lt;/TH&gt;
&lt;TH class="r header" scope="col"&gt;My Travel&lt;BR /&gt;Distance From&lt;BR /&gt;Gatwick to&lt;BR /&gt;Denver&lt;/TH&gt;
&lt;TH class="r header" scope="col"&gt;My Travel&lt;BR /&gt;Distance From&lt;BR /&gt;Royston to&lt;BR /&gt;Denver&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;62&lt;/TD&gt;
&lt;TD class="r data"&gt;4,725&lt;/TD&gt;
&lt;TD class="r data"&gt;4,787&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Apr 2018 13:55:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451882#M242</guid>
      <dc:creator>hollandnumerics</dc:creator>
      <dc:date>2018-04-06T13:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: How Far Are You Willing To Go To Get To SAS Global Forum 2018</title>
      <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451884#M243</link>
      <description>Shelley,&lt;BR /&gt;Hey, no fair!!!!</description>
      <pubDate>Fri, 06 Apr 2018 13:57:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451884#M243</guid>
      <dc:creator>MMMIIIIKKKKEEEE</dc:creator>
      <dc:date>2018-04-06T13:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: How Far Are You Willing To Go To Get To SAS Global Forum 2018</title>
      <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451885#M244</link>
      <description>&lt;P&gt;Paul,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's not how far you travel; it's where you get to in the end that counts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Um, at least that is what the meme on LinkedIn said...&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 13:58:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451885#M244</guid>
      <dc:creator>MMMIIIIKKKKEEEE</dc:creator>
      <dc:date>2018-04-06T13:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: How Far Are You Willing To Go To Get To SAS Global Forum 2018</title>
      <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451886#M245</link>
      <description>Nicely done, Phil!&lt;BR /&gt;I'll bet that you get 3-times the benefits that I do from SAS Global Forum 2018--if distance traveled is any indicator...</description>
      <pubDate>Fri, 06 Apr 2018 14:01:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451886#M245</guid>
      <dc:creator>MMMIIIIKKKKEEEE</dc:creator>
      <dc:date>2018-04-06T14:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: How Far Are You Willing To Go To Get To SAS Global Forum 2018</title>
      <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451887#M246</link>
      <description>&lt;P&gt;My distance seems to be the shortest ..;-)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;57107 to 80202&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;499 miles&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 14:03:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451887#M246</guid>
      <dc:creator>sasus1</dc:creator>
      <dc:date>2018-04-06T14:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: How Far Are You Willing To Go To Get To SAS Global Forum 2018</title>
      <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451888#M247</link>
      <description>&lt;P&gt;Don't forget your commute to the airports&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13635"&gt;@Vince_SAS&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;RDU's ZIP code is 27560.&amp;nbsp; It's ZIP code center is 5 miles closer than my home ZIP of 27613.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;DEN's airport ZIP code is&amp;nbsp;&lt;SPAN&gt;80249, making it even closer.&amp;nbsp; ZIP distance between the airports is 1,439 miles.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 14:03:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451888#M247</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-04-06T14:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: How Far Are You Willing To Go To Get To SAS Global Forum 2018</title>
      <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451889#M248</link>
      <description>&lt;P&gt;Making a small adaption to the code I posted in a &lt;A href="https://communities.sas.com/t5/SAS-Global-Forum-2017/Who-s-traveling-the-furthest/gpm-p/345440/highlight/true#M354" target="_self"&gt;similar thread last year&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="IDX" class="systitleandfootercontainer"&gt;
&lt;P&gt;&lt;SPAN class="c systemtitle"&gt;Furthest Great Circle Distance to Denver, CO&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;ARTICLE&gt;
&lt;TABLE class="table"&gt;&lt;CAPTION&gt;&amp;nbsp;&lt;/CAPTION&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="header" scope="col"&gt;City&lt;/TH&gt;
&lt;TH class="header" scope="col"&gt;Country&lt;/TH&gt;
&lt;TH class="r header" scope="col"&gt;Distance (km)&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;Curepipe&lt;/TH&gt;
&lt;TH class="rowheader" scope="row"&gt;Mauritius&lt;/TH&gt;
&lt;TD class="r data"&gt;17272.8&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/ARTICLE&gt;
&lt;DIV class="systitleandfootercontainer"&gt;
&lt;P&gt;&lt;SPAN class="c systemfooter"&gt;Location data from mapsgfk.world_cities&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="c systemfooter"&gt;The furthest more populous area would, similar to Orlando, FL would be on the Western shore of Australia.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="c systemfooter"&gt;Personally, my travel distance is about 2,580km but had this been a few years ago, when I lived in Denver, it would've been easily walkable.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Apr 2018 14:05:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451889#M248</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2018-04-06T14:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: How Far Are You Willing To Go To Get To SAS Global Forum 2018</title>
      <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451893#M249</link>
      <description>&lt;P&gt;695 Miles when calculating with ZipCityDistance, 694 when using GEODIST.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting this topic.&amp;nbsp; I am presenting my E-poster on Monday with my topic being how I drew inspiration from a similar thread&amp;nbsp; on who was traveling the furthest to last year's Global Forum.&amp;nbsp; I implemented changes to a marketing program that increased sales by a million dollars.&amp;nbsp; Similar code that you (MMMMIIIIKKKKEE) posted last year was an inspiration and I mention you and your post in my slides and paper.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My E-Poster presentation is on Monday at 1:30 and is titled: From Idea to Implementation:&amp;nbsp; How a SAS Communities Thread Changed How Sleep Number Direct Markets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please stop by if you have a chance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Aaronu&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 20:10:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451893#M249</guid>
      <dc:creator>AaroninMN</dc:creator>
      <dc:date>2018-04-06T20:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: How Far Are You Willing To Go To Get To SAS Global Forum 2018</title>
      <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451896#M250</link>
      <description>&lt;P&gt;That topic sounds awesome&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15500"&gt;@AaroninMN&lt;/a&gt;&amp;nbsp;-- I'll definitely stop by for that!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 14:17:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451896#M250</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-04-06T14:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: How Far Are You Willing To Go To Get To SAS Global Forum 2018</title>
      <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451902#M251</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Print: Data Set WORK.GOINTODENVER" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;&lt;COLGROUP&gt; &lt;COL /&gt;&lt;/COLGROUP&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="l header" scope="col"&gt;My Travel&lt;BR /&gt;Distance&lt;BR /&gt;from Des&lt;BR /&gt;Moines to&lt;BR /&gt;Denver&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="l data"&gt;603&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Apr 2018 14:26:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451902#M251</guid>
      <dc:creator>dgritt</dc:creator>
      <dc:date>2018-04-06T14:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: How Far Are You Willing To Go To Get To SAS Global Forum 2018</title>
      <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451905#M252</link>
      <description>&lt;P&gt;Aaron,&lt;/P&gt;
&lt;P&gt;Wow; that is really great!&lt;/P&gt;
&lt;P&gt;Thank you for the feedback; I am glad to have been able to provide the seed of an idea that you capitalized on.&lt;/P&gt;
&lt;P&gt;Looking forward to meeting you at on Monday at 1:30!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 14:28:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451905#M252</guid>
      <dc:creator>MMMIIIIKKKKEEEE</dc:creator>
      <dc:date>2018-04-06T14:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: How Far Are You Willing To Go To Get To SAS Global Forum 2018</title>
      <link>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451906#M253</link>
      <description>&lt;P&gt;My Travel&lt;BR /&gt;Distance from&lt;BR /&gt;Portland ME&lt;BR /&gt;to Denver&lt;BR /&gt;1,778&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 14:32:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Global-Forum-2018/How-Far-Are-You-Willing-To-Go-To-Get-To-SAS-Global-Forum-2018/m-p/451906#M253</guid>
      <dc:creator>agparsons</dc:creator>
      <dc:date>2018-04-06T14:32:27Z</dc:date>
    </item>
  </channel>
</rss>

