Problem Note 33557: SAS/CONNECT® software splits the token %IF in a macro that is greater than 256 characters
When you have a macro with more than 256 characters, SAS/CONNECT software splits the token %IF into two tokens, % and IF, when you remotely submit the macro from SAS® 9.2 to SAS® 9.1.3.
The following errors are examples of messages that will be displayed in the SAS log:
3 ! *****; %
4 if &_test ne %then
%do
ERROR: There is no matching %IF statement for the %THEN. The %THEN statement will be
ignored.
5 %put _TEST is not empty. &_test;
6 %end;
ERROR: There is no matching %DO statement for the %END. This statement will be ignored.
7 %mend;
8 %rgood;
NOTE: Line generated by the invoked macro "RGOOD".
8 % if &_test ne;
-
180
ERROR 180-322: Statement is not valid or it is used out of proper order.
Select the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS/CONNECT | Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.2 TS1M0 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.2 TS1M0 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.2 TS1M0 | 9.2 TS2M0 |
Microsoft Windows XP 64-bit Edition | 9.2 TS1M0 | 9.2 TS2M0 |
Microsoft® Windows® for x64 | 9.2 TS1M0 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Datacenter Edition | 9.2 TS1M0 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Enterprise Edition | 9.2 TS1M0 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Standard Edition | 9.2 TS1M0 | 9.2 TS2M0 |
Microsoft Windows XP Professional | 9.2 TS1M0 | 9.2 TS2M0 |
Windows Vista | 9.2 TS1M0 | 9.2 TS2M0 |
*
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: | high |
Date Modified: | 2008-10-13 10:39:56 |
Date Created: | 2008-10-08 14:55:23 |