<?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: The message &amp;quot;SAS log window is full&amp;quot; appears in Microsoft Windows operating environmen in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/The-message-quot-SAS-log-window-is-full-quot-appears-in/m-p/764489#M5616</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/26900"&gt;@Salah&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I did as you suggested and broke my program into small segments and ran each one by itself until I finished and everything is ok. Then I attached all the segments and ran the code without the options (OPTIONS NOOTES and&amp;nbsp;OPTIONS NOTES) and it ran with no single error message. Then I activated the options and the log was full up with error messages. This makes me so confused ...why is that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Are you sure "everything is okay"? Is the output data created in anything resembling expected output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may want to see if this post has any bearing on your problem as OP had similar error messages.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/IML-optimizing-a-multivariate-normal-density/td-p/374470" target="_blank"&gt;https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/IML-optimizing-a-multivariate-normal-density/td-p/374470&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or this one where the "optimization" was attempted against unbounded values&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Proc-IML-and-Call-NLPNRR-NLPNRA-for-Maximum-Likelihod/td-p/129382" target="_blank"&gt;https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Proc-IML-and-Call-NLPNRR-NLPNRA-for-Maximum-Likelihod/td-p/129382&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Aug 2021 16:15:39 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2021-08-27T16:15:39Z</dc:date>
    <item>
      <title>The message "SAS log window is full" appears in Microsoft Windows operating environments</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/The-message-quot-SAS-log-window-is-full-quot-appears-in/m-p/764183#M5610</link>
      <description>&lt;P&gt;Hello...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 5000 bootstraps inside a do loop of size 5000. As a result, my program stops until I clear the log file. I searched for a solution and I found someone suggested back in 2011 using (&lt;SPAN&gt;-dmslogsize &lt;/SPAN&gt;&lt;EM&gt;150000&lt;/EM&gt;) and mentioned that the number can be changed and this is what I did. I used&amp;nbsp;&lt;/P&gt;&lt;P&gt;(-dmslogsize 10000000000) right after proc iml;&lt;/P&gt;&lt;P&gt;But I keep on getting an error message that the statement is out of order. Any suggestions, please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 13:24:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/The-message-quot-SAS-log-window-is-full-quot-appears-in/m-p/764183#M5610</guid>
      <dc:creator>Salah</dc:creator>
      <dc:date>2021-08-26T13:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: The message "SAS log window is full" appears in Microsoft Windows operating environmen</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/The-message-quot-SAS-log-window-is-full-quot-appears-in/m-p/764193#M5611</link>
      <description>&lt;P&gt;Suggest that you output the log to an external file. Have a look here&lt;/P&gt;
