<?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 1200 DPI TIFF image from proc sgplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/1200-DPI-TIFF-image-from-proc-sgplot/m-p/342722#M11885</link>
    <description>&lt;P&gt;I am submitting my figure to a journal that requires a TIFF that is 1200 dpi. I keep trying a bunch of differnt ways but I always get the same message:&lt;/P&gt;&lt;P&gt;WARNING: A very large output size of (X, Y) is in effect. This could make Java VM run out&lt;/P&gt;&lt;P&gt;of memory and result in some Java exceptions. You should reduce the output size or DPI&lt;/P&gt;&lt;P&gt;settings.&lt;/P&gt;&lt;P&gt;ERROR: Java virtual machine exception. java.lang.OutOfMemoryError: Java heap space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume that 1200 DPI might be too big for SAS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My latest attempt was with the following code:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;goptions&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;device&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=tiff;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;listing&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;gpath&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'C:\My files\tte2.tiff'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;goptions&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;reset&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;all&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;device&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=tiffp &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;xpixels&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;6000&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;xmax&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;6&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;in&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ypixels&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;7200&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ymax&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;36&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;in&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;proc&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;sgplot&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=pred1 ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;(bunch of code);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;have fairly little experience with&amp;nbsp;ods complexities so any advice/explanations would be helpful!&lt;/P&gt;</description>
    <pubDate>Mon, 20 Mar 2017 19:03:32 GMT</pubDate>
    <dc:creator>sasuser31</dc:creator>
    <dc:date>2017-03-20T19:03:32Z</dc:date>
    <item>
      <title>1200 DPI TIFF image from proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/1200-DPI-TIFF-image-from-proc-sgplot/m-p/342722#M11885</link>
      <description>&lt;P&gt;I am submitting my figure to a journal that requires a TIFF that is 1200 dpi. I keep trying a bunch of differnt ways but I always get the same message:&lt;/P&gt;&lt;P&gt;WARNING: A very large output size of (X, Y) is in effect. This could make Java VM run out&lt;/P&gt;&lt;P&gt;of memory and result in some Java exceptions. You should reduce the output size or DPI&lt;/P&gt;&lt;P&gt;settings.&lt;/P&gt;&lt;P&gt;ERROR: Java virtual machine exception. java.lang.OutOfMemoryError: Java heap space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume that 1200 DPI might be too big for SAS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My latest attempt was with the following code:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;goptions&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;device&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=tiff;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;listing&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;gpath&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'C:\My files\tte2.tiff'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;goptions&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;reset&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;all&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;device&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=tiffp &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;xpixels&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;6000&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;xmax&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;6&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;in&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ypixels&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;7200&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ymax&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;36&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;in&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;proc&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;sgplot&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=pred1 ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;(bunch of code);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;have fairly little experience with&amp;nbsp;ods complexities so any advice/explanations would be helpful!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 19:03:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/1200-DPI-TIFF-image-from-proc-sgplot/m-p/342722#M11885</guid>
      <dc:creator>sasuser31</dc:creator>
      <dc:date>2017-03-20T19:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: 1200 DPI TIFF image from proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/1200-DPI-TIFF-image-from-proc-sgplot/m-p/342726#M11886</link>
      <description>&lt;P&gt;You can increase the java heap space to help accomodate the high-dpi request. Check out this support note for the details:&amp;nbsp;&lt;A href="http://support.sas.com/kb/31/184.html" target="_blank"&gt;http://support.sas.com/kb/31/184.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 19:07:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/1200-DPI-TIFF-image-from-proc-sgplot/m-p/342726#M11886</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-03-20T19:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: 1200 DPI TIFF image from proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/1200-DPI-TIFF-image-from-proc-sgplot/m-p/342738#M11887</link>
      <description>&lt;P&gt;Thanks!! That did the trick. Though, I am now facing another problem:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WARNING: GPATH or PATH is not a writable directory. It will be ignored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am confused as to what "not a writable directoty" exactly means? I have full access the the spot that I was sending the .tiff so I am not sure what is going on. Any help with that issue?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 19:42:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/1200-DPI-TIFF-image-from-proc-sgplot/m-p/342738#M11887</guid>
      <dc:creator>sasuser31</dc:creator>
      <dc:date>2017-03-20T19:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: 1200 DPI TIFF image from proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/1200-DPI-TIFF-image-from-proc-sgplot/m-p/342741#M11888</link>
      <description>&lt;P&gt;You have your filename in your GPATH specification. Just use "c:\My FIles".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One other note: for the SG procedures, you should not be using GOPTIONS to control the output. Take a look at the ODS GRAPHICS statement to control your global options for this procedure's output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/odsproc/69834/HTML/default/viewer.htm#p0kroq43yu0lspn16hk1u4c65lti.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/odsproc/69834/HTML/default/viewer.htm#p0kroq43yu0lspn16hk1u4c65lti.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Dan&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 19:48:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/1200-DPI-TIFF-image-from-proc-sgplot/m-p/342741#M11888</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-03-20T19:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: 1200 DPI TIFF image from proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/1200-DPI-TIFF-image-from-proc-sgplot/m-p/342749#M11889</link>
      <description>&lt;P&gt;How can I use ODS to output a tiff file that is 1200 DPI then? I don't see a specific option for DPI unless I am outputting HTML. When I use the g&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again, I am new to this so I apologize if I am asking obvious questions!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 20:01:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/1200-DPI-TIFF-image-from-proc-sgplot/m-p/342749#M11889</guid>
      <dc:creator>sasuser31</dc:creator>
      <dc:date>2017-03-20T20:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: 1200 DPI TIFF image from proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/1200-DPI-TIFF-image-from-proc-sgplot/m-p/342755#M11891</link>
      <description>&lt;P&gt;Try something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;ods&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;listing&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;gpath&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#800080"&gt;'C:\My files\'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;image_dpi=1200;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;ods graphics / width&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;6000px&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;ypixels&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;7200&lt;/FONT&gt;&lt;FONT color="#008080"&gt;px &amp;nbsp;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;imagename&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;="tte2"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#000080"&gt;proc&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#000080"&gt;sgplot&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=pred1 ;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;(bunch of code);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#000080"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 20:14:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/1200-DPI-TIFF-image-from-proc-sgplot/m-p/342755#M11891</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-03-20T20:14:30Z</dc:date>
    </item>
  </channel>
</rss>

