<?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: Unusual path generated by SGPLOT and PROC DOCUMENT crashes in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unusual-path-generated-by-SGPLOT-and-PROC-DOCUMENT-crashes/m-p/374042#M18923</link>
    <description>&lt;P&gt;I can fix the BY group numbering issue in a future SAS release.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I recommend opening a track with Tech Support for the crash: &lt;A href="http://support.sas.com/ctx/supportform/createForm" target="_blank"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt; .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-- David Kelley&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Output Delivery and Reporting&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; SAS&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jul 2017 17:38:22 GMT</pubDate>
    <dc:creator>DavidK_SAS</dc:creator>
    <dc:date>2017-07-07T17:38:22Z</dc:date>
    <item>
      <title>Unusual path generated by SGPLOT and PROC DOCUMENT crashes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unusual-path-generated-by-SGPLOT-and-PROC-DOCUMENT-crashes/m-p/373447#M18916</link>
      <description>&lt;P&gt;For one of my programs, SGPLOT is naming the first created path as SGPLOT#1\ByGroup21#1. Output looks fine in HTML but the files saved by ODS DOCUMENT crash when they are replayed. The first path created by SGPLOT should by SGPLOT#1\ByGroup1#1. Help would be appreciated. I'm using SAS 9.4 (TS1M4) The general form of my codes is as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;document&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;name&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=work.temp(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;write&lt;/FONT&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;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&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;=display &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;dattrmap&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=attr;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;by&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; var1 var2 var3 var4 var5;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;loess&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;x&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=x &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;y&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=y / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;group&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=group &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;attrid&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=attrid&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;jitter&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; clm &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;NOLEGCLM&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;TRANSPARENCY&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;.5&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;CLMTRANSPARENCY&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;.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;name&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"loess"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;legendlabel&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Treatment Group"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&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;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;document&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;close&lt;/FONT&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;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; tagsets.rtf &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=rtfout &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=MyRTF&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;options (&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;contents&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"yes"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;toc_data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"yes"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; toc_level=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"2"&lt;/FONT&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;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;document&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;name&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=doclib.temp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;replay &lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;^(where=(_path_ ? &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"\sgplot"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;))&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;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;quit&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&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;ods&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;close&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 21:31:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unusual-path-generated-by-SGPLOT-and-PROC-DOCUMENT-crashes/m-p/373447#M18916</guid>
      <dc:creator>Chuck_White</dc:creator>
      <dc:date>2017-07-05T21:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unusual path generated by SGPLOT and PROC DOCUMENT crashes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unusual-path-generated-by-SGPLOT-and-PROC-DOCUMENT-crashes/m-p/373461#M18917</link>
      <description>&lt;P&gt;I can't comment on everything you have done, but two things look suspect. &amp;nbsp;You changed the name of your document. &amp;nbsp;I changed the library back to work. &amp;nbsp;You did not specify SGPlot in the right case or use functions to convert to all upper or lower case. &amp;nbsp;I changed a number of other things because I did not have your data, etc. &amp;nbsp;I always list the contents of the document before replaying it. &amp;nbsp;In SAS/STAT R&amp;amp;D we heavily rely on the ODS document and SGPLOT to make our documentation, and it works great. &amp;nbsp;I hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ods document name=work.temp(write);
 
proc sgplot data=sashelp.class;
  loess x=weight y=height;
run;
 
ods document close;
 
ods listing;
proc document name=work.temp;
   list / levels=all;
   quit;

ods rtf file='C:\temp.rtf';
 
proc document name=work.temp;
   replay ^(where=(_path_ ? "\SGPlot"));