&lt;P&gt;.&lt;A href="https://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001330273.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001330273.htm&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 13:51:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/The-message-quot-SAS-log-window-is-full-quot-appears-in/m-p/764193#M5611</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-08-26T13:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: The message "SAS log window is full" appears in Microsoft Windows operating environmen</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/The-message-quot-SAS-log-window-is-full-quot-appears-in/m-p/764202#M5612</link>
      <description>&lt;P&gt;Typically, these "window full" messages occur when someone is using a macro loop to iterate over each step in a simulation. The solutions include:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Don't use a macro loop. This not only prevents the "window full" problem, but it is more efficient. For details, see &lt;A href="https://blogs.sas.com/content/iml/2012/07/18/simulation-in-sas-the-slow-way-or-the-by-way.html" target="_self"&gt;"Simulation in SAS: The slow way or the BY way."&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://blogs.sas.com/content/iml/2013/05/24/turn-off-ods-for-simulations.html" target="_self"&gt;Suppress log messages during the simulation&lt;/A&gt;. You can use &lt;BR /&gt;OPTIONS NONOTES;&lt;BR /&gt;before the simulation and&amp;nbsp;&lt;BR /&gt;OPTIONS NOTES;&lt;BR /&gt;after the simulation to suppress notes. This will NOT suppress warnings, but hopefully your log is not filled with warnings, or you have a bigger problem!&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I am confused why you are encountering this issue in an IML program. An IML program does not typically require any macro loop, nor does it typically generate a lot of notes.&amp;nbsp; If you want more help, you should probably post your simulation code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Although you don't need to change the log size, I want to point out that the syntax for changing a system option inside a SAS program is to use the OPTIONS statement:&lt;BR /&gt;OPTIONS DMSLOGSIZE=&amp;lt;value&amp;gt;;&lt;BR /&gt;The "dash" version that you use looks like it was intended for batch processing. That syntax is for when you invoke the SAS executable.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 14:00:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/The-message-quot-SAS-log-window-is-full-quot-appears-in/m-p/764202#M5612</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-08-26T14:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: The message "SAS log window is full" appears in Microsoft Windows operating environmen</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/The-message-quot-SAS-log-window-is-full-quot-appears-in/m-p/764249#M5613</link>
      <description>&lt;P&gt;I didn't use macro and Yes as you said once I added (OPTIONS NONOTES; and&amp;nbsp;OPTIONS NOTES;) I started to have so many warning problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc iml;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;seed=12345; k=1000; B=5000;&lt;/P&gt;&lt;P&gt;alpha=2; lambda=1.5;&lt;BR /&gt;&lt;BR /&gt;a=0.05; *significance level;&lt;BR /&gt;&lt;BR /&gt;scheme=12;n=20; m=16; R=J(m,1,0); R[m]=n-m;&lt;BR /&gt;&lt;BR /&gt;con={0.1 0.1 , 2.5 2};&lt;/P&gt;&lt;P&gt;x0_mle={0.7 2.1}; x0_mps={1.2 1};&lt;BR /&gt;&lt;BR /&gt;** Data simulation using progressive first failure **;&lt;BR /&gt;*****************************************************;&lt;BR /&gt;start Data(alpha,lambda) global(seed,m,n,R);&lt;BR /&gt;&lt;BR /&gt;W=J(m,1,0);V=J(m,1,0);X_p=J(m,1,0); X_A=J(m,1,0); U=J(m,1,0); X=J(m,1,0);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;do i=1 to m;&lt;BR /&gt;W[i]=Uniform(seed);&lt;BR /&gt;end;&lt;/P&gt;&lt;P&gt;S=1+R[m];&lt;BR /&gt;V[1]=W[1]**(1/S);&lt;/P&gt;&lt;P&gt;do i=2 to m;&lt;BR /&gt;S=S+(1+R[m-i+1]);&lt;BR /&gt;V[i]=W[i]**(1/S);&lt;BR /&gt;end;&lt;BR /&gt;&lt;BR /&gt;do i=1 to m;&lt;/P&gt;&lt;P&gt;U[i]=1-prod( V[ m:( m-i+1)] );** the U's are the required progressively type II from U(0,1);&lt;/P&gt;&lt;P&gt;END;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;**********************;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Call sort (U); * If we sort U then X_p will be sorted;&lt;BR /&gt;&lt;BR /&gt;X_p=( 1-(1-U)##(1/alpha) )##(1/lambda);&lt;/P&gt;&lt;P&gt;call sort (X_p);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;T=X_p[4*m/5];&lt;/P&gt;&lt;P&gt;*T=X_p[m]+2;&lt;/P&gt;&lt;P&gt;* get row numbers that sort the matrix or ordered the matrix;&lt;/P&gt;&lt;P&gt;do idx=1 to m-1;&lt;BR /&gt;if (( X_p[idx] &amp;lt; T) &amp;amp; (X_p[idx+1] &amp;gt;= T)) then q=idx;&lt;BR /&gt;end;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If X_p[m]&amp;gt;T then&lt;/P&gt;&lt;P&gt;do;&lt;/P&gt;&lt;P&gt;X_1_q=J(q,1,0);&lt;/P&gt;&lt;P&gt;X_1_q= X_p[1:q];&lt;/P&gt;&lt;P&gt;Xp_remaining=J(m-q,m,0); Y=J(m-q,m,0);&lt;/P&gt;&lt;P&gt;Y=X_p[q+1:m];&lt;BR /&gt;&lt;BR /&gt;**************************************************;&lt;BR /&gt;** Generate data of size m-q **;&lt;BR /&gt;**************************************************;&lt;BR /&gt;W1=J(m-q,1,0); YY=J(m-q,1,0);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;***************************************************************;&lt;BR /&gt;call randseed(seed);&lt;BR /&gt;&lt;BR /&gt;call randgen(W1, "Uniform",0,1);&lt;/P&gt;&lt;P&gt;Call sort (W1);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;YY=( 1 - (1-W1)##(1/alpha)#(1- T**lambda) )##(1/lambda);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;X_A= X_1_q //YY;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;X=X_A;&lt;/P&gt;&lt;P&gt;end; *end the list for first if statement;&lt;/P&gt;&lt;P&gt;else if ( X_p[m] &amp;lt;= T) then&lt;/P&gt;&lt;P&gt;do;&lt;BR /&gt;q= m;&lt;BR /&gt;X = X_p;&lt;/P&gt;&lt;P&gt;end; *end the list for the else if statement;&lt;BR /&gt;Rq=J(q,1,0);&lt;/P&gt;&lt;P&gt;Rq=R[1:q];&lt;BR /&gt;j=q;&lt;BR /&gt;Rj=Rq;&lt;BR /&gt;Xm=X[m];&lt;/P&gt;&lt;P&gt;Return (X);&lt;BR /&gt;finish;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;*******************************************************************************;&lt;BR /&gt;*** MLE for the Kumaraswamy using Type II Adaptive progressive censoring ***** ;&lt;BR /&gt;*******************************************************************************;&lt;BR /&gt;&lt;BR /&gt;start MLE_func(y) global (n,m,X,R,q);&lt;/P&gt;&lt;P&gt;func=0;&lt;/P&gt;&lt;P&gt;alpha=y[1];&lt;BR /&gt;lambda=y[2];&lt;/P&gt;&lt;P&gt;Rq=R[1:q];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sum_log=J(m,1,0);&lt;BR /&gt;Sum_log=log(x);&lt;/P&gt;&lt;P&gt;Sum_log_1=J(m,1,0);&lt;BR /&gt;Sum_log_1=log(1-X##lambda);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sum_log_q=J(q,1,0);&lt;BR /&gt;Sum_log_q=R[1:q]#log( 1-X[1:q]##lambda );&lt;/P&gt;&lt;P&gt;func=func + m*log(alpha*lambda)+(lambda-1)* Sum_log[+] + (alpha-1) * Sum_log_1[+] + alpha * Sum_log_q[+] + alpha *(n-m-Rq[+])*log(1-X[m]**lambda);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Return(func);&lt;/P&gt;&lt;P&gt;finish;&lt;/P&gt;&lt;P&gt;***********************************************************************************************;&lt;BR /&gt;*** Maximum Product Spacing for Kumaraswamy using Type II Adaptive progressive censoring ***** ;&lt;BR /&gt;***********************************************************************************************;&lt;BR /&gt;&lt;BR /&gt;start MPS_func(y) global (n,m,X,R,q);&lt;/P&gt;&lt;P&gt;func=0;&lt;/P&gt;&lt;P&gt;alpha=y[1];&lt;BR /&gt;lambda=y[2];&lt;/P&gt;&lt;P&gt;Rq=R[1:q];&lt;/P&gt;&lt;P&gt;R_start_q=(n-m-Rq[+]);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Log_X=log(x);&lt;/P&gt;&lt;P&gt;Sum1=0;&lt;BR /&gt;do i=2 to m;&lt;BR /&gt;Sum1=Sum1 + Log( ( 1-X[i-1]**lambda )** alpha - (1-X[i]**lambda )** alpha ) ;&lt;BR /&gt;end;&lt;/P&gt;&lt;P&gt;Sum2=alpha#Rq#Log( 1-X[1:q]##lambda );&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;*func=func + log( 1- (1-X[1]**lambda)** alpha ) + alpha * log( 1-X[m]**lambda ) + Sum1[+] + Sum2[+] + alpha *(n-m-Rq[+])*log(1-X[m]**lambda);&lt;BR /&gt;func=func + log( 1.0001- (1-X[1]**lambda)** alpha ) + alpha * log( 1.0001-X[m]**lambda ) + Sum1[+] + Sum2[+] + alpha *(n-m-Rq[+])*log(1-X[m]**lambda);&lt;/P&gt;&lt;P&gt;Return(func);&lt;/P&gt;&lt;P&gt;finish;&lt;/P&gt;&lt;P&gt;********************************************************;&lt;BR /&gt;** alpha1= alpha_MLE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BootEST_alpha1=J(N,1,0); BootEST_alpha2=J(N,1,0); SE_alpha1 = J(N,1,0); SE_alpha2 = J(N,1,0); Length_alpha1 = J(N,1,0); Length_alpha2 = J(N,1,0);&lt;BR /&gt;BootEST_Lambda1=J(N,1,0); BootEST_Lambda2=J(N,1,0); SE_Lambda1 = J(N,1,0); SE_Lambda2 = J(N,1,0); Length_Lambda1 = J(N,1,0); Length_Lambda2 = J(N,1,0);&lt;BR /&gt;&lt;BR /&gt;**********************************************************;&lt;BR /&gt;**alpha2= alpha_MPS;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;*********************************************************;&lt;BR /&gt;%OPTIONS NONOTES;&lt;BR /&gt;Do J=1 to N;&lt;/P&gt;&lt;P&gt;X=J(m,1,0);&lt;/P&gt;&lt;P&gt;********************************************;&lt;BR /&gt;*** Bootstrap Steps ***;&lt;BR /&gt;********************************************;&lt;/P&gt;&lt;P&gt;Step1:&lt;BR /&gt;************;&lt;BR /&gt;tc={10000 14000}; opt={1}; *con={0.05 0.05 , 2 1.3};&lt;/P&gt;&lt;P&gt;X=Data(alpha,lambda);&lt;BR /&gt;&lt;BR /&gt;T= X[4*m/5];&lt;/P&gt;&lt;P&gt;do idx=1 to m-1;&lt;BR /&gt;if (( X[idx] &amp;lt; T) &amp;amp; (X[idx+1] &amp;gt;= T)) then q=idx;&lt;BR /&gt;end;&lt;/P&gt;&lt;P&gt;if ( X[m] &amp;lt;= T) then q= m;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;************************* Find MLE ************************;&lt;BR /&gt;&lt;BR /&gt;* x0_MLE={2.10 0.80};&lt;BR /&gt;&lt;BR /&gt;Call nlpnra(rc, MLE_ret, "MLE_func", x0_mle, opt, con,tc);&lt;/P&gt;&lt;P&gt;alpha_mle = MLE_ret[1];&lt;BR /&gt;lambda_mle = MLE_ret[2];&lt;/P&gt;&lt;P&gt;************************* Find MPS ************************;&lt;/P&gt;&lt;P&gt;* x0_MPS={2.10 0.80};&lt;BR /&gt;&lt;BR /&gt;call nlpqn(rc, MPS_ret, "MPS_func", x0_mps, opt, Con,tc);&lt;/P&gt;&lt;P&gt;alpha_MPS = MPS_ret[1];&lt;BR /&gt;lambda_MPS = MPS_ret[2];&lt;/P&gt;&lt;P&gt;Step2:&lt;BR /&gt;************;&lt;BR /&gt;&lt;BR /&gt;B_alpha1 = J(B,1,0); B_Lambda1 = J(B,1,0);&lt;BR /&gt;B_alpha2 = J(B,1,0); B_Lambda2 = J(B,1,0);&lt;BR /&gt;LL_alpha1 = J(B,1,0); UU_alpha1 = J(B,1,0);&lt;BR /&gt;&lt;BR /&gt;Do i=1 to B;&lt;BR /&gt;X=J(m,1,0);&lt;BR /&gt;************************* Find MLE ************************;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;X=Data(alpha_mle,lambda_mle);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Do idx=1 to m-1;&lt;BR /&gt;if (( X[idx] &amp;lt; T) &amp;amp; (X[idx+1] &amp;gt;= T)) then q=idx;&lt;BR /&gt;end;&lt;/P&gt;&lt;P&gt;if ( X &amp;lt;= T) then q= m;&lt;/P&gt;&lt;P&gt;x0_MLE = MLE_ret[1] || MLE_ret[2];&lt;BR /&gt;Call nlpnra(rc, MLE_ret, "MLE_func", x0_MLE, opt, Con,tc);&lt;/P&gt;&lt;P&gt;B_alpha1[i] = MLE_ret[1];&lt;BR /&gt;B_lambda1[i]= MLE_ret[2];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;************************* Find MPS ************************;&lt;/P&gt;&lt;P&gt;X_star=Data(alpha_MPS,lambda_MPS);&lt;BR /&gt;x0_MPS = MPS_ret[1] || MPS_ret[2];&lt;/P&gt;&lt;P&gt;Do idx=1 to m-1;&lt;BR /&gt;if (( X_star[idx] &amp;lt; T) &amp;amp; (X_star[idx+1] &amp;gt;= T)) then q=idx;&lt;BR /&gt;end;&lt;/P&gt;&lt;P&gt;if ( X_star[m] &amp;lt;= T) then q= m;&lt;BR /&gt;&lt;BR /&gt;call nlpqn(rc, MPS_ret, "MPS_func", x0_MPS, opt, Con,tc);&lt;/P&gt;&lt;P&gt;B_alpha2[i] =MPS_ret[1];&lt;BR /&gt;B_lambda2[i] =MPS_ret[2];&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;END; *************Bootstrap***********;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;********** alpha_MLE using Bootstrap ******;&lt;/P&gt;&lt;P&gt;BootEST_alpha1[j]=mean(B_alpha1);&lt;BR /&gt;SE_alpha1[j]=std(B_alpha1);&lt;/P&gt;&lt;P&gt;call qntL(CI_alpha1, B_alpha1, a/2 || 1-a/2);&lt;BR /&gt;&lt;BR /&gt;Length_alpha1[j]=CI_alpha1[2]-CI_alpha1[1];&lt;/P&gt;&lt;P&gt;********** Lambda_MLE using Bootstrap ******;&lt;/P&gt;&lt;P&gt;BootEST_lambda1[j]=mean(B_lambda1);&lt;BR /&gt;SE_lambda1[j]=std(B_lambda1);&lt;/P&gt;&lt;P&gt;call qntL(CI_lambda1, B_lambda1, a/2 || 1-a/2);&lt;BR /&gt;&lt;BR /&gt;Length_lambda1[j]=CI_lambda1[2]-CI_lambda1[1];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;********** alpha_MPS using Bootstrap ******;&lt;/P&gt;&lt;P&gt;BootEST_alpha2[j]=mean(B_alpha2);&lt;BR /&gt;SE_alpha2[j]=std(B_alpha2);&lt;/P&gt;&lt;P&gt;call qntL(CI_alpha2, B_alpha2, a/2 || 1-a/2);&lt;BR /&gt;&lt;BR /&gt;Length_alpha2[j]=CI_alpha2[2]-CI_alpha2[1];&lt;/P&gt;&lt;P&gt;********** Lambda_MPS using Bootstrap ******;&lt;/P&gt;&lt;P&gt;BootEST_lambda2[j]=mean(B_lambda2);&lt;BR /&gt;SE_lambda2[j]=std(B_lambda2);&lt;/P&gt;&lt;P&gt;call qntL(CI_lambda2, B_lambda2, a/2 || 1-a/2);&lt;BR /&gt;&lt;BR /&gt;Length_lambda2[j]=CI_lambda2[2]-CI_lambda2[1];&lt;/P&gt;&lt;P&gt;**************************************************;&lt;/P&gt;&lt;P&gt;end; * END Of Simulations ;&lt;/P&gt;&lt;P&gt;%OPTIONS NOTES;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;P_Length_alpha_MLE=Length_alpha1[:];&lt;BR /&gt;P_Length_Lambda_MLE=Length_Lambda1[:];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;P_Length_alpha_MPS=Length_alpha2[:];&lt;BR /&gt;P_Length_Lambda_MPS=Length_Lambda2[:];&lt;/P&gt;&lt;P&gt;Print P_Length_alpha_MLE P_Length_alpha_MPS;&lt;BR /&gt;print P_Length_Lambda_MLE P_Length_Lambda_MPS;&lt;/P&gt;&lt;P&gt;********** Results for MLE *****************;&lt;/P&gt;&lt;P&gt;B_Est_alpha_MLE = round(BootEst_alpha1[:],0.0001);&lt;BR /&gt;B_SE_alpha_MLE = SE_alpha1[:];&lt;BR /&gt;B_length_alpha_MLE = round(Length_alpha1[:],0.0001);&lt;/P&gt;&lt;P&gt;B_Est_lambda_MLE = round(BootEst_lambda1[:],0.0001);&lt;BR /&gt;B_SE_lambda_MLE = SE_lambda1[:];&lt;BR /&gt;B_length_lambda_MLE = round(Length_lambda1[:],0.0001);&lt;/P&gt;&lt;P&gt;Length_normal_alpha_MLE=2*quantile('NORMAL', .975)*B_SE_alpha_MLE /sqrt(m); * this method which is called Normal bootstrap, works better;&lt;BR /&gt;Length_normal_lambda_MLE=2*quantile('NORMAL', .975)*B_SE_lambda_MLE /sqrt(m);&lt;/P&gt;&lt;P&gt;********** Results for MPS *****************;&lt;/P&gt;&lt;P&gt;B_Est_alpha_MPS = round(BootEst_alpha2[:],0.0001);&lt;BR /&gt;B_SE_alpha_MPS = SE_alpha2[:];&lt;BR /&gt;B_length_alpha_MPS = round(Length_alpha2[:],0.0001);&lt;/P&gt;&lt;P&gt;B_Est_lambda_MPS = round(BootEst_lambda2[:],0.0001);&lt;BR /&gt;B_SE_lambda_MPS = SE_lambda2[:];&lt;BR /&gt;B_length_lambda_MPS = round(Length_lambda2[:],0.0001);&lt;/P&gt;&lt;P&gt;Length_normal_alpha_MPS=2*quantile('NORMAL', .975)*B_SE_alpha_MPS /sqrt(m); * this method wors better;&lt;BR /&gt;Length_normal_lambda_MPS=2*quantile('NORMAL', .975)*B_SE_lambda_MPS /sqrt(m);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Print n m Scheme T q alpha Lambda k B seed;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Print Length_normal_alpha_MLE Length_normal_alpha_MPS;&lt;BR /&gt;Print Length_normal_lambda_MLE Length_normal_lambda_MPS ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 15:37:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/The-message-quot-SAS-log-window-is-full-quot-appears-in/m-p/764249#M5613</guid>
      <dc:creator>Salah</dc:creator>
      <dc:date>2021-08-26T15:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: The message "SAS log window is full" appears in Microsoft Windows operating environmen</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/The-message-quot-SAS-log-window-is-full-quot-appears-in/m-p/764276#M5614</link>
      <description>&lt;P&gt;The PDF shows that your code is generating many errors, likely on each step of many loops, that is what fills up the log.&lt;/P&gt;
&lt;P&gt;Until you fix the errors you won't get anything useful, regardless of how full the log is.&lt;/P&gt;
&lt;P&gt;You have to start with what is causing the first error and eliminate that. Then if you still have errors, fix them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 16:52:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/The-message-quot-SAS-log-window-is-full-quot-appears-in/m-p/764276#M5614</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-08-26T16:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: The message "SAS log window is full" appears in Microsoft Windows operating environmen</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/The-message-quot-SAS-log-window-is-full-quot-appears-in/m-p/764361#M5615</link>
      <description>&lt;P&gt;I did as you suggested and broke my program into small segments and ran each one by itself until I finished and everything is ok. Then I attached all the segments and ran the code without the options (OPTIONS NOOTES and&amp;nbsp;OPTIONS NOTES) and it ran with no single error message. Then I activated the options and the log was full up with error messages. This makes me so confused ...why is that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 22:06:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/The-message-quot-SAS-log-window-is-full-quot-appears-in/m-p/764361#M5615</guid>
      <dc:creator>Salah</dc:creator>
      <dc:date>2021-08-26T22:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: The message "SAS log window is full" appears in Microsoft Windows operating environmen</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/The-message-quot-SAS-log-window-is-full-quot-appears-in/m-p/764489#M5616</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/26900"&gt;@Salah&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I did as you suggested and broke my program into small segments and ran each one by itself until I finished and everything is ok. Then I attached all the segments and ran the code without the options (OPTIONS NOOTES and&amp;nbsp;OPTIONS NOTES) and it ran with no single error message. Then I activated the options and the log was full up with error messages. This makes me so confused ...why is that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Are you sure "everything is okay"? Is the output data created in anything resembling expected output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may want to see if this post has any bearing on your problem as OP had similar error messages.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/IML-optimizing-a-multivariate-normal-density/td-p/374470" target="_blank"&gt;https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/IML-optimizing-a-multivariate-normal-density/td-p/374470&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or this one where the "optimization" was attempted against unbounded values&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Proc-IML-and-Call-NLPNRR-NLPNRA-for-Maximum-Likelihod/td-p/129382" target="_blank"&gt;https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Proc-IML-and-Call-NLPNRR-NLPNRA-for-Maximum-Likelihod/td-p/129382&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 16:15:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/The-message-quot-SAS-log-window-is-full-quot-appears-in/m-p/764489#M5616</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-08-27T16:15:39Z</dc:date>
    </item>
  </channel>
</rss>

