| Date: | Mon, 9 Mar 2009 07:39:38 -0500 |
| Reply-To: | "./ ADD NAME=Data _null_;" <iebupdte@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "./ ADD NAME=Data _null_;" <iebupdte@GMAIL.COM> |
| Subject: | Re: error to debug |
|
| In-Reply-To: | <200903091232.n29AoGac004708@malibu.cc.uga.edu> |
| Content-Type: | text/plain; charset=ISO-8859-1 |
select 'nmae of pat'N name ,'and his age is'N age
Assuming you are trying to use name literals.
On 3/9/09, Venkatesh K <venkatesh.kadiyala@gmail.com> wrote:
> 413 select 'nmae of pat' name ,'and his age is' age
> ----
> 22
> ERROR 22-322: Syntax error, expecting one of the following: !, !!, &, *, **,
>
>
> when never i get error it will represented with numbers 22-322,what it is
> representing ?using that how can we debug the errors,pls let me know
>
|