<?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 PDF and Absolute Layout Error in 9.1.3 SP4 in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-and-Absolute-Layout-Error-in-9-1-3-SP4/m-p/71634#M8211</link>
    <description>Hi:&lt;BR /&gt;
  This message:&lt;BR /&gt;
[pre]&lt;BR /&gt;
NOTE: Writing HTML Body file: sashtml.htm&lt;BR /&gt;
ERROR: Absolute layout is supported only for ODS PRINTER. Non-COLUMN/ROW LAYOUT requests will be ignored for other&lt;BR /&gt;
destinations.&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
indicates to me that possibly you are using SAS Enterprise Guide (which automatically tries to create an HTML file or you are using SAS Display Manager, but have automatic HTML output creation turned on. I do not see any ODS PDF statements in your code -- were you trying to use ODS LAYOUT with ODS HTML or ODS PDF????&lt;BR /&gt;
 &lt;BR /&gt;
To create HTML output with ODS, where the HTML output is divided into panels, you might want to investigate the ODS HTMLPANEL destination documentation here:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/htmlpanel.html" target="_blank"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/htmlpanel.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
If you are using ODS LAYOUT with the PDF destination, ODS LAYOUT was experimental for PDF in SAS 9.1.3 and is still experimental (or "pre-production") as explained here:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/early-access/index.html" target="_blank"&gt;http://support.sas.com/rnd/base/early-access/index.html&lt;/A&gt; &lt;BR /&gt;
 &lt;BR /&gt;
If you download the ODS LAYOUT code from the above web site, the chances are good that it will NOT work the same way in SAS 9.1.3 as it works in SAS 9.2.&lt;BR /&gt;
&lt;BR /&gt;
You might find that working with Tech Support is your best resource for working with ODS LAYOUT at this point, especially to find out what you can and can't do in SAS 9.1.3 with ODS LAYOUT and ODS PDF..&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Mon, 13 Sep 2010 21:54:43 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2010-09-13T21:54:43Z</dc:date>
    <item>
      <title>ODS PDF and Absolute Layout Error in 9.1.3 SP4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-and-Absolute-Layout-Error-in-9-1-3-SP4/m-p/71633#M8210</link>
      <description>Hi,  I'm having trouble running the following code in 9.1.3 service pack 4 (SP4) plus hotfixes while others in my office running 9.1.3 SP1 have no problem running it.  Can anyone tell me if this is a known problem with a solution?  I have included code and error messages below, hope that helps.&lt;BR /&gt;
&lt;BR /&gt;
Many Thanks,&lt;BR /&gt;
Merry&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
ods layout start;&lt;BR /&gt;
ODS REGION x=0 pct  width =100pct y=10 pct height=70 pct;&lt;BR /&gt;
title1 f=times h=1.5 'Chart 1.';&lt;BR /&gt;
title2 f=times h=1.5 'For New York;&lt;BR /&gt;
proc gplot data=report.table2;&lt;BR /&gt;
   plot recip_cnt*ext_date=rank_ord/haxis=axis1&lt;BR /&gt;
                                    vaxis=axis2&lt;BR /&gt;
                                    legend=legend2;&lt;BR /&gt;
where YorN in (1,99);&lt;BR /&gt;
format ext_date $extdatefmt.;&lt;BR /&gt;
run;&lt;BR /&gt;
ods layout end;&lt;BR /&gt;
title ;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
NOTE: No units specified for the HSIZE option.  INCHES will be used.&lt;BR /&gt;
NOTE: No units specified for the VSIZE option.  INCHES will be used.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt; ods layout start;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
NOTE: Writing HTML Body file: sashtml.htm&lt;BR /&gt;
ERROR: Absolute layout is supported only for ODS PRINTER. Non-COLUMN/ROW LAYOUT requests will be ignored for other&lt;BR /&gt;
       destinations.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;ODS REGION x=0 pct  width =100pct y=10 pct height=70 pct;&lt;BR /&gt;
 title1 f=times h=1.5 'Chart 1.';&lt;BR /&gt;
200  title2 f=times h=1.5 'For New York;&lt;BR /&gt;
201  proc gplot data=report.table2;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
NOTE: Writing HTML Body file: sashtml20.htm&lt;BR /&gt;
NOTE:  73 RECORDS WRITTEN TO C:\DOCUME~1\username\LOCALS~1\Temp\SAS Temporary Files\_TD4672\gplot.gif&lt;BR /&gt;
ERROR:  Read Access Violation In Task [ GPLOT )&lt;BR /&gt;
Exception occurred at (60DAFC91)&lt;BR /&gt;
Task Traceback&lt;BR /&gt;
Address   Frame     (DBGHELP API Version 4.0 rev 5)&lt;BR /&gt;
60DAFC91  0563F574  sasmrk:mcn_main+0x5EC91&lt;BR /&gt;
60D83652  0563F5A4  sasmrk:mcn_main+0x32652&lt;BR /&gt;
674DE11C  0563F640  sasods:mcn_main+0x4D11C&lt;BR /&gt;
67451223  0563F994  sasodst:mcn_main+0x223&lt;BR /&gt;
674F6461  0563FA2C  sasods:mcn_main+0x65461&lt;BR /&gt;
67871D17  0563FABC  sasxshel:mcn_main+0x30D17&lt;BR /&gt;
67871395  0563FACC  sasxshel:mcn_main+0x30395&lt;BR /&gt;
674F6A1F  0563FBA8  sasods:mcn_main+0x65A1F&lt;BR /&gt;
67451124  0563FBFC  sasodst:mcn_main+0x124&lt;BR /&gt;
676A1EC9  0563FC68  sasxany:mcn_main+0xEC9&lt;BR /&gt;
67842617  0563FD00  sasxshel:mcn_main+0x1617&lt;BR /&gt;
6785A2AA  0563FD84  sasxshel:mcn_main+0x192AA&lt;BR /&gt;
6785AED3  0563FE1C  sasxshel:mcn_main+0x19ED3&lt;BR /&gt;
6787215F  0563FE80  sasxshel:mcn_main+0x3115F&lt;BR /&gt;
57FBD5BF  0563FEBC  sasgplot:mcn_main+0x2C5BF&lt;BR /&gt;
57F9116D  0563FF88  sasgplot:mcn_main+0x16D&lt;BR /&gt;
01272B72  0563FFA0  sashost:Main+0xBEE2&lt;BR /&gt;
01276C90  0563FFB4  sashost:Main+0x10000&lt;BR /&gt;
7C80B713  0563FFEC  kernel32:GetModuleFileNameA+0x1B4&lt;BR /&gt;
&lt;BR /&gt;
NOTE: PROCEDURE GPLOT used (Total process time):&lt;BR /&gt;
      real time           1.51 seconds&lt;BR /&gt;
      cpu time            0.29 seconds&lt;BR /&gt;
&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
NOTE: There were 60 observations read from the data set&lt;BR /&gt;
 &lt;BR /&gt;
&lt;B&gt;REPORT.TABLE2_KINGS.&lt;BR /&gt;
      WHERE YorN in (1, 99);&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
ERROR:  Read Access Violation In Task [ Submit )&lt;BR /&gt;
Exception occurred at (60DAFC91)&lt;BR /&gt;
Task Traceback&lt;BR /&gt;
Address   Frame     (DBGHELP API Version 4.0 rev 5)&lt;BR /&gt;
60DAFC91  053BF484  sasmrk:mcn_main+0x5EC91&lt;BR /&gt;
60D83652  053BF4B4  sasmrk:mcn_main+0x32652&lt;BR /&gt;
674DE11C  053BF550  sasods:mcn_main+0x4D11C&lt;BR /&gt;
67451223  053BF8A4  sasodst:mcn_main+0x223&lt;BR /&gt;
674F6461  053BF93C  sasods:mcn_main+0x65461&lt;BR /&gt;
67871D17  053BF9CC  sasxshel:mcn_main+0x30D17&lt;BR /&gt;
67871395  053BF9DC  sasxshel:mcn_main+0x30395&lt;BR /&gt;
674F6A1F  053BFAB8  sasods:mcn_main+0x65A1F&lt;BR /&gt;
67451124  053BFB0C  sasodst:mcn_main+0x124&lt;BR /&gt;
676A1EC9  053BFB78  sasxany:mcn_main+0xEC9&lt;BR /&gt;
67842617  053BFC10  sasxshel:mcn_main+0x1617&lt;BR /&gt;
6785A2AA  053BFC94  sasxshel:mcn_main+0x192AA&lt;BR /&gt;
6787A9DD  053BFD84  sasxshel:mcn_main+0x399DD&lt;BR /&gt;
67878174  053BFEE8  sasxshel:mcn_main+0x37174&lt;BR /&gt;
67876CD2  053BFF58  sasxshel:mcn_main+0x35CD2&lt;BR /&gt;
6787A522  053BFF88  sasxshel:mcn_main+0x39522&lt;BR /&gt;
01272B72  053BFFA0  sashost:Main+0xBEE2&lt;BR /&gt;
01276C90  053BFFB4  sashost:Main+0x10000&lt;BR /&gt;
7C80B713  053BFFEC  kernel32:GetModuleFileNameA+0x1B4&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Generic critical error.&lt;BR /&gt;
&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
&lt;B&gt;ods layout end;&lt;BR /&gt;
title ;&lt;/B&gt;</description>
      <pubDate>Mon, 13 Sep 2010 17:46:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-and-Absolute-Layout-Error-in-9-1-3-SP4/m-p/71633#M8210</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-09-13T17:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF and Absolute Layout Error in 9.1.3 SP4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-and-Absolute-Layout-Error-in-9-1-3-SP4/m-p/71634#M8211</link>
      <description>Hi:&lt;BR /&gt;
  This message:&lt;BR /&gt;
[pre]&lt;BR /&gt;
NOTE: Writing HTML Body file: sashtml.htm&lt;BR /&gt;
ERROR: Absolute layout is supported only for ODS PRINTER. Non-COLUMN/ROW LAYOUT requests will be ignored for other&lt;BR /&gt;
destinations.&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
indicates to me that possibly you are using SAS Enterprise Guide (which automatically tries to create an HTML file or you are using SAS Display Manager, but have automatic HTML output creation turned on. I do not see any ODS PDF statements in your code -- were you trying to use ODS LAYOUT with ODS HTML or ODS PDF????&lt;BR /&gt;
 &lt;BR /&gt;
To create HTML output with ODS, where the HTML output is divided into panels, you might want to investigate the ODS HTMLPANEL destination documentation here:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/htmlpanel.html" target="_blank"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/htmlpanel.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
If you are using ODS LAYOUT with the PDF destination, ODS LAYOUT was experimental for PDF in SAS 9.1.3 and is still experimental (or "pre-production") as explained here:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/early-access/index.html" target="_blank"&gt;http://support.sas.com/rnd/base/early-access/index.html&lt;/A&gt; &lt;BR /&gt;
 &lt;BR /&gt;
If you download the ODS LAYOUT code from the above web site, the chances are good that it will NOT work the same way in SAS 9.1.3 as it works in SAS 9.2.&lt;BR /&gt;
&lt;BR /&gt;
You might find that working with Tech Support is your best resource for working with ODS LAYOUT at this point, especially to find out what you can and can't do in SAS 9.1.3 with ODS LAYOUT and ODS PDF..&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 13 Sep 2010 21:54:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-and-Absolute-Layout-Error-in-9-1-3-SP4/m-p/71634#M8211</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-09-13T21:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF and Absolute Layout Error in 9.1.3 SP4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-and-Absolute-Layout-Error-in-9-1-3-SP4/m-p/71635#M8212</link>
      <description>"........or you are using SAS Display Manager, but have automatic HTML output creation turned on."&lt;BR /&gt;
&lt;BR /&gt;
You got it Cynthia, thank you so much.  I had the automatic HTML output turned on under Options-Preferences-View and ODS PDF couldn't create a pdf from a file already in use.  I turned the HTML feature off and the pdf was created as desired.&lt;BR /&gt;
&lt;BR /&gt;
Sorry if I confused things by leaving out some coding.  This program is complex with macros and the like and I was trying to provide only the relevant information to solving the problem.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again,&lt;BR /&gt;
Merry</description>
      <pubDate>Wed, 15 Sep 2010 13:33:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-and-Absolute-Layout-Error-in-9-1-3-SP4/m-p/71635#M8212</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-09-15T13:33:57Z</dc:date>
    </item>
  </channel>
</rss>

