<?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 Message Sas Studio 'Cannot read property 'trim' of undefined' in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Message-Sas-Studio-Cannot-read-property-trim-of-undefined/m-p/339624#M2057</link>
    <description>&lt;P&gt;Hi Is somenone could explain me what does this mean and have a solution ? Thanks François&lt;/P&gt;</description>
    <pubDate>Thu, 09 Mar 2017 13:52:32 GMT</pubDate>
    <dc:creator>FWILLEMIN</dc:creator>
    <dc:date>2017-03-09T13:52:32Z</dc:date>
    <item>
      <title>Message Sas Studio 'Cannot read property 'trim' of undefined'</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Message-Sas-Studio-Cannot-read-property-trim-of-undefined/m-p/339624#M2057</link>
      <description>&lt;P&gt;Hi Is somenone could explain me what does this mean and have a solution ? Thanks François&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 13:52:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Message-Sas-Studio-Cannot-read-property-trim-of-undefined/m-p/339624#M2057</guid>
      <dc:creator>FWILLEMIN</dc:creator>
      <dc:date>2017-03-09T13:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Message Sas Studio 'Cannot read property 'trim' of undefined'</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Message-Sas-Studio-Cannot-read-property-trim-of-undefined/m-p/339626#M2058</link>
      <description>&lt;P&gt;What were you doing when it happened? If you ran SAS code (or a task in SAS Studio), post the log, please. If no log was created, post the code sent to the workspace server.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 13:58:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Message-Sas-Studio-Cannot-read-property-trim-of-undefined/m-p/339626#M2058</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-09T13:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Message Sas Studio 'Cannot read property 'trim' of undefined'</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Message-Sas-Studio-Cannot-read-property-trim-of-undefined/m-p/339654#M2064</link>
      <description>Hi thanks for your support - please find the copy of the log from sas studio, regards François.&lt;BR /&gt;&lt;BR /&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;BR /&gt;55&lt;BR /&gt;56 /* procedure Analyse Tracs DG NEW SCORE - FW 02-03-2017 */&lt;BR /&gt;57&lt;BR /&gt;58 data sasdata.tracs;&lt;BR /&gt;59 set&lt;BR /&gt;60 analyse.BY2636_FW&lt;BR /&gt;61 ;&lt;BR /&gt;62&lt;BR /&gt;63 length statut $12. ;&lt;BR /&gt;64 if&lt;BR /&gt;65 (oq=oq06M &amp;amp; oq=1) then statut = 'NEW_UNIQUES';&lt;BR /&gt;66 else if&lt;BR /&gt;67 (oq=oq06M &amp;amp; oq&amp;gt;1) then statut = 'NEW_MULTIS';&lt;BR /&gt;68 else if&lt;BR /&gt;69 (oq&amp;gt;oq06M and oq06M=1) then statut = 'NEW_REACT';&lt;BR /&gt;70&lt;BR /&gt;71 else statut = 'MULTIS';&lt;BR /&gt;72&lt;BR /&gt;73 Dec_J2_num = input (Dec_J2,4.);&lt;BR /&gt;74 length Dec_J2_num 4 ;&lt;BR /&gt;75 drop Dec_J2;&lt;BR /&gt;76 rename Dec_J2_num=Dec_J2;&lt;BR /&gt;77&lt;BR /&gt;78 if (1 &amp;lt;= dolp &amp;lt;= 26) and statut in ('NEW_MULTIS','NEW_REACT','MULTIS') then&lt;BR /&gt;79&lt;BR /&gt;80 Score_New =&lt;BR /&gt;81 -1.89304&lt;BR /&gt;82 +dolp* -0.013604&lt;BR /&gt;83 +iresp06m* 1.58685&lt;BR /&gt;84 +npromodolp* -0.035831&lt;BR /&gt;85 +nosweep* -0.10951&lt;BR /&gt;86 +oq01m* 0.004549523&lt;BR /&gt;87 +oqdg03m* 0.071948&lt;BR /&gt;88 +smt2* 0.003231638&lt;BR /&gt;89 +dolt* -0.003026975&lt;BR /&gt;90 +doldg* -0.007273165&lt;BR /&gt;91 +eqdg* 0.000036164&lt;BR /&gt;92 +dolmt* -0.001203701&lt;BR /&gt;93 ;&lt;BR /&gt;94 Score_New = exp(Score_New) / (1+exp(Score_New))&lt;BR /&gt;95 ;&lt;BR /&gt;96&lt;BR /&gt;97 /* reconstitution Nouveaux Déciles */&lt;BR /&gt;98&lt;BR /&gt;99 IF (Score_New&amp;gt;=0.214860685270079)THENDecile ='01';&lt;BR /&gt;100 ELSE IF(0.149546433457333&amp;lt;=0.214860685270079)THENDecile ='02';&lt;BR /&gt;101 ELSE IF(0.109435786177266&amp;lt;=0.149546433457333)THENDecile ='03';&lt;BR /&gt;102 ELSE IF(0.0845282863987305&amp;lt;=0.109435786177266)THENDecile ='04';&lt;BR /&gt;103 ELSE IF(0.0652380199212249&amp;lt;=0.0845282863987305)THENDecile ='05';&lt;BR /&gt;104 ELSE IF(0.0499707174667324&amp;lt;=0.0652380199212249)THENDecile ='06';&lt;BR /&gt;105 ELSE IF(0.0387321478803584&amp;lt;=0.0499707174667324)THENDecile ='07';&lt;BR /&gt;106 ELSE IF(0.0295266058729593&amp;lt;=0.0387321478803584)THENDecile ='08';&lt;BR /&gt;107 ELSE IF(0.0225046222142513&amp;lt;=0.0295266058729593)THENDecile ='09';&lt;BR /&gt;108 ELSE Decile ='10';&lt;BR /&gt;109&lt;BR /&gt;110 if (1 &amp;lt;= dolp &amp;lt;= 26) and statut = 'NEW_UNIQUES' then&lt;BR /&gt;111&lt;BR /&gt;112 Score_Unik =&lt;BR /&gt;113 -1.8964&lt;BR /&gt;114 +dolp*-0.0155&lt;BR /&gt;115 +npromodolp*-0.0818&lt;BR /&gt;116 +iresp03M* 0.63&lt;BR /&gt;117 +sq* 0.0445&lt;BR /&gt;118 +dofs* -0.00254&lt;BR /&gt;119 ;&lt;BR /&gt;120 Score_Unik = exp(Score_Unik) / (1+exp(Score_Unik))&lt;BR /&gt;121 ;&lt;BR /&gt;122 if (1 &amp;lt;= dolp &amp;lt;= 26) and statut = 'NEW_UNIQUES' then Decile = '99';&lt;BR /&gt;123&lt;BR /&gt;124 if oqV&amp;lt;1 then oqV2=0; else oqV2=oqV;&lt;BR /&gt;125 mqV2=1;&lt;BR /&gt;126 RDT=oqV2 / mqV2;&lt;BR /&gt;127&lt;BR /&gt;128 run;&lt;BR /&gt;NOTE: Missing values were generated as a result of performing an operation on missing values.&lt;BR /&gt;Each place is given by: (Number of times) at (Line):(Column).&lt;BR /&gt;5071 dans 94:13 5071 dans 94:32 5071 dans 94:33 44559 dans 120:14 44559 dans 120:34 44559 dans 120:35&lt;BR /&gt;NOTE: There were 49630 observations read from the data set ANALYSE.BY2636_FW.&lt;BR /&gt;NOTE: The data set SASDATA.TRACS has 49630 observations and 391 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.13 seconds&lt;BR /&gt;cpu time 0.12 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;129&lt;BR /&gt;130 proc freq data= sasdata.TRACS ;&lt;BR /&gt;131&lt;BR /&gt;132 tables oqV oqV2 mqV mqV2 dolp mediacd datatrac&lt;BR /&gt;133 Dec_J2 Decile Dec_DG_MULTI_FW1 QUA_DG_UNI_FW1 statut ;&lt;BR /&gt;134 tables Statut * Dec_DG_MULTI_FW1 ;&lt;BR /&gt;135 Tables Statut * Decile ;&lt;BR /&gt;136 Tables Statut * Dec_J2 ;&lt;BR /&gt;137 Tables Dec_DG_MULTI_FW1 * Dec_J2 ;&lt;BR /&gt;138 Tables Decile * Dec_J2 ;&lt;BR /&gt;139 Tables applidecile * eliminedecile ;&lt;BR /&gt;140 Tables mediacd * applidecile ;&lt;BR /&gt;141 Tables mediacd * deciletrac ;&lt;BR /&gt;142 Tables mediacd * oqv2 ;&lt;BR /&gt;143 Tables mediacd * eliminedecile ;&lt;BR /&gt;144&lt;BR /&gt;145 run;&lt;BR /&gt;NOTE: There were 49630 observations read from the data set SASDATA.TRACS.&lt;BR /&gt;NOTE: PROCEDURE FREQ used (Total process time):&lt;BR /&gt;real time 1.09 seconds&lt;BR /&gt;cpu time 1.11 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;146&lt;BR /&gt;147 proc means data= sasdata.TRACS ; output out=out.out1;&lt;BR /&gt;148 var RDT ; class Decile ;&lt;BR /&gt;149 run;&lt;BR /&gt;NOTE: There were 49630 observations read from the data set SASDATA.TRACS.&lt;BR /&gt;NOTE: The data set OUT.OUT1 has 60 observations and 5 variables.&lt;BR /&gt;NOTE: PROCEDURE MEANS used (Total process time):&lt;BR /&gt;real time 0.05 seconds&lt;BR /&gt;cpu time 0.06 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;150&lt;BR /&gt;151 proc means data= sasdata.TRACS ; output out=out.out2;&lt;BR /&gt;152 var RDT ; class mediacd;&lt;BR /&gt;153 run;&lt;BR /&gt;NOTE: There were 49630 observations read from the data set SASDATA.TRACS.&lt;BR /&gt;NOTE: The data set OUT.OUT2 has 120 observations and 5 variables.&lt;BR /&gt;NOTE: PROCEDURE MEANS used (Total process time):&lt;BR /&gt;real time 0.06 seconds&lt;BR /&gt;cpu time 0.06 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;154&lt;BR /&gt;155 proc freq data= sasdata.TRACS ;&lt;BR /&gt;156 where mediacd IN (&lt;BR /&gt;157&lt;BR /&gt;158 'BY26362003',&lt;BR /&gt;159 'BY26362102',&lt;BR /&gt;160 'BY26362303',&lt;BR /&gt;161 'BY26362402',&lt;BR /&gt;162 'BY26362403',&lt;BR /&gt;163 'BY26362502'&lt;BR /&gt;164&lt;BR /&gt;165 );&lt;BR /&gt;166 Tables eliminedecile * mediacd * deciletrac ;&lt;BR /&gt;167 run;&lt;BR /&gt;NOTE: There were 23169 observations read from the data set SASDATA.TRACS.&lt;BR /&gt;WHERE mediacd in ('BY26362003', 'BY26362102', 'BY26362303', 'BY26362402', 'BY26362403', 'BY26362502');&lt;BR /&gt;NOTE: PROCEDURE FREQ used (Total process time):&lt;BR /&gt;real time 0.20 seconds&lt;BR /&gt;cpu time 0.20 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;168&lt;BR /&gt;169&lt;BR /&gt;170&lt;BR /&gt;171&lt;BR /&gt;172&lt;BR /&gt;173 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;BR /&gt;185&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Mar 2017 14:58:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Message-Sas-Studio-Cannot-read-property-trim-of-undefined/m-p/339654#M2064</guid>
      <dc:creator>FWILLEMIN</dc:creator>
      <dc:date>2017-03-09T14:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Message Sas Studio 'Cannot read property 'trim' of undefined'</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Message-Sas-Studio-Cannot-read-property-trim-of-undefined/m-p/339672#M2067</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/133042"&gt;@FWILLEMIN&lt;/a&gt; wrote:&lt;BR /&gt;Hi thanks for your support - please find the copy of the log from sas studio, regards François.&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;TRIM is not mentioned anywhere in this log. You log should include the message from SAS with the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is also a good idea to post code and log results in a code box opened with the forum {i} icon. That will preserve formatting such as indents that the main message box removes. This is important with error messages as often there is an _ under the line that generates the error to indicate where the problem may exist. The main window will move the location and so the error is not quite as helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 15:31:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Message-Sas-Studio-Cannot-read-property-trim-of-undefined/m-p/339672#M2067</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-03-09T15:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Message Sas Studio 'Cannot read property 'trim' of undefined'</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Message-Sas-Studio-Cannot-read-property-trim-of-undefined/m-p/339675#M2068</link>
      <description>&lt;P&gt;OK, there's nothing in the code that makes me think it triggered the message (apart from one é character, sometimes NLS/Unicode characters can cause trouble when the code is submitted).&lt;/P&gt;
