From: mark on
hello All,

I am getting message that I could not enetr new command as the PROC
insight is runnning. What change should i make in the code below so
that I can avoid this problem.

/*Scatter plot for Score against the 5 predictor variables*/
proc insight data=sc.music;
scatter Score GHz Processor Disk Video Battery*
Score GHz Processor Disk Video Battery;
run;
quit;


Kind Regards ,
markc
From: Arthur Tabachneck on
Mark,

While these still sound like homework problems, and you've never
answered my question of whether they are homework problems, this time
I'll play along.

Close all of your insight windows before trying to run any more code.

Now can you answer my question: are you trying to get SAS-L to do your
homework for you?

Art
-----------------
On Mar 7, 2:25 pm, mark <mark.chas...(a)yahoo.in> wrote:
> hello All,
>
> I am getting message that I could not enetr new command as the PROC
> insight is runnning. What change should i make in the code below so
> that I can avoid this problem.
>
> /*Scatter plot for Score against the 5 predictor variables*/
> proc insight data=sc.music;
> scatter Score GHz Processor Disk Video Battery*
> Score GHz Processor Disk Video Battery;
> run;
> quit;
>
> Kind Regards ,
> markc