<?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 do I fix this scatter plot? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649650#M22274</link>
    <description>&lt;P&gt;Hi Reeza&lt;/P&gt;&lt;P&gt;Here is the log from the code I ran&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-05-21 at 18.08.55.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39704iF395DF776144DD9B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-05-21 at 18.08.55.png" alt="Screen Shot 2020-05-21 at 18.08.55.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran the code you suggested and the plot worked. What does that tell you?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-05-21 at 18.09.31.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39703i54709AD8650776DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-05-21 at 18.09.31.png" alt="Screen Shot 2020-05-21 at 18.09.31.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Thu, 21 May 2020 17:11:12 GMT</pubDate>
    <dc:creator>AbhilashS</dc:creator>
    <dc:date>2020-05-21T17:11:12Z</dc:date>
    <item>
      <title>How do I fix this scatter plot?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649634#M22269</link>
      <description>&lt;P&gt;Hello there !&lt;/P&gt;&lt;P&gt;I cannot seem to fix a broken scatter plot. For an unknown reason, the points on the graph are going up (instead of up and down).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code I am running&lt;/P&gt;&lt;P&gt;proc sgplot data=cardata;&lt;BR /&gt;scatter x=year y=age_adjusted_rate;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-05-21 at 17.46.26.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39699iFD2C9F2C723506A7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-05-21 at 17.46.26.png" alt="Screen Shot 2020-05-21 at 17.46.26.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Any ideas why?&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 16:49:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649634#M22269</guid>
      <dc:creator>AbhilashS</dc:creator>
      <dc:date>2020-05-21T16:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this scatter plot?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649645#M22272</link>
      <description>&lt;P&gt;Show your log.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a format applied to the library?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What happens if you plot the following:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.class;
scatter x=height y=weight;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/328286"&gt;@AbhilashS&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello there !&lt;/P&gt;
&lt;P&gt;I cannot seem to fix a broken scatter plot. For an unknown reason, the points on the graph are going up (instead of up and down).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the code I am running&lt;/P&gt;
&lt;P&gt;proc sgplot data=cardata;&lt;BR /&gt;scatter x=year y=age_adjusted_rate;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-05-21 at 17.46.26.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39699iFD2C9F2C723506A7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-05-21 at 17.46.26.png" alt="Screen Shot 2020-05-21 at 17.46.26.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;Any ideas why?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 17:06:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649645#M22272</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-05-21T17:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this scatter plot?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649646#M22273</link>
      <description>&lt;P&gt;Perhaps your Y variable is probably character instead of numeric? That can happen if you (mis)read the data from an Excel spreadsheet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To check, run&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc contents data=cardata;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and look at the type of the Age_Adjusted_Rate variable.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 17:08:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649646#M22273</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-05-21T17:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this scatter plot?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649650#M22274</link>
      <description>&lt;P&gt;Hi Reeza&lt;/P&gt;&lt;P&gt;Here is the log from the code I ran&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-05-21 at 18.08.55.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39704iF395DF776144DD9B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-05-21 at 18.08.55.png" alt="Screen Shot 2020-05-21 at 18.08.55.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran the code you suggested and the plot worked. What does that tell you?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-05-21 at 18.09.31.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39703i54709AD8650776DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-05-21 at 18.09.31.png" alt="Screen Shot 2020-05-21 at 18.09.31.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 17:11:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649650#M22274</guid>
      <dc:creator>AbhilashS</dc:creator>
      <dc:date>2020-05-21T17:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this scatter plot?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649653#M22276</link>
      <description>&lt;P&gt;Hi Rick&lt;/P&gt;&lt;P&gt;Yes you are right. It is a CHARACTER. Is there a way to change them to NUMERIC?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-05-21 at 18.16.51.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39705i6A0E3D65771829D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-05-21 at 18.16.51.png" alt="Screen Shot 2020-05-21 at 18.16.51.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 17:18:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649653#M22276</guid>
      <dc:creator>AbhilashS</dc:creator>
      <dc:date>2020-05-21T17:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this scatter plot?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649655#M22277</link>
      <description>&lt;P&gt;How did that data arrive in SAS (import from external file, read from foreign database, ...)?&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 17:27:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649655#M22277</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-21T17:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this scatter plot?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649658#M22278</link>
      <description>Hi Kurt&lt;BR /&gt;It is a CSV file downloaded from a public database.&lt;BR /&gt;Thank you for those articles. I am going through them now.</description>
      <pubDate>Thu, 21 May 2020 17:32:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649658#M22278</guid>
      <dc:creator>AbhilashS</dc:creator>
      <dc:date>2020-05-21T17:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this scatter plot?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649660#M22279</link>
      <description>&lt;P&gt;Then you should give us an example of the csv file. Either copy/paste a few lines into a window opened with the &amp;lt;/&amp;gt; button (open the file with an editor, not with Excel!), or attach it to a post.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 17:36:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649660#M22279</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-21T17:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this scatter plot?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649662#M22281</link>
      <description>&lt;PRE&gt;FILENAME REFFILE '/folders/myfolders/sas_datasets/results.csv';

PROC IMPORT DATAFILE=REFFILE
	DBMS=CSV
	OUT=WORK.cardata
	replace;
RUN;&lt;/PRE&gt;&lt;P&gt;Thanks Kurt.&lt;/P&gt;&lt;P&gt;I have attached both the CSV file I am using and the code I ran.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 17:43:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649662#M22281</guid>
      <dc:creator>AbhilashS</dc:creator>
      <dc:date>2020-05-21T17:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this scatter plot?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649666#M22282</link>
      <description>&lt;P&gt;It tells me the issue is not with SAS but with your data, so that's when you know to check the data types and formats.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can convert a character variable to a numeric as follows though you should really back up and ensure you read it in properly from the start.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data temp;
