Problem Note 8911: Macro causes errors when tokenizer reads past an end of line
In some circumstances SAS code generated from a macro invocation may
cause various types of errors. This problem is due to the tokenizer
looking past the end of the current token and finding a garbage
character. This character passes back to the DATA step parser which then
issues a syntax error.
A possible work-around is to use the %UNQUOTE function around the
section of code that is causing the problem.
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#008911
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#008911
Operating System and Release Information
| SAS System | Base SAS | Microsoft Windows NT Workstation | 8.1 TS1M0 | 9.1 TS1M0 |
| Microsoft Windows 95/98 | 8.1 TS1M0 | |
| Microsoft Windows 2000 Professional | 8.1 TS1M0 | 9.1 TS1M0 |
| Microsoft Windows 2000 Datacenter Server | 8.1 TS1M0 | 9.1 TS1M0 |
| Microsoft Windows 2000 Advanced Server | 8.1 TS1M0 | 9.1 TS1M0 |
| OpenVMS VAX | 8.1 TS1M0 | |
| OS/2 | 8.1 TS1M0 | |
| Solaris | 8.1 TS1M0 | |
| Microsoft Windows 2000 Server | 8.1 TS1M0 | 9.1 TS1M0 |
| 64-bit Enabled Solaris | 8.1 TS1M0 | |
| z/OS | 8.1 TS1M0 | 9.1 TS1M0 |
| OpenVMS Alpha | 8.1 TS1M0 | 9.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: | low |
| Topic: | SAS Reference ==> Macro
|
| Date Modified: | 2003-01-13 17:08:24 |
| Date Created: | 2002-11-18 13:07:03 |