run;
quit;
run;
ods _all_ close;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Jul 2017 23:40:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unusual-path-generated-by-SGPLOT-and-PROC-DOCUMENT-crashes/m-p/373461#M18917</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-07-05T23:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unusual path generated by SGPLOT and PROC DOCUMENT crashes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unusual-path-generated-by-SGPLOT-and-PROC-DOCUMENT-crashes/m-p/373752#M18918</link>
      <description>&lt;P&gt;It wouldn't surprise me if my problem is specific to my installation but thank you very much for suggesting a demo dataset. If you look at the ByGroup numbers produced when I use by group processsing, you will see that they are nonstandard. As to my previous mistakes in the code, I had stripped out a lot of my original code and &lt;FONT color="#000000" face="Calibri" size="3"&gt;anonymized &lt;/FONT&gt;my variables. Sorry I didn't check further....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code and proc document listing are provided below my signature.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chuck&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;document&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;name&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=work.temp(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;write&lt;/FONT&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;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;sort&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;=sashelp.class &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;out&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=class;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;by&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; sex;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&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;=class;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;by&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; sex;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;loess&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;x&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=weight &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;y&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=height;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&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;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;document&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;close&lt;/FONT&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;&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 face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;document&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;name&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=work.temp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;list&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;levels&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 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;quit&lt;/FONT&gt;&lt;/STRONG&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;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;rtf&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'!TEMP\SAS Temporary Files\temp.rtf'&lt;/FONT&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;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;document&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;name&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=work.temp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;replay&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; ^(where=(_path_ ? &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"\SGPlot"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;quit&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&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;ods&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;close&lt;/FONT&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;The SAS System 1&lt;/P&gt;&lt;P&gt;15:05 Thursday, July 6, 2017&lt;/P&gt;&lt;P&gt;Listing of: \Work.Temp\&lt;/P&gt;&lt;P&gt;Order by: Insertion&lt;/P&gt;&lt;P&gt;Number of levels: All&lt;/P&gt;&lt;P&gt;Obs Path Type&lt;/P&gt;&lt;P&gt;ƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒ&lt;/P&gt;&lt;P&gt;1 \SGPlot#1 Dir&lt;/P&gt;&lt;P&gt;2 \SGPlot#1\ByGroup3#1 Dir&lt;/P&gt;&lt;P&gt;3 \SGPlot#1\ByGroup3#1\SGPlot#1 Graph&lt;/P&gt;&lt;P&gt;4 \SGPlot#1\ByGroup4#1 Dir&lt;/P&gt;&lt;P&gt;5 \SGPlot#1\ByGroup4#1\SGPlot#1 Graph&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 19:20:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unusual-path-generated-by-SGPLOT-and-PROC-DOCUMENT-crashes/m-p/373752#M18918</guid>
      <dc:creator>Chuck_White</dc:creator>
      <dc:date>2017-07-06T19:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unusual path generated by SGPLOT and PROC DOCUMENT crashes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unusual-path-generated-by-SGPLOT-and-PROC-DOCUMENT-crashes/m-p/373818#M18919</link>
      <description>&lt;P&gt;Hi Chuck,&lt;/P&gt;
&lt;P&gt;It runs for me. &amp;nbsp;I have no explanation for why the by groups are 3 and 4. &amp;nbsp;It does not seem to be due to multiple destinations being open. &amp;nbsp;I tried procs that I know do multiple data passes, and I get groups 1 and 2. &amp;nbsp;I have never noticed this before. &amp;nbsp;However, I don't try to figure out the path the document uses. &amp;nbsp;I just specify it. &amp;nbsp;Most of the time the way I use it in our documentation system, I can just specify the last level and the macros I wrote take care of the rest, so I don't have to notice the full path. &amp;nbsp;I never try to anticipate the path. &amp;nbsp;I just use it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does the document really crash? &amp;nbsp;Please elaborate or provide error messages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FWIW, Here is one of my blogs on the ods document. &amp;nbsp;It is not your context, but it shows one way to process files in a document without having to actually know what they are. &amp;nbsp;Scroll down to the last example.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2016/11/23/advanced-ods-graphics-remove-ods-subtitles/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/2016/11/23/advanced-ods-graphics-remove-ods-subtitles/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;Warren&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 01:18:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unusual-path-generated-by-SGPLOT-and-PROC-DOCUMENT-crashes/m-p/373818#M18919</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-07-07T01:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unusual path generated by SGPLOT and PROC DOCUMENT crashes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unusual-path-generated-by-SGPLOT-and-PROC-DOCUMENT-crashes/m-p/373931#M18920</link>
      <description>&lt;P&gt;loess, reg, and pbspline all have the same unexpected numbering. Scatter does not. I am guessing that it has something to do with the graphics engine computations. &amp;nbsp;I suppose the BY counter gets incremented for each by group for all of the computations before it goes through another set of increments for the actual graphs? &amp;nbsp;I am speculating here. &amp;nbsp;I will see if I can ask the document expert today at work and find out.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 12:07:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unusual-path-generated-by-SGPLOT-and-PROC-DOCUMENT-crashes/m-p/373931#M18920</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-07-07T12:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unusual path generated by SGPLOT and PROC DOCUMENT crashes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unusual-path-generated-by-SGPLOT-and-PROC-DOCUMENT-crashes/m-p/374014#M18921</link>
      <description>&lt;P&gt;David Kelley confirms that you have found a bug in the BY group numbering that appears in the ODS document. &amp;nbsp;I have entered this issue into our defect tracking system. &amp;nbsp;Thanks for pointing this out. &amp;nbsp;Sorry for any inconvenience. &amp;nbsp;Please let me know if there is an actual crash or if you have additional questions.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 16:32:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unusual-path-generated-by-SGPLOT-and-PROC-DOCUMENT-crashes/m-p/374014#M18921</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-07-07T16:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unusual path generated by SGPLOT and PROC DOCUMENT crashes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unusual-path-generated-by-SGPLOT-and-PROC-DOCUMENT-crashes/m-p/374038#M18922</link>
      <description>&lt;P&gt;I haven't been able to reproduce the error with the sashelp.class dataset but what it's doing to my project code is a hard crash with the following error message in the log window:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Invalid free() attempt to deleted pool&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Invalid free() attempt to deleted pool&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Invalid free() attempt to deleted pool&lt;/P&gt;&lt;P&gt;WARNING: No Close statement was given for the TAGSETS.RTF&lt;BR /&gt;WARNING: destination. This SAS session is ending.&amp;nbsp; The output&lt;BR /&gt;WARNING: file will be incomplete.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 17:27:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unusual-path-generated-by-SGPLOT-and-PROC-DOCUMENT-crashes/m-p/374038#M18922</guid>
      <dc:creator>Chuck_White</dc:creator>
      <dc:date>2017-07-07T17:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unusual path generated by SGPLOT and PROC DOCUMENT crashes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unusual-path-generated-by-SGPLOT-and-PROC-DOCUMENT-crashes/m-p/374042#M18923</link>
      <description>&lt;P&gt;I can fix the BY group numbering issue in a future SAS release.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I recommend opening a track with Tech Support for the crash: &lt;A href="http://support.sas.com/ctx/supportform/createForm" target="_blank"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt; .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-- David Kelley&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Output Delivery and Reporting&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; SAS&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 17:38:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unusual-path-generated-by-SGPLOT-and-PROC-DOCUMENT-crashes/m-p/374042#M18923</guid>
      <dc:creator>DavidK_SAS</dc:creator>
      <dc:date>2017-07-07T17:38:22Z</dc:date>
    </item>
  </channel>
</rss>

