SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 32702: Missing values can be incorrectly filled when you import a Microsoft Access file with the DBSASTYPE= option in a LIBNAME statement

DetailsHotfixAboutRate It

Missing values can be filled incorrectly when you import a Microsoft Access file using the ACCESS engine in a LIBNAME statement that contains the DBSASTYPE= option.

For example, suppose you have the following data in your access database:

VAR1 VAR2 VAR3 VAR4 12 3.5 3 3 13 2.83 3.25 3.2 14 15 3.2 3

Then suppose you submit the following code, using the DBSASTYPE= option to read this data:

libname test_res "yourmdb.mdb"; data test_import; set test_res.test_res (dbsastype=( var2 =numeric var3 =numeric var4 =numeric)); run;

In the resulting data, the missing values are now filled in with data from the previous row:

VAR1 VAR2 VAR3 VAR4 12 3.5 3 3 13 2.83 3.25 3.2 14 2.83 3.25 3.2 15 3.2 3 3.2

To circumvent this problem, do not use the DBSASTYPE= option to read the data.

Select the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS/ACCESS Interface to PC FilesMicrosoft® Windows® for 64-Bit Itanium-based Systems9.1 TS1M39.2 TS1M0
Microsoft Windows Server 2003 Datacenter 64-bit Edition9.1 TS1M39.2 TS1M0
Microsoft Windows Server 2003 Enterprise 64-bit Edition9.1 TS1M39.2 TS1M0
Microsoft Windows XP 64-bit Edition9.1 TS1M39.2 TS1M0
Microsoft® Windows® for x649.1 TS1M39.2 TS1M0
Microsoft Windows 2000 Advanced Server9.1 TS1M3
Microsoft Windows 2000 Datacenter Server9.1 TS1M3
Microsoft Windows 2000 Server9.1 TS1M3
Microsoft Windows 2000 Professional9.1 TS1M3
Microsoft Windows NT Workstation9.1 TS1M3
Microsoft Windows Server 2003 Datacenter Edition9.1 TS1M39.2 TS1M0
Microsoft Windows Server 2003 Enterprise Edition9.1 TS1M39.2 TS1M0
Microsoft Windows Server 2003 Standard Edition9.1 TS1M39.2 TS1M0
Microsoft Windows XP Professional9.1 TS1M39.2 TS1M0
Windows Vista9.1 TS1M39.2 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.