Problem Note 7511: Use RS=NONE when writing to _WEBOUT for proper transcoding
When running the SAS/IntrNet Application Server and using ODS, you
should always use the RS=NONE option when sending HTML output to
_WEBOUT. This option forces the output to be written as record based
output rather than as a single stream of data. An example of the
necessary ODS HTML statement is:
ods html body=_webout rs=none;
Without RS=NONE, results are unpredictable. For more information on
writing HTML output directly to the Application Server, see the
following URL.
http://support.sas.com/onlinedoc/913/getDoc/en/dispatch.hlp/ods.htm
When using this approach, the output is transcoded by the Application
Server access method (_WEBOUT) using the session encoding (as defined by
the LOCALE= or ENCODING= options) and the output encoding (as defined by
the PROC APPSRV ENCODING option).
On MVS, if RS=NONE is omitted, the HTML output may be unreadable.
Operating System and Release Information
| SAS System | SAS/IntrNet | Microsoft Windows XP Professional | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| Microsoft Windows 95/98 | 8.2 TS2M0 | |
| Microsoft Windows NT Workstation | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| Microsoft Windows 2000 Server | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| Windows Millennium Edition (Me) | 8.2 TS2M0 | |
| Microsoft Windows 2000 Professional | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| Microsoft Windows 2000 Datacenter Server | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| Microsoft Windows 2000 Advanced Server | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| Solaris | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| OpenVMS VAX | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| 64-bit Enabled Solaris | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| z/OS | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| OS/2 | 8.2 TS2M0 | |
| IRIX | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| Linux | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| 64-bit Enabled AIX | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| OpenVMS Alpha | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| CMS | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| 64-bit Enabled HP-UX | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| HP-UX | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| ABI+ for Intel Architecture | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| Tru64 UNIX | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
| AIX | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
*
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.
| Type: | Problem Note |
| Priority: | medium |
| Topic: | System Administration ==> Servers
|
| Date Modified: | 2008-04-16 08:13:45 |
| Date Created: | 2002-05-14 10:57:57 |