<?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 to create physical graphic file but do not want to display on screen in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/how-to-create-physical-graphic-file-but-do-not-want-to-display/m-p/50554#M1704</link>
    <description>Thanks, Andre I'll try what you suggest. : )</description>
    <pubDate>Fri, 05 Feb 2010 08:29:34 GMT</pubDate>
    <dc:creator>MrE</dc:creator>
    <dc:date>2010-02-05T08:29:34Z</dc:date>
    <item>
      <title>how to create physical graphic file but do not want to display on screen</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-create-physical-graphic-file-but-do-not-want-to-display/m-p/50552#M1702</link>
      <description>I want to create physical file&lt;BR /&gt;
but do not want to display that graph on screen.&lt;BR /&gt;
&lt;BR /&gt;
Note that when I use "goptions nodisplay", The physical files did not created.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I used example code below;&lt;BR /&gt;
&lt;BR /&gt;
ods listing;&lt;BR /&gt;
filename outfiles "C:\Program Files\SAS\SAS 9.1\Image\graph1.GIF";&lt;BR /&gt;
goptions reset =all gsfname=outfiles device=gif gsfmode=replace;&lt;BR /&gt;
&lt;BR /&gt;
goptions display;&lt;BR /&gt;
&lt;BR /&gt;
proc greplay; run;</description>
      <pubDate>Tue, 02 Feb 2010 04:40:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-create-physical-graphic-file-but-do-not-want-to-display/m-p/50552#M1702</guid>
      <dc:creator>MrE</dc:creator>
      <dc:date>2010-02-02T04:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to create physical graphic file but do not want to display on screen</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-create-physical-graphic-file-but-do-not-want-to-display/m-p/50553#M1703</link>
      <description>Here is a way to a solution for you&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc gslide;&lt;BR /&gt;
title "test";&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ods listing;&lt;BR /&gt;
filename outfiles "d:\temp\image1.GIF";&lt;BR /&gt;
goptions reset =all gsfname=outfiles device=gif gsfmode=replace;&lt;BR /&gt;
ods noresults;&lt;BR /&gt;
proc greplay  nofs  igout=work.gseg;&lt;BR /&gt;
replay _first_;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ods results;&lt;BR /&gt;
&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
indeed goptions nodisplay did not produce a file&lt;BR /&gt;
but for the replay step you may forbid the output on the screen&lt;BR /&gt;
&lt;BR /&gt;
Andre</description>
      <pubDate>Tue, 02 Feb 2010 09:13:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-create-physical-graphic-file-but-do-not-want-to-display/m-p/50553#M1703</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2010-02-02T09:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to create physical graphic file but do not want to display on screen</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-create-physical-graphic-file-but-do-not-want-to-display/m-p/50554#M1704</link>
      <description>Thanks, Andre I'll try what you suggest. : )</description>
      <pubDate>Fri, 05 Feb 2010 08:29:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-create-physical-graphic-file-but-do-not-want-to-display/m-p/50554#M1704</guid>
      <dc:creator>MrE</dc:creator>
      <dc:date>2010-02-05T08:29:34Z</dc:date>
    </item>
  </channel>
</rss>

