<?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: ODS output with 300dpi in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-with-300dpi/m-p/287674#M16486</link>
    <description>&lt;P&gt;It's really common with survival plots - which is why SAS has a bunch of macros that show users how to customize the template. It's actually easier than I thought to customize. Writing SGTemplate code from scratch - not my cup of tea for sure.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jul 2016 22:54:39 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-07-27T22:54:39Z</dc:date>
    <item>
      <title>ODS output with 300dpi</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-with-300dpi/m-p/287639#M16481</link>
      <description>&lt;P&gt;Hi!&amp;nbsp; I have this logistic regression code w/ Odd Ratio Plot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to&amp;nbsp; output/ print just the Odds Ratio Plot in a jpg, tiff, or psd w/&amp;nbsp; 300 dpi for use in a manuscript.&lt;/P&gt;
&lt;P&gt;I am really unclear how to use ODS...&amp;nbsp; I use ods rtf&amp;nbsp; a lot for just writing in word...but the resolution is low.&amp;nbsp; What are my other options?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc logistic data=asthma.edip_vitals simple&lt;BR /&gt;plots(only)=oddsratio (cldisplay=line&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;order=ascending&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;type=horizontalstat&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;range=(0.5,1.5));title 'Family Structure Effects on ED/Inpatient Utilization';&lt;BR /&gt;class household(ref='MM') structure (ref='Married Male')marital_status1 (ref='Married') sponsex1 (ref='Male')&lt;BR /&gt;mult_dependents (ref='No') new_race1 (ref='White')pay_grade1 (ref='Enlisted: E1-E5')branch (ref='Army')&lt;BR /&gt;agegroup (ref='0') education (ref='HS or less')sex_d (ref='0')/ param=ref;&lt;BR /&gt;model utilization (event='1')=structure agegroup mult_dependents new_race1 pay_grade1 education;&lt;BR /&gt;oddsratio structure;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Help is appreciated!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 20:37:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-with-300dpi/m-p/287639#M16481</guid>
      <dc:creator>jenim514</dc:creator>
      <dc:date>2016-07-27T20:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: ODS output with 300dpi</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-with-300dpi/m-p/287656#M16482</link>
      <description>&lt;P&gt;In my experience it's unlikely the SAS plot will be suitable for publication.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll need to customize the plot, including the title, legend, axis. You can do this via proc template, or develop your own code. There are a lot of samples out there to help get you started.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 21:23:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-with-300dpi/m-p/287656#M16482</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-27T21:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: ODS output with 300dpi</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-with-300dpi/m-p/287663#M16483</link>
      <description>&lt;P&gt;I beg to differ on that statement. My SAS SG graphs are always accepted for publication. I often have to adjust font sizes, resolution, line thickness, aspect ratio, etc. to meet journal requirements, but, in the end, the graphs are accepted.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 22:11:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-with-300dpi/m-p/287663#M16483</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-07-27T22:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: ODS output with 300dpi</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-with-300dpi/m-p/287665#M16484</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/462"&gt;@PGStats&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I beg to differ on that statement. My SAS SG graphs are always accepted for publication. I often have to adjust font sizes, resolution, line thickness, aspect ratio, etc. to meet journal requirements, but, in the end, the graphs are accepted.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I agree - you need to&amp;nbsp;adjust the fonts, line thickness, resolution etc. I usually use proc template to&amp;nbsp;make these modifications on the procedure template so I can run PROC PHREG and get a survival curve I can include in a journal publication.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Given the code the OP provided, those plots wouldn't be accepted in my experience.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 22:15:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-with-300dpi/m-p/287665#M16484</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-27T22:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: ODS output with 300dpi</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-with-300dpi/m-p/287668#M16485</link>
      <description>&lt;P&gt;This is where I would start :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods listing gpath="c:\myGraphs" image_dpi=300 style=Journal;
ods graphics / imagename="FamilyStructureEffectsOnED_InpatientUtilization" width=10cm height=8cm reset=index border=off;
title; /* Journals usually don't need figure titles */
proc logistic data=asthma.edip_vitals simple
plots(only)=oddsratio (cldisplay=line
                        order=ascending
                        type=horizontalstat
                        range=(0.5,1.5));
class household(ref='MM') structure (ref='Married Male')marital_status1 (ref='Married') sponsex1 (ref='Male')
mult_dependents (ref='No') new_race1 (ref='White')pay_grade1 (ref='Enlisted: E1-E5')branch (ref='Army')
agegroup (ref='0') education (ref='HS or less')sex_d (ref='0')/ param=ref;
model utilization (event='1')=structure agegroup mult_dependents new_race1 pay_grade1 education;
oddsratio structure;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;With a bit of luck, you will get an acceptable Figure. Most often, I end up having to generate the figure with SGPLOT in a subsequent step. So far I have managed to stay away from the complexity of custom templates, except for heat maps.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 22:32:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-with-300dpi/m-p/287668#M16485</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-07-27T22:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: ODS output with 300dpi</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-with-300dpi/m-p/287674#M16486</link>
      <description>&lt;P&gt;It's really common with survival plots - which is why SAS has a bunch of macros that show users how to customize the template. It's actually easier than I thought to customize. Writing SGTemplate code from scratch - not my cup of tea for sure.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 22:54:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-with-300dpi/m-p/287674#M16486</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-27T22:54:39Z</dc:date>
    </item>
  </channel>
</rss>

