<?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 Re: problem with proc factor under sas for university in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/problem-with-proc-factor-under-sas-for-university/m-p/376094#M3023</link>
    <description>This is the example I used. I have the same error code when I run my own  program.&lt;BR /&gt;&lt;BR /&gt;data SocioEconomics;&lt;BR /&gt;title 'Five Socioeconomic Variables';&lt;BR /&gt;title2 'See Page 14 of Harman: Modern Factor Analysis, 3rd Ed';&lt;BR /&gt;input Population School Employment Services HouseValue;&lt;BR /&gt;datalines;&lt;BR /&gt;5700 12.8 2500 270 25000&lt;BR /&gt;1000 10.9 600 10 10000&lt;BR /&gt;3400 8.8 1000 10 9000&lt;BR /&gt;3800 13.6 1700 140 25000&lt;BR /&gt;4000 12.8 1600 140 25000&lt;BR /&gt;8200 8.3 2600 60 12000&lt;BR /&gt;1200 11.4 400 10 16000&lt;BR /&gt;9100 11.5 3300 60 14000&lt;BR /&gt;9900 12.5 3400 180 18000&lt;BR /&gt;9600 13.7 3600 390 25000&lt;BR /&gt;9600 9.6 3300 80 12000&lt;BR /&gt;9400 11.4 4000 100 13000&lt;BR /&gt;;&lt;BR /&gt;title3 'Principal Component Analysis';&lt;BR /&gt;proc factor data=SocioEconomics simple corr;&lt;BR /&gt;run;&lt;BR /&gt;[cid:image001.jpg@01D2FCA3.870D4BB0]&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 14 Jul 2017 16:24:39 GMT</pubDate>
    <dc:creator>adricano</dc:creator>
    <dc:date>2017-07-14T16:24:39Z</dc:date>
    <item>
      <title>problem with proc factor under sas for university</title>
      <link>https://communities.sas.com/t5/SAS-Studio/problem-with-proc-factor-under-sas-for-university/m-p/376024#M3018</link>
      <description>When I try to run a program that i already used, i have  an error.  message. 


 ERROR: Invalid characters were present in the data.
 ERROR: Error al procesar datos de texto.
. I tryed with an ejampleI  gived in the manual and i have the same error. I think that es somethin wrong in the procedure.</description>
      <pubDate>Fri, 14 Jul 2017 14:45:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/problem-with-proc-factor-under-sas-for-university/m-p/376024#M3018</guid>
      <dc:creator>adricano</dc:creator>
      <dc:date>2017-07-14T14:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: problem with proc factor under sas for university</title>
      <link>https://communities.sas.com/t5/SAS-Studio/problem-with-proc-factor-under-sas-for-university/m-p/376029#M3019</link>
      <description>&lt;P&gt;Please post the code and messages of the example from the manual. Paste into a code box opened using the forum {i} menu icon to preserve formatting of the code and related messages.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 14:49:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/problem-with-proc-factor-under-sas-for-university/m-p/376029#M3019</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-07-14T14:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: problem with proc factor under sas for university</title>
      <link>https://communities.sas.com/t5/SAS-Studio/problem-with-proc-factor-under-sas-for-university/m-p/376031#M3020</link>
      <description>&lt;P&gt;I've seen some of this with users who are using SAS UE with a different language.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You're using SAS UE installed via VirtualBox?&lt;/P&gt;
