Usage Note 5237: When reading a Microsoft Access 97 file into 8.2 by using DDE, the last
character in the last observation is dropped.
When reading a Micrsoft Access 97 file into 8.2 by using DDE, the last
character in the last observation is dropped. This did not happen in
Release 6.12. It does not happen when using Microsoft Access 2000
tables.
This is an example of the code:
FILENAME SWEEK DDE "MSACCESS|D:\TEST\test.MDB;TABLE SAMPLE!ALL";
data sasuser.O_WEEK;
length WEEK WK_ENDDT $8;
infile SWEEK dlm='09'x notab dsd missover firstobs=2 ;
input WEEK WK_ENDDT;
run;
This is how the last observation appears in Release 6.12 in the output
window:
WEEK WK_ENDDT
---- --------
199852 12/26/98
This is how the last observation appears in Release 8.2 in the output
window:
WEEK WK_ENDDT
---- --------
199852 12/26/9
To circumvent this problem, use Microsoft Access 2000 instead of
Microsoft Access 97.
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#005237
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#005237
Operating System and Release Information
| SAS System | Base SAS | Microsoft Windows NT Workstation | 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: | Usage Note |
| Priority: | |
| Topic: | Data Management ==> Access ==> SAS I/O
|
| Date Modified: | 2002-04-23 16:29:27 |
| Date Created: | 2001-06-14 14:11:13 |