set have;

age_adjusted_rate_num = input(age_adjusted_rate, 12.1);

run;

proc sgplot data=temp;
scatter x=year y=age_adjusted_rate_num;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 May 2020 18:06:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649666#M22282</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-05-21T18:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this scatter plot?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649680#M22285</link>
      <description>&lt;P&gt;Do this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data cardata;
infile reffile dlm=',' dsd truncover;
input
  Sex :$15.
  Race :$15.
  State :$20.
  Ethnicity :$10.
  Age_Group :$15.
  First_Year
  Last_Year
  Cause_of_Death :$50.
  Year
  Deaths
  Population
  Crude Rate
  Age_Adjusted_Rate
;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to read the numbers as numbers.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 19:24:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649680#M22285</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-21T19:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this scatter plot?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649688#M22287</link>
      <description>&lt;P&gt;Exactly the same as &lt;A href="https://communities.sas.com/t5/Graphics-Programming/Change-Scatter-Plot-Axis-Values/m-p/648398#M19906" target="_blank"&gt;https://communities.sas.com/t5/Graphics-Programming/Change-Scatter-Plot-Axis-Values/m-p/648398#M19906&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This appears with two different people posting such to be homework. Bring to the instructor's attention that the data file is poorly structured CSV for Proc Import to read. If all of the values are quoted then Proc Import will think the data is character: Example rows.&lt;/P&gt;
&lt;PRE&gt;"Sex","Race","State","Ethnicity","Age Group","First Year","Last Year","Cause of Death","Year","Deaths","Population","Crude Rate","Age-Adjusted Rate"
"Both Sexes","All Races","United States","Both","All Ages","1999","2016","Unintentional MV Traffic, Occupant","1999","18326","279040238","6.57","6.55966083710955"
"Both Sexes","All Races","United States","Both","All Ages","1999","2016","Unintentional MV Traffic, Occupant","2000","18649","282171936","6.61","6.59229940420289"&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 May 2020 19:43:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649688#M22287</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-05-21T19:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this scatter plot?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649798#M22306</link>
      <description>&lt;P&gt;Hi Ballardw&lt;/P&gt;&lt;P&gt;Thank you for pointing this out. This is actually a self-guided statistics course with this data specifically being generated from the CDC website. There is no live instructor but I will try and email your points to the course creator. It has been a challenge as the tutorials do not anticipate problems like the one I have had so I am quite thankful to the help I am getting.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 08:24:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649798#M22306</guid>
      <dc:creator>AbhilashS</dc:creator>
      <dc:date>2020-05-22T08:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this scatter plot?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649804#M22307</link>
      <description>&lt;P&gt;Thank you Reeza and KurtB for your patience and help.&lt;/P&gt;&lt;P&gt;Eureka !&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-05-22 at 09.52.44.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39714i23020DB340D5A2DE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-05-22 at 09.52.44.png" alt="Screen Shot 2020-05-22 at 09.52.44.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 08:55:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649804#M22307</guid>
      <dc:creator>AbhilashS</dc:creator>
      <dc:date>2020-05-22T08:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this scatter plot?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649910#M22311</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/328286"&gt;@AbhilashS&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Ballardw&lt;/P&gt;
&lt;P&gt;Thank you for pointing this out. This is actually a self-guided statistics course with this data specifically being generated from the CDC website. There is no live instructor but I will try and email your points to the course creator. It has been a challenge as the tutorials do not anticipate problems like the one I have had so I am quite thankful to the help I am getting.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;CDC explains entirely too much. I've worked with a number of there systems over the years and as soon as they went away from fixed column data formats for text things fell apart. I have one project involving them where the data down load involves about 60 CSV files. The "program" they provided to to read the data starts with a macro to open all the CSV files and save them as XLSX files and then use Proc Import to read those. I started to write code to read the CSV and ran into the exact same issue of numeric values in quotes and it isn't always easy to tell which variables that contain all-numeral values are supposed to be numeric or are actually text ID codes.&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 14:10:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649910#M22311</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-05-22T14:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this scatter plot?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649936#M22312</link>
      <description>&lt;P&gt;A simple trick to change this variable to numeric is to add 0 to the variable (and name it something new):&lt;/P&gt;&lt;P&gt;data NEW;&lt;/P&gt;&lt;P&gt;set OLD;&lt;/P&gt;&lt;P&gt;rate2=age_adjusted_rate+0;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 15:42:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649936#M22312</guid>
      <dc:creator>kristinsainani</dc:creator>
      <dc:date>2020-05-22T15:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this scatter plot?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649937#M22313</link>
      <description>&lt;P&gt;A simple trick to change this to a numeric variable is to add zero:&lt;/P&gt;&lt;P&gt;data NEW;&lt;/P&gt;&lt;P&gt;set OLD;&lt;/P&gt;&lt;P&gt;rate2=age_adjusted_rate+0;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 15:41:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649937#M22313</guid>
      <dc:creator>kristinsainani</dc:creator>
      <dc:date>2020-05-22T15:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this scatter plot?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649939#M22314</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/217841"&gt;@kristinsainani&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;A simple trick to change this variable to numeric is to add 0 to the variable (and name it something new):&lt;/P&gt;
&lt;P&gt;data NEW;&lt;/P&gt;
&lt;P&gt;set OLD;&lt;/P&gt;
&lt;P&gt;rate2=age_adjusted_rate+0;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This does work, but it's not recommended. It will generate a warning in the log about implicit conversion, so you're now used to seeing the messages in your log which makes it easier to miss other issues or to have them suppressed because you have too many notes/warnings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 15:47:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-fix-this-scatter-plot/m-p/649939#M22314</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-05-22T15:47:58Z</dc:date>
    </item>
  </channel>
</rss>

