<?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>jerry898969 Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>jerry898969 Tracker</description>
    <pubDate>Sat, 16 May 2026 08:14:08 GMT</pubDate>
    <dc:date>2026-05-16T08:14:08Z</dc:date>
    <item>
      <title>ODS PDF knowing how many rows before page break</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-knowing-how-many-rows-before-page-break/m-p/741138#M24996</link>
      <description>&lt;P&gt;I have a task to create a pdf report.&amp;nbsp; I have the report generating but I have some table headings on the last line of one page and the data on the next page.&lt;/P&gt;
&lt;P&gt;Is there a way to check how many lines are left on a page and if it's not enough add a new page at that point?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 14:59:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-knowing-how-many-rows-before-page-break/m-p/741138#M24996</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2021-05-13T14:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GINSIDE Optimization</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-GINSIDE-Optimization/m-p/741132#M257612</link>
      <description>HI &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/277514"&gt;@RealePrimavera&lt;/a&gt;, &lt;BR /&gt;&lt;BR /&gt;We ended up moving everything to Linux and running it from there.  It did speed it up.</description>
      <pubDate>Thu, 13 May 2021 14:27:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-GINSIDE-Optimization/m-p/741132#M257612</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2021-05-13T14:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Two-way freq doesn't show the variable names when displayed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Two-way-freq-doesn-t-show-the-variable-names-when-displayed/m-p/534489#M73880</link>
      <description>&lt;P&gt;Hi ballardw,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ran this code and this is what it said in the log:&amp;nbsp; NOTE: Path 'Base.Freq.Crosstabfreqs' is in: SASUSER.TEMPLAT.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template;
  source base.freq.crosstabfreqs;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. I went to SAS and right-clicked on the word results in the result window and selected templates.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. I clicked the "+" of&amp;nbsp; Sasuser.Templat&lt;/P&gt;
&lt;P&gt;3. I clicked the "+" of Base&lt;/P&gt;
&lt;P&gt;4. Selected "Freq" and it had "CrossTabFreqs" so I renamed it to "_CrossTabFreqs" .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;5. I re-ran my freq and now it shows the column names.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you all for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 15:27:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Two-way-freq-doesn-t-show-the-variable-names-when-displayed/m-p/534489#M73880</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2019-02-11T15:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Two-way freq doesn't show the variable names when displayed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Two-way-freq-doesn-t-show-the-variable-names-when-displayed/m-p/533716#M73845</link>
      <description>&lt;P&gt;I apologize for not posting the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the code :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc freq data= _chk ;
tables Old*New / missing nocol norow nopercent ; 
run ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 20:09:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Two-way-freq-doesn-t-show-the-variable-names-when-displayed/m-p/533716#M73845</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2019-02-07T20:09:37Z</dc:date>
    </item>
    <item>
      <title>Two-way freq doesn't show the variable names when displayed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Two-way-freq-doesn-t-show-the-variable-names-when-displayed/m-p/533656#M73836</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I do a two-way proc freq it doesn't show the two variable names above the freq table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I never changed any of the setting on my SAS.&amp;nbsp; Is there a way to bring them back?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EX.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;The SAS System

The FREQ Procedure

Two-Way Table Output

Count   |0-YES    |1-NO     |   Total
--------+---------+---------+
0-YES   |       6 |       2 |       8
--------+---------+---------+
1-NO    |       2 |      56 |      58
--------+---------+---------+
Total           8        58        66&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Under "&lt;CODE class=" language-sas"&gt;Two-Way Table Output&lt;/CODE&gt;" shouldn't I see the 2 variables names used?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 16:56:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Two-way-freq-doesn-t-show-the-variable-names-when-displayed/m-p/533656#M73836</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2019-02-07T16:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Use different select value in proc sql based on variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Use-different-select-value-in-proc-sql-based-on-variable/m-p/522867#M142006</link>
      <description>&lt;P&gt;Thank you everyone for your replies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;novinosrin,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This worked exactly like i needed it too.&amp;nbsp; Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 13:59:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Use-different-select-value-in-proc-sql-based-on-variable/m-p/522867#M142006</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2018-12-20T13:59:55Z</dc:date>
    </item>
    <item>
      <title>Use different select value in proc sql based on variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Use-different-select-value-in-proc-sql-based-on-variable/m-p/522712#M141957</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a program that I run manually for different years.&amp;nbsp; The sas data table for almost all are in one directory structure and then I have another directory structure for some of the other years.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ex.&lt;/P&gt;
