<?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: Debugging a crashed session in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Debugging-a-crashed-session/m-p/516665#M139573</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you missing escape character.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods escapechar='^';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Did you have right size image file for the header?&lt;/P&gt;</description>
    <pubDate>Wed, 28 Nov 2018 14:04:31 GMT</pubDate>
    <dc:creator>SuryaKiran</dc:creator>
    <dc:date>2018-11-28T14:04:31Z</dc:date>
    <item>
      <title>Debugging a crashed session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Debugging-a-crashed-session/m-p/516656#M139567</link>
      <description>&lt;P&gt;Morning,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using ODS LAYOUT to generate a PDF report with several pages. At the top of each page I have defined a header area as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods region height=1in style={background=VLIGB };
 ods text = " ";

ods region y = 0.35 in;
 ods text = "^{style[background=VLIGB foreground=white font_size=16pt font_face='arial' just=c textdecoration=underline font_weight=bold]Investigator Request for Materials}";

ods region x = 0.15 in
		   y = 0.035 in;
 ods text = '^{style[preimage="&amp;amp;preimage"]}';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The preimage macro variable (&amp;amp;preimage) value is a directory path to a logo .png file on my company's network.&amp;nbsp;As I mentioned above there are multiple pages I am configuring for this report so I have defined this header information for each page. The problem I am running into is that SAS crashes when I use the preimage on more than one page. I will get the popup that says "sas.exe has stopped working - Check online for solution, close the program, or Debug the program".&amp;nbsp; If I use it on just one page, the program runs just fine. If I remove the ods region/ods text statements that define the preimage, the program also runs just fine. Additionally, the program is nearly identical to another program I have that calls the preimage multiple times and that program runs fine as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried outputting my log and viewing the results I don't see any errors or warnings, all macros are resolving as they should, etc. so at this point I am stuck on how to troubleshoot this further. Any ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 13:32:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Debugging-a-crashed-session/m-p/516656#M139567</guid>
      <dc:creator>lbarwick</dc:creator>
      <dc:date>2018-11-28T13:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a crashed session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Debugging-a-crashed-session/m-p/516665#M139573</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you missing escape character.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods escapechar='^';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Did you have right size image file for the header?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 14:04:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Debugging-a-crashed-session/m-p/516665#M139573</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-11-28T14:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a crashed session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Debugging-a-crashed-session/m-p/516670#M139577</link>
      <description>&lt;P&gt;Yes I have defined my escapechar and the image size is fine. As I mentioned, the output looks fine when I include the image on just one of my layout pages, its when I try to add the image to the other pages that SAS crashes. I have opened a track with Tech Support to help.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 14:13:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Debugging-a-crashed-session/m-p/516670#M139577</guid>
      <dc:creator>lbarwick</dc:creator>
      <dc:date>2018-11-28T14:13:24Z</dc:date>
    </item>
  </channel>
</rss>

