Problem Note 7001: Missing semicolon on a %LOCAL statement causes system specific errors
A system specific error may occur and/or the SAS System may terminate
abnormally when issuing a %LOCAL statement. Specifically, when the
%LOCAL is followed by a macro comment on the same line, and the trailing
semicolon is missing after the variable list, the problems may surface.
For example, the following incorrect code within a macro causes errors
when the macro is invoked.
%LOCAL a b %*test;
The corrected version of the code is:
%LOCAL a b; %*test;
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#007001
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#007001
Operating System and Release Information
| SAS System | Base SAS | Microsoft Windows XP Professional | 8.2 TS2M0 | 9 TS M0 |
| Microsoft Windows 95/98 | 8 TS M0 | |
| Microsoft Windows NT Workstation | 8 TS M0 | 9 TS M0 |
| Windows Millennium Edition (Me) | 8.2 TS2M0 | |
| Microsoft Windows 2000 Professional | 8 TS M0 | 9 TS M0 |
| Microsoft Windows 2000 Server | 8 TS M0 | 9 TS M0 |
| Microsoft Windows 2000 Datacenter Server | 8 TS M0 | 9 TS M0 |
| Microsoft Windows 2000 Advanced Server | 8 TS M0 | 9 TS M0 |
| OS/2 | 8 TS M0 | |
| 64-bit Enabled Solaris | 8 TS M0 | |
| OpenVMS VAX | 8 TS M0 | |
| Solaris | 8 TS M0 | |
| Linux | 8.2 TS2M0 | 9 TS M0 |
| z/OS | 8 TS M0 | 9 TS M0 |
| CMS | 8 TS M0 | |
| HP-UX | 8 TS M0 | |
| 64-bit Enabled HP-UX | 8 TS M0 | |
| OpenVMS Alpha | 8 TS M0 | 9 TS M0 |
| AIX | 8 TS M0 | |
| Tru64 UNIX | 8 TS M0 | 9 TS M0 |
| 64-bit Enabled AIX | 8 TS M0 | |
*
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: | low |
| Topic: | SAS Reference ==> Macro
|
| Date Modified: | 2002-04-26 11:32:34 |
| Date Created: | 2002-02-27 11:37:44 |