Problem Note 4336: ERROR: Missing numeric suffix on numbered variable list
In Version 8 of the SAS System, the following array statement specified
in SAS Component Language (SCL) program code generates errors:
array id_variable_name(*) $8 id_variable_name_1 - id_variable_name_7;
This generates the following error:
ERROR: Missing numeric suffix on a numbered variable list
(id_variable_1-id_variable_name_7)
To circumvent the problem, either shorten the variable names to 8
characters or explicitly list the longer variable names rather than
using a range.
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#004336
Operating System and Release Information
| SAS System | SAS/AF | Microsoft Windows 95/98 | 8.1 TS1M0 | |
| Microsoft Windows 2000 Server | 8.1 TS1M0 | 9 TS M0 |
| Microsoft Windows NT Workstation | 8.1 TS1M0 | 9 TS M0 |
| Microsoft Windows 2000 Datacenter Server | 8.1 TS1M0 | 9 TS M0 |
| Microsoft Windows 2000 Professional | 8.1 TS1M0 | 9 TS M0 |
| OpenVMS VAX | 8.1 TS1M0 | |
| Microsoft Windows 2000 Advanced Server | 8.1 TS1M0 | 9 TS M0 |
| Solaris | 8.1 TS1M0 | |
| IRIX | 8.1 TS1M0 | |
| 64-bit Enabled Solaris | 8.1 TS1M0 | |
| ABI+ for Intel Architecture | 8.1 TS1M0 | |
| z/OS | 8.1 TS1M0 | 9 TS M0 |
| OS/2 | 8.1 TS1M0 | |
| 64-bit Enabled HP-UX | 8.1 TS1M0 | |
| 64-bit Enabled AIX | 8.1 TS1M0 | |
| HP-UX | 8.1 TS1M0 | |
| CMS | 8.1 TS1M0 | |
| OpenVMS Alpha | 8.1 TS1M0 | 9 TS M0 |
| Tru64 UNIX | 8.1 TS1M0 | 9 TS M0 |
| 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 |
| Topic: | SAS Reference ==> SCL (SAS Component Language)
|
| Date Modified: | 2002-05-14 14:29:08 |
| Date Created: | 2001-02-16 09:53:13 |