Usage Note 10261: SAS/IntrNet ODS Output Format samples return untranslated EBCDIC output to the browser.
When running any of the ODS Output Format samples on the Application
Dispatcher Samples page on the MVS operating system you will see
untranslated EBCDIC being returned to the browser in the results until
you add RS=NONE to any ODS statement that is pointing to _WEBOUT.
For example this statement:
ods html &tmpstyle body=_webout;
would need to read like this:
ods html &tmpstyle body=_webout RS=NONE;
to get comprehensible output to the browser.
Without the RS=NONE, EBCDIC will be returned that has not been
translated and will appear as garbage. Refer to SAS Note #007511 for
more information.
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
Operating System and Release Information
| SAS System | SAS/IntrNet | Microsoft Windows 95/98 | 8.2 TS2M0 | |
| Microsoft Windows NT Workstation | 8.2 TS2M0 | |
| Microsoft Windows XP Professional | 8.2 TS2M0 | |
| Microsoft Windows 2000 Server | 8.2 TS2M0 | |
| Windows Millennium Edition (Me) | 8.2 TS2M0 | |
| Microsoft Windows 2000 Datacenter Server | 8.2 TS2M0 | |
| Microsoft Windows 2000 Professional | 8.2 TS2M0 | |
| Solaris | 8.2 TS2M0 | |
| Microsoft Windows 2000 Advanced Server | 8.2 TS2M0 | |
| 64-bit Enabled Solaris | 8.2 TS2M0 | |
| Linux | 8.2 TS2M0 | |
| IRIX | 8.2 TS2M0 | |
| z/OS | 8.2 TS2M0 | |
| CMS | 8.2 TS2M0 | |
| 64-bit Enabled HP-UX | 8.2 TS2M0 | |
| ABI+ for Intel Architecture | 8.2 TS2M0 | |
| HP-UX | 8.2 TS2M0 | |
| OpenVMS Alpha | 8.2 TS2M0 | |
| 64-bit Enabled AIX | 8.2 TS2M0 | |
| Tru64 UNIX | 8.2 TS2M0 | |
| AIX | 8.2 TS2M0 | |
*
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: | Usage Note |
| Priority: | |
| Topic: | System Administration ==> Servers
|
| Date Modified: | 2008-04-16 08:11:35 |
| Date Created: | 2003-06-18 10:33:03 |