<?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 Make SAS graph without create a picture file in local folder in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Make-SAS-graph-without-create-a-picture-file-in-local-folder/m-p/32720#M1055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I usually use SGPLOT to make statistical graphics, and currently the output graph is associated with png pic type. &lt;/P&gt;&lt;P&gt;Everytime the SGPLOT generates a graph, it also creates a file in the local folder. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway&amp;nbsp; that I can view the graph in SAS without creating a file in my computer? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I chose the result preference that "viewing results using internal browser", but seems not work here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be really appreciated that someone could instruct how to view graphs in SAS efficiently. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jul 2011 06:43:52 GMT</pubDate>
    <dc:creator>Fred_Gavin</dc:creator>
    <dc:date>2011-07-18T06:43:52Z</dc:date>
    <item>
      <title>Make SAS graph without create a picture file in local folder</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Make-SAS-graph-without-create-a-picture-file-in-local-folder/m-p/32720#M1055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I usually use SGPLOT to make statistical graphics, and currently the output graph is associated with png pic type. &lt;/P&gt;&lt;P&gt;Everytime the SGPLOT generates a graph, it also creates a file in the local folder. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway&amp;nbsp; that I can view the graph in SAS without creating a file in my computer? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I chose the result preference that "viewing results using internal browser", but seems not work here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be really appreciated that someone could instruct how to view graphs in SAS efficiently. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 06:43:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Make-SAS-graph-without-create-a-picture-file-in-local-folder/m-p/32720#M1055</guid>
      <dc:creator>Fred_Gavin</dc:creator>
      <dc:date>2011-07-18T06:43:52Z</dc:date>
    </item>
    <item>
      <title>Make SAS graph without create a picture file in local folder</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Make-SAS-graph-without-create-a-picture-file-in-local-folder/m-p/32721#M1056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a few ODS output formats you can use that will embed the graph in the output file without having a separate image file. These include:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods rtf file="whatever.rtf";&lt;/P&gt;&lt;P&gt;ods pdf file="whatever.pdf";&lt;/P&gt;&lt;P&gt;ods ps file="whatever.ps";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend trying RTF or PDF first, as they will diplay the best in your Display Manager session. Do note that you will still get a file on your disk ("whatever.rtf"), but that is the only file you see, regardless of the number of graphs or tables in your output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 20:35:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Make-SAS-graph-without-create-a-picture-file-in-local-folder/m-p/32721#M1056</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2011-07-18T20:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Make SAS graph without create a picture file in local folder</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Make-SAS-graph-without-create-a-picture-file-in-local-folder/m-p/32722#M1057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;I am using SGPLOT to make a simple line graph.&amp;nbsp; I'm using ODS to output it to a PDF.&amp;nbsp; And it is making the PDF, but also still insisting on making the .png file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to turn off the creation of the .png?&amp;nbsp; I'll be running a macro to make many graphs, and I do not want my workspace, or any space, littered with .png files.&amp;nbsp; I only need the pdfs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nicole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 14:25:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Make-SAS-graph-without-create-a-picture-file-in-local-folder/m-p/32722#M1057</guid>
      <dc:creator>NWV</dc:creator>
      <dc:date>2012-07-25T14:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Make SAS graph without create a picture file in local folder</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Make-SAS-graph-without-create-a-picture-file-in-local-folder/m-p/32723#M1058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, just add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to the top of your program. That should do it for you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 14:35:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Make-SAS-graph-without-create-a-picture-file-in-local-folder/m-p/32723#M1058</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2012-07-25T14:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Make SAS graph without create a picture file in local folder</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Make-SAS-graph-without-create-a-picture-file-in-local-folder/m-p/32724#M1059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, that worked.&amp;nbsp; I knew it had to be something simple--I just couldn't find a reference to it in the book, online help, or discussion community.&amp;nbsp; No more .pngs!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 14:43:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Make-SAS-graph-without-create-a-picture-file-in-local-folder/m-p/32724#M1059</guid>
      <dc:creator>NWV</dc:creator>
      <dc:date>2012-07-25T14:43:15Z</dc:date>
    </item>
  </channel>
</rss>