&lt;P&gt;2000-2005 C:\Data\Checking\SAS\Proj1&lt;/P&gt;
&lt;P&gt;2006-2009 C:\Data\Checking\SAS\Proj2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The table I want is in that path for that specific year.&amp;nbsp; The issue I have is that one column is different between the two locations.&lt;/P&gt;
&lt;P&gt;I have State in the first path and ST in the tables in the second path.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;This is what I have tried:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let year=2009 ;
%macro path ;    
	%if &amp;amp;year. &amp;lt; 2006 %then %let vName = state ;	
	%else %let vName = st ;		
%mend path ;
%path ;

%put &amp;amp;vName. ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't want to manually change these field names in my selects statements.&amp;nbsp; What would be the best way to define a macro variable that will hold either State or ST and use that in my select statements throughout my program?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My example above is giving me&amp;nbsp; "WARNING: Apparent symbolic reference VNAME not resolved." on %put &amp;amp;vName. ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sql ;&lt;/P&gt;
&lt;P&gt;select &amp;amp;vname.&lt;/P&gt;
&lt;P&gt;from tblTest&lt;/P&gt;
&lt;P&gt;quit ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 21:25:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Use-different-select-value-in-proc-sql-based-on-variable/m-p/522712#M141957</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2018-12-19T21:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Right arrow character causes problems only when logging with proc printto</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Right-arrow-character-causes-problems-only-when-logging-with/m-p/472484#M121154</link>
      <description>&lt;P&gt;I was able to figure it out by adding the encoding option to the include statement&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc printto log="C:\temp\test.log" new ;
run ;

%inc "C:\temp\test.sas" /encoding="utf-8" source2 ;

proc printto ;
run ;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Jun 2018 13:58:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Right-arrow-character-causes-problems-only-when-logging-with/m-p/472484#M121154</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2018-06-22T13:58:05Z</dc:date>
    </item>
    <item>
      <title>Right arrow character causes problems only when logging with proc printto</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Right-arrow-character-causes-problems-only-when-logging-with/m-p/472461#M121148</link>
      <description>&lt;P&gt;&amp;#26;&amp;#26;&amp;#26;&amp;#26;&amp;#26;&amp;#26;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a program that has a label that is using a small right arrow.&amp;nbsp; When I run the program through sas manually it runs fine with no errors.&amp;nbsp; I check the properties on the table and look for the variable and label shows the small right arrow.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run the following code it gets to the the variable with the right arrow and stops.&amp;nbsp; It says that the "DATA STEP running" but nothing is happening.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc printto log="C:\temp\test.log" new ;
run ;

%inc "C:\temp\test.sas" /source2 ;

proc printto ;
run ;&lt;/PRE&gt;
&lt;P&gt;When I cancel submitted statement and go to the log file it is stopped at that variable and the label go to the character right before the right arrow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is why it works if I just run the program, but doesn't when the program is included and proc printto is wrapped around it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think it is an encoding issue but I'm not sure how to correct this without having to do it manually and I can't do that because there could be many files to update.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 12:56:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Right-arrow-character-causes-problems-only-when-logging-with/m-p/472461#M121148</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2018-06-22T12:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Break up string using count function and how to loop through it</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Break-up-string-using-count-function-and-how-to-loop-through-it/m-p/455191#M115114</link>
      <description>Thank you everyone.  Erik this helped a lot.</description>
      <pubDate>Wed, 18 Apr 2018 14:07:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Break-up-string-using-count-function-and-how-to-loop-through-it/m-p/455191#M115114</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2018-04-18T14:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Break up string using count function and how to loop through it</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Break-up-string-using-count-function-and-how-to-loop-through-it/m-p/453616#M114647</link>
      <description>&lt;P&gt;I would love to do that, but I have to follow what my supervisor is requesting.&amp;nbsp; I'm not sure his thinking on this.&amp;nbsp; He may think that since it is an oracle DB that we should use Oracle export process to include everything.&amp;nbsp; He may not think SAS can return everything we may need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 15:36:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Break-up-string-using-count-function-and-how-to-loop-through-it/m-p/453616#M114647</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2018-04-12T15:36:27Z</dc:date>
    </item>
    <item>
      <title>Break up string using count function and how to loop through it</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Break-up-string-using-count-function-and-how-to-loop-through-it/m-p/453544#M114622</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to take this sql script string and break it up into column rows to start.&amp;nbsp; We are scripting out the sql from oracle but we want to create scripts that are formatted a specific way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CREATE TABLE "TEMP" ("TEMPID" NUMBER(7,0), "TESTID" NUMBER(6,0), "TYPE" VARCHAR2(5), "STARTDT" DATE, "SOURCE" VARCHAR2(5), "TITLE" VARCHAR2(6), CONSTRAINT "TEMP_PK" PRIMARY KEY ("TEMPID") ENABLE,&amp;nbsp; CONSTRAINT "TEMP_FK" FOREIGN KEY ("KEYID") REFERENCES "KEY" ("ID") ENABLE) ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output:&lt;/P&gt;