&lt;P&gt;Can you try changing your settings to English (not ideal) and see if that resolves the issue?&lt;BR /&gt;&lt;BR /&gt;The other times this happens its because code was copied and pasted from a browser (or something else) into the editor and it has invisible characters. Try checking your code in a text editor and lookingat invisible characters.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 14:52:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/problem-with-proc-factor-under-sas-for-university/m-p/376031#M3020</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-14T14:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: problem with proc factor under sas for university</title>
      <link>https://communities.sas.com/t5/SAS-Studio/problem-with-proc-factor-under-sas-for-university/m-p/376038#M3021</link>
      <description>Ok, but i used the data  with the corr procedure without problems.&lt;BR /&gt;Anyway I'll have a look&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jul 2017 14:56:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/problem-with-proc-factor-under-sas-for-university/m-p/376038#M3021</guid>
      <dc:creator>adricano</dc:creator>
      <dc:date>2017-07-14T14:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: problem with proc factor under sas for university</title>
      <link>https://communities.sas.com/t5/SAS-Studio/problem-with-proc-factor-under-sas-for-university/m-p/376039#M3022</link>
      <description>&lt;P&gt;Ok, post the code and we can see if we can replicate the issues.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 14:58:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/problem-with-proc-factor-under-sas-for-university/m-p/376039#M3022</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-14T14:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: problem with proc factor under sas for university</title>
      <link>https://communities.sas.com/t5/SAS-Studio/problem-with-proc-factor-under-sas-for-university/m-p/376094#M3023</link>
      <description>This is the example I used. I have the same error code when I run my own  program.&lt;BR /&gt;&lt;BR /&gt;data SocioEconomics;&lt;BR /&gt;title 'Five Socioeconomic Variables';&lt;BR /&gt;title2 'See Page 14 of Harman: Modern Factor Analysis, 3rd Ed';&lt;BR /&gt;input Population School Employment Services HouseValue;&lt;BR /&gt;datalines;&lt;BR /&gt;5700 12.8 2500 270 25000&lt;BR /&gt;1000 10.9 600 10 10000&lt;BR /&gt;3400 8.8 1000 10 9000&lt;BR /&gt;3800 13.6 1700 140 25000&lt;BR /&gt;4000 12.8 1600 140 25000&lt;BR /&gt;8200 8.3 2600 60 12000&lt;BR /&gt;1200 11.4 400 10 16000&lt;BR /&gt;9100 11.5 3300 60 14000&lt;BR /&gt;9900 12.5 3400 180 18000&lt;BR /&gt;9600 13.7 3600 390 25000&lt;BR /&gt;9600 9.6 3300 80 12000&lt;BR /&gt;9400 11.4 4000 100 13000&lt;BR /&gt;;&lt;BR /&gt;title3 'Principal Component Analysis';&lt;BR /&gt;proc factor data=SocioEconomics simple corr;&lt;BR /&gt;run;&lt;BR /&gt;[cid:image001.jpg@01D2FCA3.870D4BB0]&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jul 2017 16:24:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/problem-with-proc-factor-under-sas-for-university/m-p/376094#M3023</guid>
      <dc:creator>adricano</dc:creator>
      <dc:date>2017-07-14T16:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: problem with proc factor under sas for university</title>
      <link>https://communities.sas.com/t5/SAS-Studio/problem-with-proc-factor-under-sas-for-university/m-p/376099#M3024</link>
      <description>&lt;P&gt;No issues that I see here:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 59         
 60         data SocioEconomics;
 61         title 'Five Socioeconomic Variables';
 62         title2 'See Page 14 of Harman: Modern Factor Analysis, 3rd Ed';
 63         input Population School Employment Services HouseValue;
 64         datalines;
 
 NOTE: The data set WORK.SOCIOECONOMICS has 12 observations and 5 variables.
 NOTE: DATA statement used (Total process time):
       real time           0.00 seconds
       user cpu time       0.00 seconds
       system cpu time     0.00 seconds
       memory              764.15k
       OS Memory           24996.00k
       Timestamp           07/14/2017 04:41:22 PM
       Step Count                        4  Switch Count  69
       Page Faults                       0
       Page Reclaims                     553
       Page Swaps                        0
       Voluntary Context Switches        224
       Involuntary Context Switches      0
       Block Input Operations            0
       Block Output Operations           264
       
 77         ;
 
 78         title3 'Principal Component Analysis';
 79         proc factor data=SocioEconomics simple corr;
 80         run;
 
 NOTE: 2 factors will be retained by the MINEIGEN criterion.
 NOTE: PROCEDURE FACTOR used (Total process time):
       real time           0.07 seconds
       user cpu time       0.07 seconds
       system cpu time     0.00 seconds
       memory              3121.12k
       OS Memory           27048.00k
       Timestamp           07/14/2017 04:41:22 PM
       Step Count                        5  Switch Count  24
       Page Faults                       0
       Page Reclaims                     1283
       Page Swaps                        0
       Voluntary Context Switches        44
       Involuntary Context Switches      0
       Block Input Operations            0
       Block Output Operations           24
       &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Restart your session and use the code below. Note that I've posted it using the { i } icon above, the code editor makes sure it's plain text. You may need to post your code in a similar manner or as a plain text file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data SocioEconomics;
title 'Five Socioeconomic Variables';
title2 'See Page 14 of Harman: Modern Factor Analysis, 3rd Ed';
input Population School Employment Services HouseValue;
datalines;
5700 12.8 2500 270 25000
1000 10.9 600 10 10000
3400 8.8 1000 10 9000
3800 13.6 1700 140 25000
4000 12.8 1600 140 25000
8200 8.3 2600 60 12000
1200 11.4 400 10 16000
9100 11.5 3300 60 14000
9900 12.5 3400 180 18000
9600 13.7 3600 390 25000
9600 9.6 3300 80 12000
9400 11.4 4000 100 13000
;
title3 'Principal Component Analysis';
proc factor data=SocioEconomics simple corr;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 14 Jul 2017 16:43:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/problem-with-proc-factor-under-sas-for-university/m-p/376099#M3024</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-14T16:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem with proc factor under sas for university</title>
      <link>https://communities.sas.com/t5/SAS-Studio/problem-with-proc-factor-under-sas-for-university/m-p/376543#M3037</link>
      <description>&lt;P&gt;I resolved the issue settings the browser to English&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 13:41:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/problem-with-proc-factor-under-sas-for-university/m-p/376543#M3037</guid>
      <dc:creator>adricano</dc:creator>
      <dc:date>2017-07-17T13:41:55Z</dc:date>
    </item>
  </channel>
</rss>

