<?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 ERROR: Procedure GPLOT not found in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Procedure-GPLOT-not-found/m-p/305544#M60923</link>
    <description>&lt;P&gt;I was try to use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC GPLOT;&lt;/P&gt;&lt;P&gt;PLOT lnwage*education;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on my MacBook, it is a university edition, and show this error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help my with this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename PS4SAS '/folders/myfolders/Econ';&lt;BR /&gt;/* Establish an extra library named PS4SAS in the Econ folder of My Folders. */&lt;BR /&gt;data mydata;&lt;BR /&gt;infile '/folders/myfolders/Econ/nlsextract.raw';&lt;BR /&gt;input age married education central south indcode occcode union experience tenure hours weeks wage smsa;&lt;BR /&gt;/* Attach an external file of demographic and workplace variables. */&lt;BR /&gt;proc means;&lt;BR /&gt;/* Get the mean of the education variable is 12.85159. */&lt;BR /&gt;proc freq;&lt;BR /&gt;tables married;&lt;BR /&gt;/* For married, there is 36.75% for 0; 63.25% for 1, which is married, and no value was missing for married, total 283 observations. */&lt;BR /&gt;data mydata; set mydata;&lt;BR /&gt;experience2=experience*experience;&lt;BR /&gt;/* Get the new variable which is the square of experience variable. */&lt;BR /&gt;if wage gt 0 then lnwage=log(wage);&lt;BR /&gt;/* Get the new variable which is the log of the wage variable.*/&lt;/P&gt;&lt;P&gt;data mydata; set mydata;&lt;BR /&gt;if hours ge 25;&lt;BR /&gt;/* Restrict the average hours of a week greater or equal 25. */&lt;BR /&gt;proc gplot;&lt;BR /&gt;plot lnwage * education;&lt;BR /&gt;proc print data = mydata;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Oct 2016 21:41:59 GMT</pubDate>
    <dc:creator>xiaolufan</dc:creator>
    <dc:date>2016-10-18T21:41:59Z</dc:date>
    <item>
      <title>ERROR: Procedure GPLOT not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Procedure-GPLOT-not-found/m-p/305544#M60923</link>
      <description>&lt;P&gt;I was try to use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC GPLOT;&lt;/P&gt;&lt;P&gt;PLOT lnwage*education;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on my MacBook, it is a university edition, and show this error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help my with this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename PS4SAS '/folders/myfolders/Econ';&lt;BR /&gt;/* Establish an extra library named PS4SAS in the Econ folder of My Folders. */&lt;BR /&gt;data mydata;&lt;BR /&gt;infile '/folders/myfolders/Econ/nlsextract.raw';&lt;BR /&gt;input age married education central south indcode occcode union experience tenure hours weeks wage smsa;&lt;BR /&gt;/* Attach an external file of demographic and workplace variables. */&lt;BR /&gt;proc means;&lt;BR /&gt;/* Get the mean of the education variable is 12.85159. */&lt;BR /&gt;proc freq;&lt;BR /&gt;tables married;&lt;BR /&gt;/* For married, there is 36.75% for 0; 63.25% for 1, which is married, and no value was missing for married, total 283 observations. */&lt;BR /&gt;data mydata; set mydata;&lt;BR /&gt;experience2=experience*experience;&lt;BR /&gt;/* Get the new variable which is the square of experience variable. */&lt;BR /&gt;if wage gt 0 then lnwage=log(wage);&lt;BR /&gt;/* Get the new variable which is the log of the wage variable.*/&lt;/P&gt;&lt;P&gt;data mydata; set mydata;&lt;BR /&gt;if hours ge 25;&lt;BR /&gt;/* Restrict the average hours of a week greater or equal 25. */&lt;BR /&gt;proc gplot;&lt;BR /&gt;plot lnwage * education;&lt;BR /&gt;proc print data = mydata;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 21:41:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Procedure-GPLOT-not-found/m-p/305544#M60923</guid>
      <dc:creator>xiaolufan</dc:creator>
      <dc:date>2016-10-18T21:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure GPLOT not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Procedure-GPLOT-not-found/m-p/305545#M60924</link>
      <description>&lt;P&gt;SAS/Graph is not included in SAS University Edition&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look into the SGPLOT procedures instead to create your graphs.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 21:51:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Procedure-GPLOT-not-found/m-p/305545#M60924</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-18T21:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure GPLOT not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Procedure-GPLOT-not-found/m-p/305546#M60925</link>
      <description>&lt;P&gt;I also tried to use&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgplot;&lt;/P&gt;&lt;P&gt;plot lnwage*education;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it still does not work.&lt;/P&gt;&lt;P&gt;Is this correct?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 21:53:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Procedure-GPLOT-not-found/m-p/305546#M60925</guid>
      <dc:creator>xiaolufan</dc:creator>
      <dc:date>2016-10-18T21:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure GPLOT not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Procedure-GPLOT-not-found/m-p/305549#M60926</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/110746"&gt;@xiaolufan&lt;/a&gt; wrote:&lt;BR /&gt;&amp;nbsp;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this correct?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Nope. Please check the documentation for examples on the use of the procedures.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/67909/HTML/default/viewer.htm#n06fb9ichgg6akn18060gbtvw9pw.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grstatproc/67909/HTML/default/viewer.htm#n06fb9ichgg6akn18060gbtvw9pw.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your case, it looks like a basic scatter plot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code is a bit more intuitive in SGPLOT in my opinion. Also, my recommendation, especially when learning is to always specify the DATA statement on your procs to denote what data source you're using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;</description>
      <pubDate>Tue, 18 Oct 2016 22:26:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Procedure-GPLOT-not-found/m-p/305549#M60926</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-18T22:26:35Z</dc:date>
    </item>
  </channel>
</rss>

