| Date: | Thu, 1 May 2008 10:18:04 -0500 |
| Reply-To: | Citam <citam.sasl@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Citam <citam.sasl@GMAIL.COM> |
| Subject: | Re: call execute crashing |
| In-Reply-To: | <90f03b26-e287-4191-ba48-0f9a1674f505@c58g2000hsc.googlegroups.com> |
| Content-Type: | text/plain; charset=ISO-8859-1 |
On 5/1/08, dc353@hotmail.com <dc353@hotmail.com> wrote:
> Hi, the following code is NOT working and crashing my sas session:
>
> data indu_04;
> set indu_02 ;
>
> call execute ("rename FOREST = indu1;");
>
> run;
>
> Forest is the old variable name.
>
> If I just issue: rename forest = indu1 it works fine.
In what context? Have you look at your log? In this case, I should
be informative to you. If the "crash" removes your log, use the
PRINTTO procedure to capture it to a file. Also, on what OS are you
working?
|