<?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: Hello everyone, why can't I use the drawing board? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Hello-everyone-why-can-t-I-use-the-drawing-board/m-p/650154#M78704</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data ex;
do x=-5 to 5 by 0.2;
do y=-5 to 5 by 0.2;
z=x*y+y*y;
output;end;end;
run;

proc template;
  define statgraph surfparm;
   begingraph;
     entrytitle "Bilinear Interpolation";
     layout overlay3d;
       surfaceplotparm x=x y=y z=z / colorresponse=z
         colormodel=(CX3288BD CX99D594 CXE6F598 CXFFFFBF CXFEE08B CXFC8D59 CXD53E4F) 
         surfacetype=fillgrid;
     endlayout;
   endgraph;
  end;
run;

proc sgrender data=ex template=surfparm;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 24 May 2020 11:26:32 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2020-05-24T11:26:32Z</dc:date>
    <item>
      <title>Hello everyone, why can't I use the drawing board?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Hello-everyone-why-can-t-I-use-the-drawing-board/m-p/650151#M78703</link>
      <description>&lt;P&gt;the code:&lt;/P&gt;&lt;P&gt;data ex;&lt;BR /&gt;do x=-5 to 5 by 0.2;&lt;BR /&gt;do y=-5 to 5 by 0.2;&lt;BR /&gt;z=x*y+y*y;&lt;BR /&gt;output;end;end;&lt;BR /&gt;proc g3d;&lt;BR /&gt;plot y*x=z;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the problem:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;error:procedure g3d no fand.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS University Edition. I am a Chinese college student and I am currently studying in China.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 May 2020 11:03:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Hello-everyone-why-can-t-I-use-the-drawing-board/m-p/650151#M78703</guid>
      <dc:creator>HBB</dc:creator>
      <dc:date>2020-05-24T11:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hello everyone, why can't I use the drawing board?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Hello-everyone-why-can-t-I-use-the-drawing-board/m-p/650154#M78704</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data ex;
do x=-5 to 5 by 0.2;
do y=-5 to 5 by 0.2;
z=x*y+y*y;
output;end;end;
run;

proc template;
  define statgraph surfparm;
   begingraph;
     entrytitle "Bilinear Interpolation";
     layout overlay3d;
       surfaceplotparm x=x y=y z=z / colorresponse=z
         colormodel=(CX3288BD CX99D594 CXE6F598 CXFFFFBF CXFEE08B CXFC8D59 CXD53E4F) 
         surfacetype=fillgrid;
     endlayout;
   endgraph;
  end;
run;

proc sgrender data=ex template=surfparm;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 24 May 2020 11:26:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Hello-everyone-why-can-t-I-use-the-drawing-board/m-p/650154#M78704</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-05-24T11:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hello everyone, why can't I use the drawing board?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Hello-everyone-why-can-t-I-use-the-drawing-board/m-p/650173#M78705</link>
      <description>谢谢您的解答。</description>
      <pubDate>Sun, 24 May 2020 13:22:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Hello-everyone-why-can-t-I-use-the-drawing-board/m-p/650173#M78705</guid>
      <dc:creator>HBB</dc:creator>
      <dc:date>2020-05-24T13:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hello everyone, why can't I use the drawing board?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Hello-everyone-why-can-t-I-use-the-drawing-board/m-p/650176#M78707</link>
      <description>&lt;P&gt;Why: The classic graph procedures such as Gchart, Gplot and G3d are not part of the University Edition.&lt;/P&gt;</description>
      <pubDate>Sun, 24 May 2020 13:59:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Hello-everyone-why-can-t-I-use-the-drawing-board/m-p/650176#M78707</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-05-24T13:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hello everyone, why can't I use the drawing board?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Hello-everyone-why-can-t-I-use-the-drawing-board/m-p/650205#M78709</link>
      <description>&lt;P&gt;PROC G3D is part of SAS/GRAPH which is not included in the license for SAS UE.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead, you can use SG procedures, which produce better quality graphics in general.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;has provided you the translated code.&lt;/P&gt;</description>
      <pubDate>Sun, 24 May 2020 18:49:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Hello-everyone-why-can-t-I-use-the-drawing-board/m-p/650205#M78709</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-05-24T18:49:53Z</dc:date>
    </item>
  </channel>
</rss>

