<?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: SAS Function in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Function/m-p/94594#M290186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="379045" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;: They are probably only collecting the zipcodes for market research purposes and apparently not checking them for validity.&amp;nbsp; There is no 23100 zipcode in the US.&amp;nbsp; The closest I could find (using Google) was:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://zip-code.geographic-data.net/zip/FR/21300.html" title="http://zip-code.geographic-data.net/zip/FR/21300.html"&gt;21300 ZIP Code in France - Find ZIP Code all around the world&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Dec 2012 20:55:54 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2012-12-10T20:55:54Z</dc:date>
    <item>
      <title>SAS Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Function/m-p/94590#M290182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a SAS function that extracts only the numerals from a straing&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;if&amp;nbsp;&amp;nbsp; F is a sas function then it should give,&lt;/P&gt;&lt;P&gt; F(1bhy688%&amp;lt;2) = 16882,&lt;/P&gt;&lt;P&gt;F(&amp;gt;%$123abc77 bad guy 88)= 1237788,&lt;/P&gt;&lt;P&gt;F( " 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&amp;nbsp;&amp;nbsp; abc&amp;nbsp; 6 ^* +-? ")=156&amp;nbsp; and so on&amp;nbsp;&amp;nbsp;&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Dec 2012 04:12:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Function/m-p/94590#M290182</guid>
      <dc:creator>rnmishra</dc:creator>
      <dc:date>2012-12-09T04:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Function/m-p/94591#M290183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes. example:&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;input abc $;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;ewg356&lt;/P&gt;&lt;P&gt;57ugh&lt;/P&gt;&lt;P&gt;f7h58sh5&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set have;&lt;/P&gt;&lt;P&gt;&amp;nbsp; new=compress(abc,,'kd');&lt;/P&gt;&lt;P&gt;&amp;nbsp; proc print;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Dec 2012 04:21:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Function/m-p/94591#M290183</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2012-12-09T04:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Function/m-p/94592#M290184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great help....I was doing all sort of inefficient coding to fix this!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Dec 2012 04:49:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Function/m-p/94592#M290184</guid>
      <dc:creator>rnmishra</dc:creator>
      <dc:date>2012-12-09T04:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Function/m-p/94593#M290185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the spirit of sharing at Christmas, for my fellow Canadians, this is EXACTLY the function needed to get %$##$#%% gas pumps in the U.S. to accept your credit card. When they ask for a ZIP code, enter your Postal Code, digits only, followed by zeroes to fill to five digits. For example, my postal code is K2P 1S3, I use 21300, it's worked at least ten times on my recent trip. Another small aggravation eliminated, the coincidence of this appearing on the forum the day I get home is quite something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Merry Christmas, (and even to Americans who create these U.S.-centric applications),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 20:31:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Function/m-p/94593#M290185</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2012-12-10T20:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Function/m-p/94594#M290186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="379045" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;: They are probably only collecting the zipcodes for market research purposes and apparently not checking them for validity.&amp;nbsp; There is no 23100 zipcode in the US.&amp;nbsp; The closest I could find (using Google) was:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://zip-code.geographic-data.net/zip/FR/21300.html" title="http://zip-code.geographic-data.net/zip/FR/21300.html"&gt;21300 ZIP Code in France - Find ZIP Code all around the world&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 20:55:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Function/m-p/94594#M290186</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-12-10T20:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Function/m-p/94595#M290187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="149594" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; No, this has been causing us grief for years. Before we found this, we had tried many options. They were all rejected, which meant going into the gas station, getting them to turn on the pump, usually leaving our credit card with them, and a whole bunch or rigamarole. The following DON'T work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using our postal code, with the numbers for the letter keys;&lt;/P&gt;&lt;P&gt;Using 00000;&lt;/P&gt;&lt;P&gt;Using the actual ZIP code of the place we were going.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the last, clearly some kind of edit against our credit card information was being done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Believe me, someday you'll thank me for this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 21:29:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Function/m-p/94595#M290187</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2012-12-11T21:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Function/m-p/94596#M290188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="379045" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;: I'll try it the next time I'm in the US and will let you know if it worked.&amp;nbsp; If it does, yes, I will be thanking you profusely!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 22:10:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Function/m-p/94596#M290188</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-12-11T22:10:25Z</dc:date>
    </item>
  </channel>
</rss>

