rao
2006-02-04 18:28:20 UTC
Hi
I am getting following error message.
what I did
I created a SAS Transport file by using "XPORT" engine and PROC COPY.
Then I moved the xxxx.xpt file into my company internal web site. Later
I just down loaded the xxx.xpt file. Strated converting into SAS
dataset. Iam unable to convert the xpt file back into SAS dataset.
The error message
5 libname saslib 'C:\coder\import\';
NOTE: Libref SASLIB was successfully assigned as follows:
Engine: V8
Physical Name: C:\coder\import
5 ! /*output*/
6 libname pear xport 'C:\coder\bnfcode.xpt';
NOTE: Libref PEAR was successfully assigned as follows:
Engine: XPORT
Physical Name: C:\coder\bnfcode.xpt
6 ! /*input*/
7 proc copy in=pear out=saslib;
8 RUN;
NOTE: Input library PEAR is sequential.
NOTE: Copying PEAR.BNFCODE to SASLIB.BNFCODE (memtype=DATA).
NOTE: BUFSIZE is not cloned when copying across different engines.
System Option for BUFSIZE was used.
ERROR: The value L1DCODE is not a valid SAS name.
ERROR: File SASLIB.BNFCODE.DATA has not been saved because copy could
not be completed.
NOTE: Statements not processed because of errors noted above.
NOTE: PROCEDURE COPY used:
real time 1.18 seconds
cpu time 0.52 seconds
NOTE: The SAS System stopped processing this step because of errors.
If you faced this kind of error in the past, please let me know
Thanks for your help
Rao
I am getting following error message.
what I did
I created a SAS Transport file by using "XPORT" engine and PROC COPY.
Then I moved the xxxx.xpt file into my company internal web site. Later
I just down loaded the xxx.xpt file. Strated converting into SAS
dataset. Iam unable to convert the xpt file back into SAS dataset.
The error message
5 libname saslib 'C:\coder\import\';
NOTE: Libref SASLIB was successfully assigned as follows:
Engine: V8
Physical Name: C:\coder\import
5 ! /*output*/
6 libname pear xport 'C:\coder\bnfcode.xpt';
NOTE: Libref PEAR was successfully assigned as follows:
Engine: XPORT
Physical Name: C:\coder\bnfcode.xpt
6 ! /*input*/
7 proc copy in=pear out=saslib;
8 RUN;
NOTE: Input library PEAR is sequential.
NOTE: Copying PEAR.BNFCODE to SASLIB.BNFCODE (memtype=DATA).
NOTE: BUFSIZE is not cloned when copying across different engines.
System Option for BUFSIZE was used.
ERROR: The value L1DCODE is not a valid SAS name.
ERROR: File SASLIB.BNFCODE.DATA has not been saved because copy could
not be completed.
NOTE: Statements not processed because of errors noted above.
NOTE: PROCEDURE COPY used:
real time 1.18 seconds
cpu time 0.52 seconds
NOTE: The SAS System stopped processing this step because of errors.
If you faced this kind of error in the past, please let me know
Thanks for your help
Rao