| Date: | Thu, 19 Apr 2012 08:57:31 -0400 |
| Reply-To: | Roland Berry <rolandberry@HOTMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Roland Berry <rolandberry@HOTMAIL.COM> |
| Subject: | Re: 262 char problem with SQL update "set" |
|---|
I don't know why but I got truncation of the symget('ptm') value when the
field "Finding" was plenty long enough and the last part of the string was
there. I ended up having to use NOQUOTELENMAX in the end.
On Fri, 13 Apr 2012 08:48:43 -0400, Roland Berry <rolandberry@HOTMAIL.COM>
wrote:
>It was easier than I dared hope:
>
>set Finding="Invalid PTM ("||symget('ptm')||") values found. (see
listing)",
|