&lt;P&gt;The message itself comes from Java, so it points to a problem in the Java applet of SAS Studio. Does it happen when Studio tries to display results or a result dataset?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 15:36:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Message-Sas-Studio-Cannot-read-property-trim-of-undefined/m-p/339675#M2068</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-09T15:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Message Sas Studio 'Cannot read property 'trim' of undefined'</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Message-Sas-Studio-Cannot-read-property-trim-of-undefined/m-p/339751#M2069</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/133042"&gt;@FWILLEMIN&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you also provide us with more information so that we can try to reproduce here at SAS. Can you tell us what steps you did to get to this point.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. What exact steps did you do ? &amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. For example, did you run a task? If so which one? Or, did you run code? If so what is the code?&lt;/P&gt;
&lt;P&gt;2. what browser? what version of Studio?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. + what&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;asked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 19:31:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Message-Sas-Studio-Cannot-read-property-trim-of-undefined/m-p/339751#M2069</guid>
      <dc:creator>samdupont</dc:creator>
      <dc:date>2017-03-09T19:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Message Sas Studio 'Cannot read property 'trim' of undefined'</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Message-Sas-Studio-Cannot-read-property-trim-of-undefined/m-p/376022#M3017</link>
      <description>&lt;P&gt;I get the same error as original post when running different code. I get this error when I try to open the result dataset.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 14:41:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Message-Sas-Studio-Cannot-read-property-trim-of-undefined/m-p/376022#M3017</guid>
      <dc:creator>ashmai</dc:creator>
      <dc:date>2017-07-14T14:41:51Z</dc:date>
    </item>
  </channel>
</rss>

