Usage Note 39622: The path to the images is not correct when the BASE= ODS HTML option is specified with the SAS/GRAPH® Statistical Graphics procedures
When the BASE= ODS HTML option is specified when creating output from the SAS/GRAPH Statistical Graphics (SG) procedures such as SGPLOT or SGPANEL, the path to the image is incorrect. The BASE= ODS HTML option allows you to prefix the image generated with a specific path. When the BASE= option is specified with the SG procedures, the path that prefixes the image is duplicated and the graph does not display. The example below demonstrates the problem with the constructed image.
<img alt="The SGPlot Procedure" src="http://www.sas.com/http://www.sas.com/SGPlot4.png" style=" height: 480px; width: 640px;" border="0" class="c" >
ods html base="http://www.sas.com/" file="temp.html";
proc sgplot data=sashelp.class;
scatter x=age y=height;
run;
quit;
ods html close;
Operating System and Release Information
| SAS System | Base SAS | z/OS | 9.21 | | 9.2 TS2M3 | |
| Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.21 | | 9.2 TS2M3 | |
| Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.21 | | 9.2 TS2M3 | |
| Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.21 | | 9.2 TS2M3 | |
| HP-UX IPF | 9.21 | | 9.2 TS2M3 | |
| Microsoft Windows Server 2003 Standard Edition | 9.21 | | 9.2 TS2M3 | |
| Microsoft Windows Server 2003 Enterprise Edition | 9.21 | | 9.2 TS2M3 | |
| Microsoft Windows Server 2003 Datacenter Edition | 9.21 | | 9.2 TS2M3 | |
| Microsoft® Windows® for x64 | 9.21 | | 9.2 TS2M3 | |
| Microsoft Windows Server 2008 for x64 | 9.21 | | 9.2 TS2M3 | |
| Microsoft Windows XP Professional | 9.21 | | 9.2 TS2M3 | |
| Microsoft Windows XP 64-bit Edition | 9.21 | | 9.2 TS2M3 | |
| Solaris for x64 | 9.21 | | 9.2 TS2M3 | |
| OpenVMS on HP Integrity | 9.21 | | 9.2 TS2M3 | |
| Linux for x64 | 9.21 | | 9.2 TS2M3 | |
| Linux | 9.21 | | 9.2 TS2M3 | |
| 64-bit Enabled Solaris | 9.21 | | 9.2 TS2M3 | |
| 64-bit Enabled HP-UX | 9.21 | | 9.2 TS2M3 | |
| 64-bit Enabled AIX | 9.21 | | 9.2 TS2M3 | |
| Windows Vista for x64 | 9.21 | | 9.2 TS2M3 | |
| Windows Vista | 9.21 | | 9.2 TS2M3 | |
| Windows 7 Ultimate 32 bit | 9.21 | | 9.2 TS2M3 | |
| Windows 7 Professional x64 | 9.21 | | 9.2 TS2M3 | |
| Windows 7 Professional 32 bit | 9.21 | | 9.2 TS2M3 | |
| Windows 7 Home Premium x64 | 9.21 | | 9.2 TS2M3 | |
| Windows 7 Home Premium 32 bit | 9.21 | | 9.2 TS2M3 | |
| Windows 7 Enterprise x64 | 9.21 | | 9.2 TS2M3 | |
| Windows 7 Enterprise 32 bit | 9.21 | | 9.2 TS2M3 | |
| Windows 7 Ultimate x64 | 9.21 | | 9.2 TS2M3 | |
| Microsoft Windows Server 2008 | 9.21 | | 9.2 TS2M3 | |
| Microsoft Windows Server 2003 for x64 | 9.21 | | 9.2 TS2M3 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
The path to the images is not correct when the BASE= ODS HTML option is specified with the SAS/GRAPH® Statistical Graphics procedures.
| Date Modified: | 2010-06-16 16:49:12 |
| Date Created: | 2010-05-13 06:20:26 |