<?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: Basic Graph When Dataline Is X - Help Please in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Basic-Graph-When-Dataline-Is-X-Help-Please/m-p/594905#M171045</link>
    <description>&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am learning SAS basics for school.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It worked exactly as needed!&lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2019 21:43:38 GMT</pubDate>
    <dc:creator>cassylovescats</dc:creator>
    <dc:date>2019-10-08T21:43:38Z</dc:date>
    <item>
      <title>Basic Graph When Dataline Is X - Help Please</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Basic-Graph-When-Dataline-Is-X-Help-Please/m-p/594902#M171043</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to make a graph where the y axis is DBP and the x-axis is SBP which I got.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I need to make the symbol based on the race of the clinic data, some of the datalines are B and some are W.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I make the graph only show the numbers based on people who are labeled B?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I'm making a graph that shows both B and W.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc plot data=CLINIC;&lt;BR /&gt;plot DBP*SBP=RACE;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;I appreciate it&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 21:22:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Basic-Graph-When-Dataline-Is-X-Help-Please/m-p/594902#M171043</guid>
      <dc:creator>cassylovescats</dc:creator>
      <dc:date>2019-10-08T21:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Graph When Dataline Is X - Help Please</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Basic-Graph-When-Dataline-Is-X-Help-Please/m-p/594904#M171044</link>
      <description>&lt;P&gt;I do find it odd that someone is actually using Plot in this day and age but ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc plot data=CLINIC;
where Race='B';
plot DBP*SBP=RACE;
run;&lt;/PRE&gt;
&lt;P&gt;If your actual value is longer, such as Black, then use the entire text value in the Where statement.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 21:38:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Basic-Graph-When-Dataline-Is-X-Help-Please/m-p/594904#M171044</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-10-08T21:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Graph When Dataline Is X - Help Please</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Basic-Graph-When-Dataline-Is-X-Help-Please/m-p/594905#M171045</link>
      <description>&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am learning SAS basics for school.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It worked exactly as needed!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 21:43:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Basic-Graph-When-Dataline-Is-X-Help-Please/m-p/594905#M171045</guid>
      <dc:creator>cassylovescats</dc:creator>
      <dc:date>2019-10-08T21:43:38Z</dc:date>
    </item>
  </channel>
</rss>

