<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Proc Insight  Running Error / DEBUG in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Insight-Running-Error-DEBUG/m-p/65475#M18669</link>
    <description>hello All,&lt;BR /&gt;
&lt;BR /&gt;
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.&lt;BR /&gt;
&lt;BR /&gt;
/*Scatter plot for Score against the 5 predictor variables*/&lt;BR /&gt;
proc insight data=sc.music;&lt;BR /&gt;
  scatter Score GHz Processor Disk Video Battery*&lt;BR /&gt;
          Score GHz Processor Disk Video Battery;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Kind  Regards ,&lt;BR /&gt;
markc</description>
    <pubDate>Sun, 07 Mar 2010 19:26:53 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-03-07T19:26:53Z</dc:date>
    <item>
      <title>Proc Insight  Running Error / DEBUG</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Insight-Running-Error-DEBUG/m-p/65475#M18669</link>
      <description>hello All,&lt;BR /&gt;
&lt;BR /&gt;
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.&lt;BR /&gt;
&lt;BR /&gt;
/*Scatter plot for Score against the 5 predictor variables*/&lt;BR /&gt;
proc insight data=sc.music;&lt;BR /&gt;
  scatter Score GHz Processor Disk Video Battery*&lt;BR /&gt;
          Score GHz Processor Disk Video Battery;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Kind  Regards ,&lt;BR /&gt;
markc</description>
      <pubDate>Sun, 07 Mar 2010 19:26:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Insight-Running-Error-DEBUG/m-p/65475#M18669</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-07T19:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Insight  Running Error / DEBUG</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Insight-Running-Error-DEBUG/m-p/65476#M18670</link>
      <description>Hi:&lt;BR /&gt;
  This documentation says:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/sgug/59902/HTML/default/ent_sect1.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/sgug/59902/HTML/default/ent_sect1.htm&lt;/A&gt;&lt;BR /&gt;
&lt;B&gt;It is best to invoke SAS/INSIGHT software from the command line or from the Solutions menu. This enables you to use SAS/INSIGHT software simultaneously with other components in the SAS System. If you invoke it as a procedure, you cannot use any other SAS component until you exit SAS/INSIGHT. &lt;/B&gt;&lt;BR /&gt;
 &lt;BR /&gt;
It was my understanding that the QUIT; statement would cause your statements to execute and then would terminate the INSIGHT software, as described here:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/sgug/59902/HTML/default/sta_sect18.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/sgug/59902/HTML/default/sta_sect18.htm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
Perhaps you have some other kind of error that is making your PROC INSIGHT statements invalid and somehow leave the INSIGHT environment still open. &lt;BR /&gt;
 &lt;BR /&gt;
The documentation for the SCATTER statement says:&lt;BR /&gt;
&lt;B&gt;Use at least one Y variable, followed by an asterisk, followed by at least one X variable. Use multiple Y and X variables to create a scatter plot matrix. For example, you might use&lt;BR /&gt;
&lt;BR /&gt;
   scatter a b c * a b c;&lt;BR /&gt;
to create a 3×3 scatter plot matrix for the variables a, b, and c. &lt;/B&gt;&lt;BR /&gt;
 &lt;BR /&gt;
it seems from your example that you want a 6x6 scatter plot matrix??? You might wish to read the SAS/Insight documentation. Chapter 41 seems to be the chapter that discusses procedure syntax. Although the documentation also implies that the interactive mode might be a better way to use SAS/Insight. This web site has some good tips on using SAS/Insight:&lt;BR /&gt;
&lt;A href="http://www.psych.yorku.ca/lab/sas/insight.htm" target="_blank"&gt;http://www.psych.yorku.ca/lab/sas/insight.htm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
If you are using SAS/Insight as part of class, you may want to ask your professor or teaching assistant for help using SAS/Insight in your environment.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Sun, 07 Mar 2010 22:02:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Insight-Running-Error-DEBUG/m-p/65476#M18670</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-03-07T22:02:34Z</dc:date>
    </item>
  </channel>
</rss>

