<?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: Proc Geocode doesn't return tract or block when zip or city match in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204261#M7572</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Darrell,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so so much.&amp;nbsp; I will check with the census to see if I can get some type of file that will allow me to do the same thing I did for county.&amp;nbsp; I was able to get most of the counties to match up with a previous process I used a few years ago so I know that county works.&amp;nbsp; I hope I can do the same from tract and block..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you and I will post my results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2015 17:05:53 GMT</pubDate>
    <dc:creator>jerry898969</dc:creator>
    <dc:date>2015-06-16T17:05:53Z</dc:date>
    <item>
      <title>Proc Geocode doesn't return tract or block when zip or city match</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204256#M7567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using proc geocode to geocode about 100,000 of addresses.&amp;nbsp; I want to know why when it is a zip or city match the tract and block are left blank?&amp;nbsp; Since it is a centroid wouldn't return back the tract and block of the centroid position or the X and Y that are returned?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;County is also blank but I'm using proc ginside to get many of them populated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way I can do this?&amp;nbsp; Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 19:08:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204256#M7567</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2015-06-11T19:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode doesn't return tract or block when zip or city match</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204257#M7568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically when the street level address can't be coded the procedure isn't going to assume anything about the tracts and blocks since a Zip or City may be associated with multiple tracts or blocks. Not always the case in lower population densities but I can well sympathize with not trying to program in the literally thousands of exceptions.&lt;/P&gt;&lt;P&gt;If your coding data set doesn't have county then it will be blank. You can get that with a merge on Zipcode from your data and SASHELP.ZIPCODE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 20:49:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204257#M7568</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-11T20:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode doesn't return tract or block when zip or city match</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204258#M7569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ballardw,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm able to get county using proc ginside.&amp;nbsp; But why doesn't it return the tract and block for the X Y coordinates that are returned?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 21:16:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204258#M7569</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2015-06-11T21:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode doesn't return tract or block when zip or city match</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204259#M7570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may need to share how you are using Ginside and some details of the specific data sets. Such as the coordinates of some of the city or Zip geocoded values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 21:37:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204259#M7570</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-11T21:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode doesn't return tract or block when zip or city match</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204260#M7571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For GINSIDE, you are providing a map data set to find what the points are inside of.. GINSIDE only finds one polygon (like county) per execution.&amp;nbsp; I assume it is a county map and that is what is returned.&amp;nbsp; I assume it doesn't have Tract and Block.&amp;nbsp; Tract and Block don't necessary line up with county.&amp;nbsp; If you have a map data set (from the Census) that has the Tract, then you can run that with GINSIDE&amp;nbsp; a second time and add it to the County.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 13:20:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204260#M7571</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2015-06-12T13:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode doesn't return tract or block when zip or city match</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204261#M7572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Darrell,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so so much.&amp;nbsp; I will check with the census to see if I can get some type of file that will allow me to do the same thing I did for county.&amp;nbsp; I was able to get most of the counties to match up with a previous process I used a few years ago so I know that county works.&amp;nbsp; I hope I can do the same from tract and block..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you and I will post my results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 17:05:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204261#M7572</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2015-06-16T17:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode doesn't return tract or block when zip or city match</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204262#M7573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darrell,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help.&amp;nbsp; I'm currently in the process of getting all the shape files from the census website and running it against my data.&amp;nbsp; My test process worked so I really appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 17:17:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204262#M7573</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2015-06-18T17:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode doesn't return tract or block when zip or city match</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204263#M7574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darrell,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have downloaded the 51 state block shape files and have extracted them and imported them using proc mapimport.&amp;nbsp; Now I have a table with 645,065,406 rows.&amp;nbsp; When I try and do the proc ginside for just 1 address row using the block table it is taking a very long time.&amp;nbsp; It's at about 5 minutes now and still nothing is returned.&amp;nbsp; Is there options that can speed this process up?&amp;nbsp; Do you know of a better approach?&amp;nbsp; The block files have state, county, tract and block so all my info I need is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 16:26:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204263#M7574</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2015-06-19T16:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode doesn't return tract or block when zip or city match</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204264#M7575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you subset your Address data and your block data by the state?&amp;nbsp; So do NC addresses with NC block data.&amp;nbsp; And SC and every state the same way.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version are you using?&amp;nbsp; We discovered some performance issues a few releases back.&amp;nbsp; Big files ran much slower.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 16:48:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204264#M7575</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2015-06-19T16:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode doesn't return tract or block when zip or city match</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204265#M7576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darrell,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is exactly what I'm doing now.&amp;nbsp; I'm doing Alabama first.&amp;nbsp; I have 330 addresses and around 16 million rows in the block file for Alabama.&lt;/P&gt;&lt;P&gt;Both tables are within my work library so it doesn't need to go get the data.&amp;nbsp;&amp;nbsp; I'm using SAS 9.4 64-bit TS1M2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how my code looks&lt;/P&gt;&lt;P&gt;al_addr=330 obs&lt;/P&gt;&lt;P&gt;block_AL=16 million obs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc ginside data=al_addr map=block_AL out=AL_blk ;&lt;/P&gt;&lt;P&gt;id statefp10 countyfp10 tractce10 blockce10 ;&lt;/P&gt;&lt;P&gt;run ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help.&amp;nbsp; This is a big project and it's been one road block after another.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 17:49:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204265#M7576</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2015-06-19T17:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode doesn't return tract or block when zip or city match</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204266#M7577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, it took us several days to research this.&amp;nbsp; It looks like the problem is the number of Blocks you have in Alabama, but mostly the number of points in each Block.&amp;nbsp; As you said, there are around 16 million observations.&amp;nbsp; I think there are around 6000 Blocks, so each Block (polygon) has 2000 to 3000 points. The I/O seems to be a big factor.&amp;nbsp; And the searching the polygons. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have the county in both the Block map and your points.&amp;nbsp; You could search by county. The Block isn't the same as a county, but close since they list the county in the Block map.&amp;nbsp;&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname foo 'C:\';&lt;/P&gt;&lt;P&gt;Proc mapimport out=foo.blocks datafile="c:\Public\user_data\tl_2014_01_tabblock10.shp" contents;&lt;/P&gt;&lt;P&gt;id blockce10; run;&lt;/P&gt;&lt;P&gt;/*&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Proc gmap data=foo.blocks map=foo.blocks; id blockce10; choro blockce10; run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;*/&lt;/P&gt;&lt;P&gt;data points;&lt;/P&gt;&lt;P&gt;x= -86.8025; y=33.5205556; city="Birmingham"; county="Jefferson"; fips="073";&lt;/P&gt;&lt;P&gt;x= -86.8024; y=33.5205556; city="Birmingham"; county="Jefferson"; fips="073";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc sort data=points; by county; run;&lt;/P&gt;&lt;P&gt;data blocks; set foo.blocks(where=(countyfp10='073')); run;&lt;/P&gt;&lt;P&gt;proc ginside data=points map=blocks out=out; id blockce10; run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 19:13:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204266#M7577</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2015-06-23T19:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode doesn't return tract or block when zip or city match</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204267#M7578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darrell,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you so much for your reply.&amp;nbsp; Are you saying that I should subset the block file that I import to only leaves rows with the counties within my data?&amp;nbsp; I am unable to subset the data.&amp;nbsp; The lead wants to leave the file as is.&amp;nbsp; He is afraid we may compromise the quality of the returned data and we have to send it out to many people. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within the mapimport I was doing the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc mapimport datafile="c:\temp\state.shp" out=block_temp ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select statefp10 countyfp10 tractce10 blockce10 ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fact I'm not using the id statement with blockce10 will it cause a problem or slow down the process?&amp;nbsp; Can I leave it like this?&lt;/P&gt;&lt;P&gt;I have already used this import for all 51 states and started to giniside&amp;nbsp; some of the states.&amp;nbsp; If the id is an issue I will have to recreate the map files and re-run ginside which will cause me even&lt;/P&gt;&lt;P&gt;more delay.&amp;nbsp; The main thing I have to know is if the output will be incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much.&amp;nbsp; I really need to figure this issue out so I can complete this project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:02:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204267#M7578</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2015-06-24T14:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode doesn't return tract or block when zip or city match</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204268#M7579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding MAPIMPORT, sorry but the ID is important.&amp;nbsp; The Census frequently does not sort the data by what you need (blockce10, in this case).&amp;nbsp; In fact, you need to sort the data by&amp;nbsp; &lt;/P&gt;&lt;P&gt;'ID countyfp10 blockce10;'. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;See my example below.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I don't understand the problem with sub-setting the data.&amp;nbsp; I am not subsetting the data from MAPIMPORT, but I am subsetting a copy into a smaller data set.&amp;nbsp; Otherwise, you will continue to run very slow.&amp;nbsp; This example does one state at a time and then only the counties that you have in your "point" data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname save 'C:\';&lt;/P&gt;&lt;P&gt;filename fipsout 'c:\blocks\myfips.sas';&lt;/P&gt;&lt;P&gt;%let state=01;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*Alabama block data*/&lt;/P&gt;&lt;P&gt;Proc mapimport out=save.blocks2 datafile="c:\Public\user_data\tl_2014_01_tabblock10.shp" contents;&lt;/P&gt;&lt;P&gt;id countyfp10 blockce10; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data save.points;&amp;nbsp; /*The data that I'm matching to the blocks*/&lt;/P&gt;&lt;P&gt;x= -86.8025; y=33.5205556; city="Birmingham"; county="Jefferson"; fips="073"; output;&lt;/P&gt;&lt;P&gt;x= -86.8024; y=33.5205556; city="Birmingham"; county="Jefferson"; fips="073"; output;&lt;/P&gt;&lt;P&gt;x= -86.3;&amp;nbsp;&amp;nbsp;&amp;nbsp; y=32.3666667; city="Montgomery"; county="Montgomery"; fips="101"; output;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc sort data=save.points; by fips; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%macro ginside_cnty(state, fip );&lt;/P&gt;&lt;P&gt;data points; set save.points(where=(fips="&amp;amp;fip")); run;&amp;nbsp; /*subset points by county*/&lt;/P&gt;&lt;P&gt;data blocks; set save.blocks2(where=(countyfp10="&amp;amp;fip")); run;&amp;nbsp; /*subset map by county*/&lt;/P&gt;&lt;P&gt;proc ginside data=points map=blocks out=out&amp;amp;state&amp;amp;fip; id blockce10; run;&lt;/P&gt;&lt;P&gt;data save.blks&amp;amp;state; set save.blks&amp;amp;state out&amp;amp;state&amp;amp;fip; run;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;/*concat the blocks in the state*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;%mend;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data save.blks&amp;amp;state; run; /*empty results data out*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data out_fips;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; file fipsout; set save.points; length lastfips $3;&amp;nbsp; retain lastfips '';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if&amp;nbsp; (lastfips ne fips) then do; out='%ginside_cnty('||"&amp;amp;state"||','||fips||');'; put out; end;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; lastfips=fips; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%inc fipsout;&amp;nbsp; /*Run the file created above and Results in save.blks01 */&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 17:28:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204268#M7579</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2015-06-24T17:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode doesn't return tract or block when zip or city match</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204269#M7580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darrel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was using select to select out the variables I need.&amp;nbsp; The map data does seem sorted.&amp;nbsp; By not using ID will it give me bad data or just slow down the process?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will speak to the lead guy tomorrow to see if we can use this approach.&amp;nbsp; My worry is that I created 51 tables use the proc mapimport without the id statement.&amp;nbsp; We have run some long processes against them.&amp;nbsp; I want to make sure the returned data isn't compromised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank again for your help.&amp;nbsp; I appreciate the information as well.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 00:37:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204269#M7580</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2015-06-25T00:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode doesn't return tract or block when zip or city match</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204270#M7581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will give you bad data.&amp;nbsp; &lt;/P&gt;&lt;P&gt;You might try just importing Alabama and experimenting with that state with the ID statement before importing all the states.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Proc GMAP to see the Census map, but i would look at one County at a time because otherwise it will look like an all black mess due to the many Census Blocks.&amp;nbsp; I used county "101".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 11:16:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204270#M7581</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2015-06-25T11:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode doesn't return tract or block when zip or city match</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204271#M7582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darrell,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why isn't that listed as a required statement?&amp;nbsp; How would it cause bad data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the page that I looked at when I was working on that.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ats.ucla.edu/stat/sas/faq/gmap.htm" title="http://www.ats.ucla.edu/stat/sas/faq/gmap.htm"&gt;SAS FAQ: How can I generate maps in SAS using an external shape file?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that example they don't use the id statement but the select statement.&amp;nbsp;&amp;nbsp; We are not mapping this data.&amp;nbsp; All we need is the codes returned back using ginside.&amp;nbsp;&amp;nbsp; Will that still return bad data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here it says that mapimport will use the existing polygon order for the output map data set.&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a002249067.htm" title="https://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a002249067.htm"&gt;SAS/GRAPH(R) 9.2: Reference, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the block shape files what should the id be blockce10?&amp;nbsp; How about the other fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 12:42:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204271#M7582</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2015-06-25T12:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode doesn't return tract or block when zip or city match</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204272#M7583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It isn't required if the shapefile is sorted correctly (in polygon order).&amp;nbsp; That is, if it is sorted to use a particular variable such as BLOCKCE10.&amp;nbsp;&amp;nbsp; Frequently, the Census data is not sorted correctly.&amp;nbsp; If you use the ID statement, then you need to specify the variables in order of how you use them.&amp;nbsp; So, if you used county, tract and block, you should sort them with "ID countryfp10 tractce10 blockce10;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The map must be in order that you can view it with GMAP to be able to use it with GINSIDE.&lt;/P&gt;&lt;P&gt;If you see lines crossing with GMAP, then GINSIDE will 'see' the map that way too. Therefore, the data would be wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We used an example of a Census file for the ID statement because it is wrong so often: &lt;A href="http://support.sas.com/documentation/cdl/en/graphref/67288/HTML/default/viewer.htm#p1sz5u47czzcj2n120k9fnqeb249.htm"&gt;http://support.sas.com/documentation/cdl/en/graphref/67288/HTML/default/viewer.htm#p1sz5u47czzcj2n120k9fnqeb249.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know about the documentation that isn't SAS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 18:34:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204272#M7583</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2015-06-25T18:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode doesn't return tract or block when zip or city match</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204273#M7584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darrell,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for all your help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are going to redo the process and use the id statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the block shape files it has Statefp10, CountyFp10, TractCE10 and BlockCE10 that I need to get back from proc ginside.&lt;/P&gt;&lt;P&gt;Would this be the correct way to execute the proc mapimport?&amp;nbsp; I will try doing gmap on one of my current files to see what it looks like and then for the same state I will do it with the id statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: normal; font-weight: normal; text-align: start; text-indent: 0px; font-size: 13px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #575757; background-color: #ffffff;"&gt;Proc mapimport datafile="c:\temp\tl_2014_01_tabblock10.shp" out="AL_Block" contents;&lt;/P&gt;&lt;P style="font-style: normal; font-weight: normal; text-align: start; text-indent: 0px; font-size: 13px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #575757; background-color: #ffffff;"&gt;id statefp10 countyfp10 tractce10 blockce10; &lt;/P&gt;&lt;P style="font-style: normal; font-weight: normal; text-align: start; text-indent: 0px; font-size: 13px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #575757; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should give me correct data now when I do proc ginside, correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 13:58:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204273#M7584</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2015-06-26T13:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode doesn't return tract or block when zip or city match</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204274#M7585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you need to re-import them again if you use GEOID10 instead of blockce10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I looked a little further at the data.&amp;nbsp; BLOCKs are not unique even by county.&amp;nbsp; The same block number exist in the same county in 2 tracts:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Statefp10&amp;nbsp; Countyfp10&amp;nbsp;&amp;nbsp;&amp;nbsp; tractce10&amp;nbsp;&amp;nbsp; blockce10&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 020500&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 020600&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 020700&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;...&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 003&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 011403&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;...&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 133&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 965900&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;These maps ARE sorted by GEOID10.&amp;nbsp; GEO10 contains Statefp10 Countryfp10 Tractce10 and Blockce10 as a single number.&amp;nbsp; They are in that order.&amp;nbsp; You can get BLOCK by using the last 4 digits and TRACT by using the previous 6 digits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 14:59:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204274#M7585</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2015-06-26T14:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode doesn't return tract or block when zip or city match</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204275#M7586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darrell,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previously I didn't use the id statement at all.&amp;nbsp; I will use GEOID10 within my proc mapimport. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code I should use, correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: normal; font-weight: normal; text-align: start; text-indent: 0px; font-size: 13px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #575757; background-color: #ffffff;"&gt;Proc mapimport datafile="c:\temp\tl_2014_01_tabblock10.shp" out="AL_Block" contents;&lt;/P&gt;&lt;P style="font-style: normal; font-weight: normal; text-align: start; text-indent: 0px; font-size: 13px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #575757; background-color: #ffffff;"&gt;id GEOID10 ; &lt;/P&gt;&lt;P style="font-style: normal; font-weight: normal; text-align: start; text-indent: 0px; font-size: 13px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #575757; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;P style="font-style: normal; font-weight: normal; text-align: start; text-indent: 0px; font-size: 13px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #575757; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-style: normal; font-weight: normal; text-align: start; text-indent: 0px; font-size: 13px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #575757; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-style: normal; font-weight: normal; text-align: start; text-indent: 0px; font-size: 13px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #575757; background-color: #ffffff;"&gt;I did run your code using the id statement and a version without the id statement and I did proc gmap.&amp;nbsp; I can see what you were talking about with the lines not lines up correctly without the id statement.&amp;nbsp; &lt;IMG alt="AL_w_id_statement.jpg" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/11010_AL_w_id_statement.jpg" width="450" /&gt;&lt;IMG alt="AL_wo_id_statement.jpg" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/11011_AL_wo_id_statement.jpg" width="450" /&gt;&lt;/P&gt;&lt;P style="font-style: normal; font-weight: normal; text-align: start; text-indent: 0px; font-size: 13px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #575757; background-color: #ffffff;"&gt;But when I did a proc ginside using the 2 rows of data you created for Birmingham and Jefferson county no data is returned back.&amp;nbsp;&amp;nbsp; I'm running your code as it is. &lt;/P&gt;&lt;P style="font-style: normal; font-weight: normal; text-align: start; text-indent: 0px; font-size: 13px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #575757; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-style: normal; font-weight: normal; text-align: start; text-indent: 0px; font-size: 13px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #575757; background-color: #ffffff;"&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 15:28:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Geocode-doesn-t-return-tract-or-block-when-zip-or-city/m-p/204275#M7586</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2015-06-26T15:28:01Z</dc:date>
    </item>
  </channel>
</rss>

