<?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: Problem with ODS PDF and proc lifetest in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Problem-with-ODS-PDF-and-proc-lifetest/m-p/934071#M83546</link>
    <description>&lt;P&gt;By any chance is that PREIMAGE reference pointing to location that the output of a previous run of Lifetest???&lt;/P&gt;
&lt;P&gt;I see the macro variable &amp;amp;Dir used in the path for the PDF AND in the Preimage but with no actual name for the PNG file to use. So you may be attempting to use something that looks like X:\folder\subfolderpng (note the single dot would disappear when resolving the macro variable) when you meant X:\folder\subfolder\TitleImageName.png (which code should look more like &amp;amp;Dir.\TitleImageName.png )&lt;/P&gt;
&lt;P&gt;With a possibly not well formed path\name to the Preimage location I am not sure what might happen.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jun 2024 14:29:18 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2024-06-28T14:29:18Z</dc:date>
    <item>
      <title>Problem with ODS PDF and proc lifetest</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Problem-with-ODS-PDF-and-proc-lifetest/m-p/933660#M83535</link>
      <description>&lt;P&gt;Hi, I'm trying to export a PDF document with several tables and a survival curve using &lt;CODE&gt;proc lifetest&lt;/CODE&gt;. The problem is that when I execute my code, everything is created correctly except for the survival plot, which appears at the start of the document and overlaps the table of contents. Does anybody know why this happens and how I can solve it? Thank you.&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>Tue, 25 Jun 2024 10:40:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Problem-with-ODS-PDF-and-proc-lifetest/m-p/933660#M83535</guid>
      <dc:creator>lredon</dc:creator>
      <dc:date>2024-06-25T10:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ODS PDF and proc lifetest</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Problem-with-ODS-PDF-and-proc-lifetest/m-p/933680#M83536</link>
      <description>&lt;P&gt;Please show your code including the ODS PDF to the ODS PDF CLOSE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 14:30:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Problem-with-ODS-PDF-and-proc-lifetest/m-p/933680#M83536</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-06-25T14:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ODS PDF and proc lifetest</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Problem-with-ODS-PDF-and-proc-lifetest/m-p/934042#M83544</link>
      <description>&lt;P&gt;Here is the code simplified and the result I got&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lredon_0-1719576053969.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/97964iAA445915D0A60FD0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lredon_0-1719576053969.png" alt="lredon_0-1719576053969.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lredon_1-1719576066740.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/97965iED547AFDE123571A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lredon_1-1719576066740.png" alt="lredon_1-1719576066740.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 12:01:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Problem-with-ODS-PDF-and-proc-lifetest/m-p/934042#M83544</guid>
      <dc:creator>lredon</dc:creator>
      <dc:date>2024-06-28T12:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ODS PDF and proc lifetest</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Problem-with-ODS-PDF-and-proc-lifetest/m-p/934061#M83545</link>
      <description>&lt;P&gt;Since the photograph you shared of your code makes it look like you are using a lot of macro code it might help if you could turn on MPRINT so you can see what actual code gets run.&amp;nbsp; Then try to recreate the issue with a much (much much) simpler program.&amp;nbsp; Then you could share that simple program here.&amp;nbsp; Or just open a ticket with SAS support and see if they can tell you why the graph is getting placed on the wrong page.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 13:50:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Problem-with-ODS-PDF-and-proc-lifetest/m-p/934061#M83545</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2024-06-28T13:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ODS PDF and proc lifetest</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Problem-with-ODS-PDF-and-proc-lifetest/m-p/934071#M83546</link>
      <description>&lt;P&gt;By any chance is that PREIMAGE reference pointing to location that the output of a previous run of Lifetest???&lt;/P&gt;
&lt;P&gt;I see the macro variable &amp;amp;Dir used in the path for the PDF AND in the Preimage but with no actual name for the PNG file to use. So you may be attempting to use something that looks like X:\folder\subfolderpng (note the single dot would disappear when resolving the macro variable) when you meant X:\folder\subfolder\TitleImageName.png (which code should look more like &amp;amp;Dir.\TitleImageName.png )&lt;/P&gt;
&lt;P&gt;With a possibly not well formed path\name to the Preimage location I am not sure what might happen.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 14:29:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Problem-with-ODS-PDF-and-proc-lifetest/m-p/934071#M83546</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-06-28T14:29:18Z</dc:date>
    </item>
  </channel>
</rss>

