Problem Note 5811: Syntax error when using WGDB option with PROC IMPORT procedure
You may receive the following error when using the WGDB option with the
PROC IMPORT procedure:
ERROR 22-322: Expecting one of the following ;,
ERROR200-322: The symbol is not recognized and will be ignored.
The following code will cause the problem:
proc import out=work.test
datatable="basic"
dbms=access2000 replace;
database="xxxx.mdb";
userid="testuser";
password="testpass";
WGDB="xxxx.mdw;
run;
To circumvent the problem you can use WORKGPDB instead of WGDB. They
are both alias for the Workgroup-Database-Name option.
A Technical Support hot fix for Release 8.2 TSLEVEL 2M0 for this
problem is available at:
http://www.sas.com/techsup/download/hotfix/82_sbcs_prod_list.html#005811
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#005811
Operating System and Release Information
| Product Family | Product | System | Reported Release | Fixed Release* |
| SAS System | SAS/ACCESS Interface to PC Files | Windows Millennium Edition (Me) | 8.2 TS2M0 | |
| Microsoft Windows 95/98 | 8 TS M0 | |
| Microsoft Windows NT Workstation | 8 TS M0 | 9 TS M0 |
| Microsoft Windows 2000 Professional | 8 TS M0 | 9 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: | Problem Note |
| Priority: | medium |
| Date Modified: | 2002-04-23 14:52:15 |
| Date Created: | 2001-09-10 12:42:05 |