Problem Note 1606: ERROR: An invalid SCL list id was passed as an argument to
SASHELP.FSP.VTMAIN.FRAME
If you use a DECLARE statement in SAS Component Language (SCL) to create
an SCL list of options to pass to SASHELP.FSP.VTMAIN.FRAME via the CALL
DISPLAY routine as follows,
declare list arglist={open='sasuser.class'};
you may see the following errors before the VIEWTABLE window displays:
ERROR: An invalid SCL list id was passed as an argument to
SASHELP.FSP.VTMAIN.FRAME. Argument will be ignored.
ERROR: Could not open the specified Registry key.
When the VIEWTABLE window does display, it will display in New mode with
the following message:
Could not read items from Registry. See Log for any messages.
Upon exiting the VIEWTABLE window, you may see another error dialog as
well as error messages in the SAS Log window.
To circumvent this behavior, declare the SCL list as type numeric,
declare num arglist={open='sasuser.class'};
or use the MAKELIST function to create the SCL list.
Operating System and Release Information
| Product Family | Product | System | Reported Release | Fixed Release* |
| SAS System | SAS/AF | Solaris | 8 TS M0 | 8.1 TS1M0 |
| Microsoft Windows 95/98 | 8 TS M0 | 8.1 TS1M0 |
| Microsoft Windows NT Workstation | 8 TS M0 | 8.1 TS1M0 |
| 64-bit Enabled Solaris | 8 TS M0 | 8.1 TS1M0 |
| OS/2 | 8 TS M0 | 8.1 TS1M0 |
| IRIX | 8 TS M0 | 8.1 TS1M0 |
| HP-UX | 8 TS M0 | 8.1 TS1M0 |
| ABI+ for Intel Architecture | 8 TS M0 | 8.1 TS1M0 |
| 64-bit Enabled AIX | 8 TS M0 | 8.1 TS1M0 |
| 64-bit Enabled HP-UX | 8 TS M0 | 8.1 TS1M0 |
| OpenVMS Alpha | 8 TS M0 | 8.1 TS1M0 |
| Tru64 UNIX | 8 TS M0 | 8.1 TS1M0 |
| AIX | 8 TS M0 | 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: | 2000-07-03 16:21:23 |
| Date Created: | 2000-01-17 11:39:38 |