Problem Note 4633: "Error: The yieobtn function is not supported by the SASE7 engine" might
appear when you examine remote SQL views via the SQL dictionary table
When you examine remote SQL views via the SQL dictionary tables, this
error message might appear:
Error: The yieobtn function is not supported by the SASE7 engine.
Miscommunication occurs between the remote I/O engine and the base I/O
engine over the presence of indexes on the view. The problem can occur
by using either of the following forms in PROC SQL:
PROC SQL;
SELECT * FROM SASHELP.VTABLE;
or:
PROC SQL;
SELECT * FROM DICTIONARY.TABLES;
The same problem can occur if the select list of specific variables that
is used contains the variable INDXTYPE.
The circumvention is to access the tables locally or to use RMTVIEW=NO
on the LIBNAME statement for the library containing the views.
A Technical Support hot fix for Release 8.2 TSLEVEL TS2M0 for this
issue is available at:
http://www.sas.com/techsup/download/hotfix/82_sbcs_prod_list.html#004633
For customers running SAS with Asian Language Support (DBCS), this
hot fix should be downloaded from:
http://www.sas.com/techsup/download/hotfix/82_dbcs_prod_list.html#004633
Operating System and Release Information
| SAS System | SAS/SHARE | Microsoft Windows 95/98 | 8.1 TS1M0 | |
| Microsoft Windows NT Workstation | 8.1 TS1M0 | 9 TS M0 |
| Microsoft Windows 2000 Server | 8.1 TS1M0 | 9 TS M0 |
| Microsoft Windows 2000 Professional | 8.1 TS1M0 | 9 TS M0 |
| Microsoft Windows 2000 Advanced Server | 8.1 TS1M0 | 9 TS M0 |
| Microsoft Windows 2000 Datacenter Server | 8.1 TS1M0 | 9 TS M0 |
| OpenVMS VAX | 8.1 TS1M0 | |
| Solaris | 8.1 TS1M0 | |
| IRIX | 8.1 TS1M0 | |
| 64-bit Enabled Solaris | 8.1 TS1M0 | |
| OS/2 | 8.1 TS1M0 | |
| ABI+ for Intel Architecture | 8.1 TS1M0 | |
| z/OS | 8.1 TS1M0 | 9 |
| 64-bit Enabled HP-UX | 8.1 TS1M0 | |
| HP-UX | 8.1 TS1M0 | |
| CMS | 8.1 TS1M0 | |
| OpenVMS Alpha | 8.1 TS1M0 | 9 |
| 64-bit Enabled AIX | 8.1 TS1M0 | |
| Tru64 UNIX | 8.1 TS1M0 | 9 |
| AIX | 8.1 TS1M0 | |
*
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 |
| Date Modified: | 2002-04-25 15:07:31 |
| Date Created: | 2001-03-30 08:39:20 |