![]() | ![]() | ![]() | ![]() | ![]() |
The Enhanced Editor might handle tabs in SAS 9.2 incorrectly, when the same code runs in SAS 9.1.3 successfully.
When this happens you might see the following error:
In order for this to occur, all of the following must be true:
To re-create this problem, run the following code (make sure to use the tab after each line and at the beginning of the second line):
data x; x=1; run;
1 data x; 2 x=1; 3 run; Note: The data set WORK.X has 1 observation and 1 variables.
The SAS Log results in SAS 9.2:
1 data x; 2 x=1; 3 rℑℑG???? _ _ ERROR 180-322: Statement is not valid or it is used out of proper order.
The current workaround is to not use the tabs at the end of the code. Hot fix F9BA02 (SAS 9.2) is available for this issue.
Select the Hot Fix tab in this note to access the hot fix for this issue.
Product Family | Product | System | SAS Release | |
Reported | Fixed* | |||
SAS System | Base SAS | 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 | ||
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 |