Date: Wed, 25 May 2005 10:58:29 -0700
Reply-To: sunchunkui@HOTMAIL.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: sunchunkui@HOTMAIL.COM
Organization: http://groups.google.com
Subject: Re: ERROR: The value 205DAI is not a valid SAS name
Content-Type: text/plain; charset="iso-8859-1"
Hi Howard, here it is the try:
1 libname test 'c:\temp';
NOTE: Libref TEST was successfully assigned as follows:
Engine: V612
Physical Name: c:\temp
2
3 filename tranfile "c:\temp\205dai.v6x";
4 proc cimport library=test infile=tranfile; run;
NOTE: Proc CIMPORT begins to create/update data set TEST.205DAI
NOTE: Data set contains 11 variables and 13 observations.
Logical record length is 64.
NOTE: The PROCEDURE CIMPORT used 0.26 seconds.
5
6 proc print data=TEST.205DAI; run;
6 proc print data=TEST.205DAI; run;
---
202
ERROR: Invalid data set name TEST.205.
ERROR 202-322: The option or parameter is not recognized.
NOTE: The SAS System stopped processing this step because of errors.
NOTE: The PROCEDURE PRINT used 0.07 seconds.