&lt;P&gt;TABNm COLNm COLType&lt;/P&gt;
&lt;P&gt;TEMP TEMPID NUMBER(7,0)&lt;/P&gt;
&lt;P&gt;TEMP TESTID NUMBER(6,0)&lt;/P&gt;
&lt;P&gt;TEMP TYPE VARCHAR2(5)&lt;/P&gt;
&lt;P&gt;TEMP STARTDT DATE&lt;/P&gt;
&lt;P&gt;TEMP SOURCE VARCHAR2(5)&lt;/P&gt;
&lt;P&gt;TEMP TITLE VARCHAR2(6)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is what I have so far.&amp;nbsp; I try to isolate just the variables and then take a count of double quotes and divide it by 2 to get the number of variables, but I'm not sure how to move each variable into a separate row.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data x ;
	set raw ;
	if f1=1 then do ;
		tabname=scan(line,2,'"') ;
		ParenPos=find(line,'(') ;		
		x=substr(line,ParenPos) ;
		EndPos=find(x,'CONSTRAINT') ;
		if EndPos = 0 then EndPos=find(x,';') ;
		y=substr(x,1,EndPos-1) ;
		VarCnt=count(y,'"')/2 ;
	end ;	
run ;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 13:32:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Break-up-string-using-count-function-and-how-to-loop-through-it/m-p/453544#M114622</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2018-04-12T13:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: seach text file based on obs in data table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/seach-text-file-based-on-obs-in-data-table/m-p/394325#M94998</link>
      <description>&lt;P&gt;Hi Ballard,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much. Your data steps returns the correct 17 variables. &amp;nbsp; Sorry for any confusion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I justed wanted to read in that file and get the list of tables which are listed under "FILES" and then using those table names search the reset of the document for each table.variable combination.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So tab1 would be first and I want it to return the n variables that are associated with tab1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this example it is these 3 like your code returns.&lt;/P&gt;
&lt;P&gt;tab1.id &amp;nbsp;&lt;BR /&gt;tab1.type&lt;BR /&gt;tab1.region&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again this is a big help.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 19:29:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/seach-text-file-based-on-obs-in-data-table/m-p/394325#M94998</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2017-09-08T19:29:14Z</dc:date>
    </item>
    <item>
      <title>seach text file based on obs in data table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/seach-text-file-based-on-obs-in-data-table/m-p/394291#M94986</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a word document that is given to me that is a mock up of a project I'm going to work on.&amp;nbsp; What I want to do is take the list of tables at the start of the document and then scan the document and pull out and instance where the table.variable combination is listed so I can then create a process to check that these table.variable combinations exist before we start the project.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The reason is that the department we work with gives us mocks that don't match the meta data of their tables and we want to resolve it before we start.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached is a test version of how the document will look.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
data mock ;
	length text $400 ;
	infile '[path]\temp.txt' length = l ;
	input @1 text $varying400. l ;	
run ;

data tables (drop=flag) ;
	set mock ;
	retain flag ;

	if text = 'FILES:' then flag=1 ;
	if text = ' ' then flag=0 ;
	if text ne 'FILES:' and  flag=1 then output ;
run ;

data tables_ (keep=tabname) ;
	set tables ;
	tabname = scan(strip(text),1) ;
run ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This code will give me a table with a list of tables to search.&amp;nbsp; I need to have this list in the final table so I can loop through the dictionary.columns table making sure these variables exist in those tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;tab1.id  
tab1.type
tab1.region
tab2.ph1
tab2.Fore1
tab2.Ext1
tab3.ph2
tab3.Fore2
tab3.Ext2
tab4.ph3
tab4.Fore3
tab4.Ext3
tab5.name
tab5.co
tab5.addr
tab5.city
tab5.email&lt;/PRE&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 17:54:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/seach-text-file-based-on-obs-in-data-table/m-p/394291#M94986</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2017-09-08T17:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Proc geocode giving different results after upgrading to new release version</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-geocode-giving-different-results-after-upgrading-to-new/m-p/346720#M12041</link>
      <description>&lt;P&gt;Thank you Robert for your suggestion.&amp;nbsp; I'm going to look into that and see if I can reduce the time.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 15:28:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-geocode-giving-different-results-after-upgrading-to-new/m-p/346720#M12041</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2017-04-03T15:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc geocode giving different results after upgrading to new release version</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-geocode-giving-different-results-after-upgrading-to-new/m-p/345357#M12006</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So far I have ran almost 300 addresses that I have from 2015 through proc ginside using the latest census block shapefile data.&amp;nbsp; When I compare them to the same 300 rows I have using proc ginside from 2016 shapefiles they are identical.&amp;nbsp; Does this sound right?&amp;nbsp; I was thinking that something might have changed over those 2 years in the shapefiles for tract or block.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm running this all on 9.4 TS1M2&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 13:12:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-geocode-giving-different-results-after-upgrading-to-new/m-p/345357#M12006</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2017-03-29T13:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Proc geocode giving different results after upgrading to new release version</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-geocode-giving-different-results-after-upgrading-to-new/m-p/344794#M11995</link>
      <description>&lt;P&gt;After I installed 9.4 TS1M2 I ran the same piece of code using my old address file and old maps and I geocoded them and did a compare to the file I created 2 years ago and they matched.&amp;nbsp; So there is something going on with 9.4 TS1M3.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was unable to speak with my supervisor today.&amp;nbsp; I will try and come up with some addresses that show this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have any advice on speeding up proc ginside?&amp;nbsp;&amp;nbsp; Addresses that we get zip matches we take them and join to the sashelp.zipcode table to get the county and then we run those state by state using the latest census shape files.&amp;nbsp; Even for one address the proc ginside has taken almost 30 minutes and it still isn't finished.&amp;nbsp; We tried subsetting by county but there was an issue where the county in the sashelp.zipcode table didn't match the county in the shapefile so that row never got Tract or Block like we were trying to get.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 20:48:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-geocode-giving-different-results-after-upgrading-to-new/m-p/344794#M11995</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2017-03-27T20:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc geocode giving different results after upgrading to new release version</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-geocode-giving-different-results-after-upgrading-to-new/m-p/344722#M11988</link>
      <description>&lt;P&gt;Thank you Ed,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using the 2016 street data file from sas maps online for my latest attempt and it was 2015 when we did it 2 years ago.&lt;/P&gt;
&lt;P&gt;Yes I did change the location of the maps when I was running my process.&amp;nbsp;&amp;nbsp; I actually used the exact code I did last time but this time it was on 9.4 TS1M3.&amp;nbsp; I'm installing 9.4 TS1M2 now and then I'm going to try it again to see if that will give me the same information.&amp;nbsp; Once I have that then I know I can use TS1M2.&amp;nbsp; That is unless TS1M4 is more accurate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 18:26:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-geocode-giving-different-results-after-upgrading-to-new/m-p/344722#M11988</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2017-03-27T18:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Proc geocode giving different results after upgrading to new release version</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-geocode-giving-different-results-after-upgrading-to-new/m-p/344695#M11984</link>
      <description>&lt;P&gt;The raw address file is a sas data set in a permanent library.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I uninstalled TS1M3 and I'm installing TS1M2 and re-running my process and it should be exact.&amp;nbsp; If that happens then I will use TS1M2 to do this years addresses.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that doesn't work then I will contact tech support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you again for all your help Ballardw.&amp;nbsp; I will reply back with my results.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 17:07:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-geocode-giving-different-results-after-upgrading-to-new/m-p/344695#M11984</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2017-03-27T17:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Proc geocode giving different results after upgrading to new release version</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-geocode-giving-different-results-after-upgrading-to-new/m-p/344669#M11977</link>
      <description>&lt;P&gt;Hi ballardw,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The results are considerible different.&amp;nbsp; I get different lat/lon and it's is not just feet apart it is much more.&amp;nbsp; The _matched_ column shows different values as well.&amp;nbsp;&amp;nbsp; For instance one address from when I ran the process 2 years ago has _matched_&amp;nbsp;&amp;nbsp; = 12345 S Skyview Cyn. The same address running with the same map files and the same raw address file gives me _matched_ = 78945 S Skyview Way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My raw address file is saved from when I ran it last time.&amp;nbsp; I bring it into my work directory to run the geocode process.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS is running on the same exact computer it was running on 2 years ago.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wonder if updating to TS1M3 updated the zipcode, plfips and any other table that proc geocode uses.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 15:37:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-geocode-giving-different-results-after-upgrading-to-new/m-p/344669#M11977</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2017-03-27T15:37:00Z</dc:date>
    </item>
  </channel>
</rss>

