<?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 Creating a street address map using LIBREF LOOKUP in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Creating-a-street-address-map-using-LIBREF-LOOKUP/m-p/878528#M38998</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use the code below to create a street address map but I keep getting the error you see in bold red:&lt;/P&gt;&lt;P&gt;proc geocode&lt;BR /&gt;27 method=street&lt;BR /&gt;28 data=GCTest2&lt;BR /&gt;29 LOOKUPSTREET=lookup.USM&lt;BR /&gt;30 OUT=GEOCODED&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;ERROR: Libref LOOKUP is not assigned.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;31 ATTRIBUTE_VAR=(countyfp Tract);&lt;BR /&gt;32 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used this exact same code before on the same device using the same SAS version and it worked. Not sure what the issue is now and would appreciate the help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2023 18:39:04 GMT</pubDate>
    <dc:creator>Ihsan-Mahdi</dc:creator>
    <dc:date>2023-05-31T18:39:04Z</dc:date>
    <item>
      <title>Creating a street address map using LIBREF LOOKUP</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-a-street-address-map-using-LIBREF-LOOKUP/m-p/878528#M38998</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use the code below to create a street address map but I keep getting the error you see in bold red:&lt;/P&gt;&lt;P&gt;proc geocode&lt;BR /&gt;27 method=street&lt;BR /&gt;28 data=GCTest2&lt;BR /&gt;29 LOOKUPSTREET=lookup.USM&lt;BR /&gt;30 OUT=GEOCODED&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;ERROR: Libref LOOKUP is not assigned.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;31 ATTRIBUTE_VAR=(countyfp Tract);&lt;BR /&gt;32 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used this exact same code before on the same device using the same SAS version and it worked. Not sure what the issue is now and would appreciate the help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 18:39:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-a-street-address-map-using-LIBREF-LOOKUP/m-p/878528#M38998</guid>
      <dc:creator>Ihsan-Mahdi</dc:creator>
      <dc:date>2023-05-31T18:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a street address map using LIBREF LOOKUP</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-a-street-address-map-using-LIBREF-LOOKUP/m-p/878535#M38999</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/333045"&gt;@Ihsan-Mahdi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to use the code below to create a street address map but I keep getting the error you see in bold red:&lt;/P&gt;
&lt;P&gt;proc geocode&lt;BR /&gt;27 method=street&lt;BR /&gt;28 data=GCTest2&lt;BR /&gt;29 LOOKUPSTREET=lookup.USM&lt;BR /&gt;30 OUT=GEOCODED&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;ERROR: Libref LOOKUP is not assigned.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;31 ATTRIBUTE_VAR=(countyfp Tract);&lt;BR /&gt;32 run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have used this exact same code before on the same device using the same SAS version and it worked. Not sure what the issue is now and would appreciate the help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If that code worked previously then you have a LIBRARY named LOOKUP assigned in that session. Your current session does not. That's what "Libref LOOKUP is not assigned" means.&lt;/P&gt;
&lt;P&gt;If you want to use the same data set then you need a LIBNAME LOOKUP pointing the location of that data set.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 19:02:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-a-street-address-map-using-LIBREF-LOOKUP/m-p/878535#M38999</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-05-31T19:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a street address map using LIBREF LOOKUP</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-a-street-address-map-using-LIBREF-LOOKUP/m-p/878539#M39000</link>
      <description>&lt;P&gt;Do you have a library assigned called Lookup as the error indicates?&lt;/P&gt;
&lt;P&gt;Did you miss a %include step included in previous codes?&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 19:04:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-a-street-address-map-using-LIBREF-LOOKUP/m-p/878539#M39000</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-05-31T19:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a street address map using LIBREF LOOKUP</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-a-street-address-map-using-LIBREF-LOOKUP/m-p/878549#M39001</link>
      <description>&lt;P&gt;Thanks for the tip. I actually was able to resolve the the issue replacing&amp;nbsp;LIBREF LOOKUP with&amp;nbsp;SASHELP.GEOEXM. I will try it using LIBNAME and see if it works as well.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 19:18:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-a-street-address-map-using-LIBREF-LOOKUP/m-p/878549#M39001</guid>
      <dc:creator>Ihsan-Mahdi</dc:creator>
      <dc:date>2023-05-31T19:18:44Z</dc:date>
    </item>
  </channel>
</rss>

