<?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: Proc SGPLOT Syntax Question in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Proc-SGPLOT-Syntax-Question/m-p/607010#M17482</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/295099"&gt;@davidvalentine&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the&amp;nbsp;&lt;SPAN&gt;ODS HTML to generate the desired file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Nov 2019 15:48:41 GMT</pubDate>
    <dc:creator>ed_sas_member</dc:creator>
    <dc:date>2019-11-25T15:48:41Z</dc:date>
    <item>
      <title>Proc SGPLOT Syntax Question</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-SGPLOT-Syntax-Question/m-p/607009#M17481</link>
      <description>&lt;P&gt;Hello Beautiful People!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Proc SGPLOT to plot the end results of Proc X11.&amp;nbsp; What I would like to do is specify an output file for my graph, but I'm not seeing an Output statement or anything of the sort that will allow me to save my graph to a file to then be exported.&amp;nbsp; Here's an example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/*Plot of D10 - the Final Seasonal Factors*/
Title "Monthly Seasonal Factors"; 
proc sgplot data=work.dummytest;
   series x=Month y=d10 / markers markerattrs=(symbol=CircleFilled) ;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Can this be done with Proc SGPLOT?&amp;nbsp; Any information is greatly appreciated; thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Valentine&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 15:41:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-SGPLOT-Syntax-Question/m-p/607009#M17481</guid>
      <dc:creator>davidvalentine</dc:creator>
      <dc:date>2019-11-25T15:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGPLOT Syntax Question</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-SGPLOT-Syntax-Question/m-p/607010#M17482</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/295099"&gt;@davidvalentine&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the&amp;nbsp;&lt;SPAN&gt;ODS HTML to generate the desired file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 15:48:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-SGPLOT-Syntax-Question/m-p/607010#M17482</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2019-11-25T15:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGPLOT Syntax Question</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-SGPLOT-Syntax-Question/m-p/607014#M17484</link>
      <description>&lt;P&gt;Use ODS PDF like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file='path\plot.pdf';
proc sgplot data=sashelp.class;
   scatter x=height y=weight;
run;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Nov 2019 15:49:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-SGPLOT-Syntax-Question/m-p/607014#M17484</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-11-25T15:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGPLOT Syntax Question</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-SGPLOT-Syntax-Question/m-p/607020#M17485</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In SAS EG you can send the output to word, excel, powerpoint by point &amp;amp; click.&amp;nbsp; Also in Base SAS you can just use save. If your prefer point &amp;amp; click features instead of coding.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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="graph.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/34221i48E2DD0B7F4215EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="graph.png" alt="graph.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="graph2.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/34222i9DCBF0B182D93C6D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="graph2.png" alt="graph2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 16:02:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-SGPLOT-Syntax-Question/m-p/607020#M17485</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2019-11-25T16:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGPLOT Syntax Question</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-SGPLOT-Syntax-Question/m-p/607091#M17506</link>
      <description>&lt;P&gt;Thank you draycut; this is just what I was looking for!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 19:15:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-SGPLOT-Syntax-Question/m-p/607091#M17506</guid>
      <dc:creator>davidvalentine</dc:creator>
      <dc:date>2019-11-25T19:15:51Z</dc:date>
    </item>
  </channel>
</rss>

