Date: Tue, 30 Aug 2005 14:51:44 -0400
Reply-To: SAS-L SAS-L duval <melmouja@YAHOO.FR>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: SAS-L SAS-L duval <melmouja@YAHOO.FR>
Subject: Problem
Hello
libname annuaire oracle path="DINO" user="DARIA"
orapw="dino" access=readonly;
proc sql ;
select count(*)
from annuaire.SMP_CREDENTIALS$;
quit;
ERROR 200-322: The symbol is not recognized and will be ignored.
ERROR
ERROR 22-322: Syntax error, expecting one of the following: a name, ;,
(, ',', ANSIMISS, AS, CROSS, EXCEPT, FULL, GROUP, HAVING,
this problem of $, when I enleve the $ that passes well
thanks.
|