<?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 export Graph to JPEG image in sas EG in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/how-export-Graph-to-JPEG-image-in-sas-EG/m-p/432786#M14942</link>
    <description>&lt;P&gt;thank you sir.&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jan 2018 15:26:01 GMT</pubDate>
    <dc:creator>sivastat08</dc:creator>
    <dc:date>2018-01-31T15:26:01Z</dc:date>
    <item>
      <title>how export Graph to JPEG image in sas EG</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-export-Graph-to-JPEG-image-in-sas-EG/m-p/432688#M14936</link>
      <description>&lt;P&gt;Hi, i would like to export() Graph as a image(JPEG,PNG).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the code which ia am trying but it is not saving the file path wich i mentioned .&lt;/P&gt;&lt;P&gt;filename graphout 'C:\Users\sivakumar.sivaraj\Downloads\test.png';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;goptions reset=all device=png gsfname=graphout;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc gplot data=sashelp.class;&lt;BR /&gt;plot height*weight;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Log:&lt;/P&gt;&lt;P&gt;NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR&lt;BR /&gt;22&lt;BR /&gt;23 GOPTIONS ACCESSIBLE;&lt;BR /&gt;24 filename graphout 'C:\Users\sivakumar.sivaraj\Downloads\test.png';&lt;BR /&gt;25 goptions reset=all device=png gsfname=graphout;&lt;BR /&gt;26&lt;BR /&gt;27 proc gplot data=sashelp.class;&lt;BR /&gt;28 plot height*weight;&lt;BR /&gt;29 run;&lt;/P&gt;&lt;P&gt;NOTE: 9543 bytes written to C:\Users\SIVAKU~1.SIV\AppData\Local\Temp\SAS Temporary Files\_TD27552_AGSCHTD05-SASPR_\Prc2\gplot2.png.&lt;BR /&gt;30&lt;BR /&gt;31 quit;&lt;/P&gt;&lt;P&gt;NOTE: There were 19 observations read from the data set SASHELP.CLASS.&lt;BR /&gt;NOTE: PROCEDURE GPLOT used (Total process time):&lt;BR /&gt;real time 0.13 seconds&lt;BR /&gt;cpu time 0.14 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 11:51:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-export-Graph-to-JPEG-image-in-sas-EG/m-p/432688#M14936</guid>
      <dc:creator>sivastat08</dc:creator>
      <dc:date>2018-01-31T11:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: how export Graph to JPEG image in sas EG</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-export-Graph-to-JPEG-image-in-sas-EG/m-p/432694#M14937</link>
      <description>&lt;P&gt;2 things, firstly are you sure you can access that path.&lt;/P&gt;
&lt;P&gt;Secondly move to SGPLOT and GTL, far more robust:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=lrcon&amp;amp;docsetTarget=n0goqxbkj402cin11wm5k3mdxmb8.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=lrcon&amp;amp;docsetTarget=n0goqxbkj402cin11wm5k3mdxmb8.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings11/174-2011.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings11/174-2011.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 12:18:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-export-Graph-to-JPEG-image-in-sas-EG/m-p/432694#M14937</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-01-31T12:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: how export Graph to JPEG image in sas EG</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-export-Graph-to-JPEG-image-in-sas-EG/m-p/432754#M14939</link>
      <description>&lt;A href="https://communities.sas.com/t5/SAS-GRAPH-and-ODS-Graphics/Saving-PROC-GPLOT-graph-to-folder/td-p/147397" target="_blank"&gt;https://communities.sas.com/t5/SAS-GRAPH-and-ODS-Graphics/Saving-PROC-GPLOT-graph-to-folder/td-p/147397&lt;/A&gt;</description>
      <pubDate>Wed, 31 Jan 2018 14:39:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-export-Graph-to-JPEG-image-in-sas-EG/m-p/432754#M14939</guid>
      <dc:creator>prashantgupta</dc:creator>
      <dc:date>2018-01-31T14:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: how export Graph to JPEG image in sas EG</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-export-Graph-to-JPEG-image-in-sas-EG/m-p/432786#M14942</link>
      <description>&lt;P&gt;thank you sir.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 15:26:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-export-Graph-to-JPEG-image-in-sas-EG/m-p/432786#M14942</guid>
      <dc:creator>sivastat08</dc:creator>
      <dc:date>2018-01-31T15:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: how export Graph to JPEG image in sas EG</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-export-Graph-to-JPEG-image-in-sas-EG/m-p/432787#M14943</link>
      <description>&lt;P&gt;thank you Mr.Prashant.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 15:29:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-export-Graph-to-JPEG-image-in-sas-EG/m-p/432787#M14943</guid>
      <dc:creator>sivastat08</dc:creator>
      <dc:date>2018-01-31T15:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: how export Graph to JPEG image in sas EG</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-export-Graph-to-JPEG-image-in-sas-EG/m-p/432788#M14944</link>
      <description>&lt;P&gt;Title of question asks about JPEG but you specifically indicate the file created is PNG???&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 15:28:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-export-Graph-to-JPEG-image-in-sas-EG/m-p/432788#M14944</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-01-31T15:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: how export Graph to JPEG image in sas EG</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-export-Graph-to-JPEG-image-in-sas-EG/m-p/432795#M14945</link>
      <description>yes sir ,i was looking for graph should be exported into either JPEG/PNG file.Going forword i will raise the question clearly.Thank you very much sir.</description>
      <pubDate>Wed, 31 Jan 2018 15:39:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-export-Graph-to-JPEG-image-in-sas-EG/m-p/432795#M14945</guid>
      <dc:creator>sivastat08</dc:creator>
      <dc:date>2018-01-31T15:39:22Z</dc:date>
    </item>
  </channel>
</rss>

