<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<atom:link href="https://forums.eviews.com/rss.php" rel="self" type="application/rss+xml"/> 
  <title>EViews</title>
  <link>https://forums.eviews.com</link>
  <description>EViews User Forum</description>
  <language>en</language>
  <managingEditor>forums@eviews.com (EViews.com)</managingEditor>  
   <generator>EViews.com</generator>
  <ttl>1</ttl>  

                                  <item>
                                  <title>stom / stomna on a large balanced panel hangs indefinitely in EViews 14 (instant in EViews 12)</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22099#p72022</link>
                                  <dc:creator>JMviews</dc:creator>
                                  <description>Hi,&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
I think I've hit a performance regression in series-to-matrix conversion (stom / stomna) between EViews 12 and EViews 14.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
I run a model stochastic solve and save the successful repetitions to a new page (the p= option on Model::stochastic). That creates a balanced panel page: 70,000 cross-sections (repetitions) x 20 quarters = 1,400,000 observations. Each tracked endogenous variable is an ordinary numeric series in that page, with valid data.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
A single line:&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
stom(timeseries, target)&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
never returns. EViews goes to "Not Responding", the busy spinner stays up no error and no crash for hours. The identical operation on the identical data completes in well under a minute in EViews 12.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Is this a known regression in 13/14? I couldn't find any mention of stom/stomna in the 13 or 14 patch notes.&lt;br&gt;&lt;br /&gt;
Is the slowdown specific to converting a panel-structured series - i.e. is unstructuring the page first the recommended workaround, or is there a better way to pull a 20 x 70,000 matrix out of a balanced-panel page?&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Thanks.</description>
                                  <pubDate>Fri, 05 Jun 2026 08:47:45 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22099#p72022</guid>		   					
                                      </item>
                                  <item>
                                  <title>Suggestions for my model</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=18&amp;t=22097#p72020</link>
                                  <dc:creator>startz</dc:creator>
                                  <description>You've done a very nice job so far and your questions are well-put. Here are a few thoughts.&lt;br&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="uncited"&gt;&lt;div&gt;ΔCultivatedArea is included strictly as a control variable to prevent the drought coefficient from absorbing the effect of physical land changes, not as a variable of independent interest. &lt;/div&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
You may want to think about whether droughts &lt;em&gt;cause &lt;/em&gt;land to be withdrawn from cultivation. If so, you may want to rethink whether you want to control for the area cultivated. You do speak to this a bit at the end of your post, so maybe it isn't very important.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Your evidence suggests that autocorrelation is not very important. But it's easy to add AR(1) to the regression and see if your results are sensitive.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Why would you care about multicollinearity? Multicollinearity doesn't invalidate any of the regression results.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Normality is not very important. It matters a bit for the statistical tests when you only have 26 observations, but there's not a whole lot to be done about it.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
One thing you might want to do if you haven't already is to do a scatterplot of production against drought conditions to see if there is any visual indications of a nonlinear relation.</description>
                                  <pubDate>Tue, 02 Jun 2026 17:36:11 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=18&amp;t=22097#p72020</guid>		   					
                                      </item>
                                  <item>
                                  <title>Suggestions for my model</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=18&amp;t=22097#p72019</link>
                                  <dc:creator>Agorhus</dc:creator>
                                  <description>Hi everyone, I am an undergraduate economics student working on this model, I am posting here not just to get answers, but genuinely to learn and test my own understanding of the methodology I applied. Any feedback, criticism, or suggestions are welcome.I want to understand where I might be wrong. The primary objective of this model is to isolate and quantify the effect of meteorological drought, measured by the SPEI_7 index, on annual barley production. ΔCultivatedArea is included strictly as a control variable to prevent the drought coefficient from absorbing the effect of physical land changes, not as a variable of independent interest&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Here is my setup&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Model: &lt;strong&gt;Production_t = β0 + β1SPEI7_t + β2ΔCultivatedAreat + ε_t &lt;/strong&gt;&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
(n=26).(due to differencing)&lt;br&gt;&lt;br /&gt;
t=year &lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Where:&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
    PRODUCTION: Annual barley production (tonnes)&lt;br&gt;&lt;br /&gt;
    SPEI_7: 7-month SPEI index for August&lt;br&gt;&lt;br /&gt;
    ΔCultivatedArea: First difference of barley cultivated area&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Steps followed:&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
    &lt;strong&gt;ADF unit root tests&lt;/strong&gt; (intercept for PRODUCTION and SPEI_7; intercept+trend for CultivatedArea due to visible deterministic trend)&lt;br&gt;&lt;br /&gt;
    First-differenced CultivatedArea to achieve stationarity&lt;br&gt;&lt;br /&gt;
    &lt;strong&gt;Pearson correlation matrix to check multicollinearity&lt;/strong&gt; (r = -0.081 between SPEI_7 and ΔCultivatedArea)&lt;br&gt;&lt;br /&gt;
    OLS estimation&lt;br&gt;&lt;br /&gt;
    &lt;strong&gt;Breusch-Godfrey test&lt;/strong&gt; for autocorrelation (lag=1)&lt;br&gt;&lt;br /&gt;
    &lt;strong&gt;Breusch-Pagan-Godfrey test&lt;/strong&gt; for heteroskedasticity&lt;br&gt;&lt;br /&gt;
    &lt;strong&gt;Jarque-Bera and Shapiro-Wilk tests&lt;/strong&gt; for normality of residuals&lt;br&gt;&lt;br /&gt;
 &lt;strong&gt;   Ramsey RESET test &lt;/strong&gt;for functional form (F p=0.8856)&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Results:&lt;br&gt;&lt;br /&gt;
SPEI_7: β=874,320, p=0.0021 (significant at 1%)&lt;br&gt;&lt;br /&gt;
ΔCultivatedArea: β=1.983, p=0.0188 (significant at 5%)&lt;br&gt;&lt;br /&gt;
R²=0.453, Adjusted R²=0.401, F p=0.0014&lt;br&gt;&lt;br /&gt;
All diagnostic tests passed (no autocorrelation, no heteroskedasticity, normality satisfied, correct functional form&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
&lt;strong&gt;MY QUESTIONS:&lt;/strong&gt;&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Two of the diagnostic tests produced borderline results that I would like to highlight:&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
1. Breusch-Godfrey Test (Autocorrelation)&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
    Chi-Square p = 0.0691&lt;br&gt;&lt;br /&gt;
    F p = 0.0874&lt;br&gt;&lt;br /&gt;
    Both values exceed the 0.05 threshold, so the null hypothesis of no autocorrelation cannot be rejected. However, the margin is relatively narrow. I am wondering whether this should be a concern or whether it is simply a consequence of the small sample size (n=26).&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
2. Shapiro-Wilk Test (Normality of Residuals)&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
    p = 0.0532&lt;br&gt;&lt;br /&gt;
    The null hypothesis of normality cannot be rejected, but the result is marginally above the critical value. Again, I suspect this may be related to the limited number of observations.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
With only n=26 observations, ADF unit root tests are known to have low power. Is there a more appropriate test for this sample, and should I run both for robustness?&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
While I argue that SPEI_7 is strictly exogenous, the same argument does not hold for ΔCultivatedArea, as annual planting decisions may be correlated with omitted socioeconomic variables such as input costs or government subsidies. However, since the correlation between SPEI_7 and ΔCultivatedArea is negligible (r=-0.081, p=0.73), I argue that even if the ΔCultivatedArea coefficient is biased, this does not contaminate the SPEI7 estimate. Is this reasoning valid, or should I be more concerned about the potential endogeneity of ΔCultivatedArea?</description>
                                  <pubDate>Tue, 02 Jun 2026 13:39:22 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=18&amp;t=22097#p72019</guid>		   					
                                      </item>
                                  <item>
                                  <title>PNG graph.save(t=png,d=300) exports at ~96 DPI metadata, not 300 DPI</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22092#p72018</link>
                                  <dc:creator>EViews Matt</dc:creator>
                                  <description>Hello,&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
You're correct that the DPI information wasn't being recorded correctly. The next patch to EViews 14 will include a fix for this issue.</description>
                                  <pubDate>Mon, 01 Jun 2026 23:23:56 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22092#p72018</guid>		   					
                                      </item>
                                  <item>
                                  <title>Merging datasets</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22095#p72017</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>Here's a stab.&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]mode quiet&lt;br /&gt;
close @all&lt;br /&gt;
import(page=key) .\key.txt @freq u 1&lt;br /&gt;
%name = @wright(@wlookup("*"), 1)&lt;br /&gt;
rename {%name} name&lt;br /&gt;
%name = "name"&lt;br /&gt;
rename series* key*&lt;br /&gt;
%keys = @wlookup("key*")&lt;br /&gt;
&lt;br /&gt;
%objects = @wdelim( _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;@wreplace( _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"vintage year " + %keys + " " + "value01 value02 value03 value04", _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"*", _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"""*""" _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;), _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;" ", _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"," _&lt;br /&gt;
)&lt;br /&gt;
pageload(page=data) .\data.txt nonames names=({%objects})&lt;br /&gt;
&lt;br /&gt;
'attempt0&lt;br /&gt;
d vintage&lt;br /&gt;
copy(nacat) key\name data\name @src key01 key02 @dest key01 key02&lt;br /&gt;
pagestack value? &lt;br /&gt;
series date = @dateval(@str(year)+"Q"+var01)&lt;br /&gt;
d id01 key var01 year&lt;br /&gt;
pageunstack name date&lt;br /&gt;
d value name&lt;br /&gt;
rename value* *[/code]&lt;/code&gt;&lt;/div&gt;</description>
                                  <pubDate>Mon, 01 Jun 2026 07:50:05 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22095#p72017</guid>		   					
                                      </item>
                                  <item>
                                  <title>Simple pageunstack gone wrong</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=3&amp;t=22096#p72016</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>Yeah, that’s not a bad way to do it.</description>
                                  <pubDate>Sat, 30 May 2026 13:00:05 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=3&amp;t=22096#p72016</guid>		   					
                                      </item>
                                  <item>
                                  <title>Merging datasets</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22095#p72015</link>
                                  <dc:creator>paues</dc:creator>
                                  <description>I think that I have the second case sorted with the code that I posted. But the first case still eludes me.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
In the end I want to create a quarterly dated page with a range from 1993Q1 to 1997Q4 with the series &lt;em&gt;name_a&lt;/em&gt;, ..., &lt;em&gt;name_i&lt;/em&gt;. The quarterly values for each series is in the four last columns of data.txt. The first column in data.txt is irrelevant. The second column is the year. If the third and fourth columns in data.txt match the first and second column in key.txt, then the resulting series should pick its name from the third column of key.txt.</description>
                                  <pubDate>Sat, 30 May 2026 09:29:42 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22095#p72015</guid>		   					
                                      </item>
                                  <item>
                                  <title>Simple pageunstack gone wrong</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=3&amp;t=22096#p72014</link>
                                  <dc:creator>paues</dc:creator>
                                  <description>And then loop over the pool &lt;em&gt;name&lt;/em&gt; and create the missing series? Something like this:&lt;br&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]pageload .\test.txt&lt;br /&gt;
pageunstack name dateid @ value&lt;br /&gt;
if @isempty(@wlookup("value", "group")) then&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;%crossids = name.@crossids&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for %crossid {%crossids}&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;copy value value{%crossid}&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;next&lt;br /&gt;
endif&lt;br /&gt;
delete name value dateid&lt;br /&gt;
rename value* *[/code]&lt;/code&gt;&lt;/div&gt;</description>
                                  <pubDate>Sat, 30 May 2026 09:17:54 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=3&amp;t=22096#p72014</guid>		   					
                                      </item>
                                  <item>
                                  <title>Simple pageunstack gone wrong</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=3&amp;t=22096#p72013</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>The issue is that because there is no between cross-section variation (a and b are identical), when you stack, EViews does the "smart" thing in realising you don't need two different value series, so it condenses down to a single series, called value.  Then when you do the tidyup step, you delete it.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Really the only way around this is to test whether there are any series called VALUE[X] before doing the tidyup.</description>
                                  <pubDate>Sat, 30 May 2026 06:17:23 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=3&amp;t=22096#p72013</guid>		   					
                                      </item>
                                  <item>
                                  <title>Merging datasets</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22095#p72012</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>Are you still having issues with the first case (or the second)?  I took a look, but think I need more information on what you're trying to do.  I put a stop right before your "attempt 1", just to load the two pages and do the renames.  But after that I can't see what you're trying to accomplish - how you match the series/ids etc....   Could you describe more?</description>
                                  <pubDate>Sat, 30 May 2026 06:08:38 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22095#p72012</guid>		   					
                                      </item>
                                  <item>
                                  <title>Simple pageunstack gone wrong</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=3&amp;t=22096#p72011</link>
                                  <dc:creator>paues</dc:creator>
                                  <description>I want to import the attached (minimal) text files and unstack them into dated pages with two series: &lt;em&gt;a&lt;/em&gt; and &lt;em&gt;b&lt;/em&gt;. The text files differ with respect to the value column. The first file (test.txt) has variation in both the name and time dimension (i.e. all unique values), the second (test2.txt) has variation in the name dimension and the third (test3.txt) has variation in the time dimension.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
&lt;strong&gt;test.txt&lt;/strong&gt;&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;period&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;value&lt;br /&gt;
a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&lt;br /&gt;
a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&lt;br /&gt;
b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&lt;br /&gt;
b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4[/code]&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;test2.txt&lt;/strong&gt;&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;period&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;value&lt;br /&gt;
a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&lt;br /&gt;
a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&lt;br /&gt;
b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&lt;br /&gt;
b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2[/code]&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;test3.txt&lt;/strong&gt;&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;period&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;value&lt;br /&gt;
a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&lt;br /&gt;
a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&lt;br /&gt;
b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&lt;br /&gt;
b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2[/code]&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
I thought that the following two steps would have worked for all the files.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
First load the page and unstack it&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]pageload .\test.txt&lt;br /&gt;
pageunstack name dateid @ value[/code]&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
to get the series valuea and valueb (as well as a series &lt;em&gt;dateid&lt;/em&gt;, a pool &lt;em&gt;name&lt;/em&gt; and a group &lt;em&gt;value&lt;/em&gt;) and then do some cleanup&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]delete name value dateid&lt;br /&gt;
rename value* *[/code]&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
And this does work for the first two files, test.txt and test2.txt. But for test3.txt the first step doesn't create the series valuea and valueb (nor the group value) but instead a single series value. And then the second step naturally results in an empty page (albeit correctly dated).&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
What to do?</description>
                                  <pubDate>Sat, 30 May 2026 04:46:43 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=3&amp;t=22096#p72011</guid>		   					
                                      </item>
                                  <item>
                                  <title>Merging datasets</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22095#p72010</link>
                                  <dc:creator>paues</dc:creator>
                                  <description>This seems to handle the second case:&lt;br&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]mode quiet&lt;br /&gt;
close @all&lt;br /&gt;
import(page=key) .\key.txt @freq u 1&lt;br /&gt;
%name = @wright(@wlookup("*"), 1)&lt;br /&gt;
rename {%name} name&lt;br /&gt;
%name = "name"&lt;br /&gt;
rename series* key*&lt;br /&gt;
%keys = @wlookup("key*")&lt;br /&gt;
&lt;br /&gt;
%objects = @wdelim( _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;@wreplace( _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"vintage year " + %keys + " " + "value01 value02 value03 value04", _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"*", _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"""*""" _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;), _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;" ", _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"," _&lt;br /&gt;
)&lt;br /&gt;
pageload(page=data) .\data.txt nonames names=({%objects})&lt;br /&gt;
&lt;br /&gt;
pagecopy(page=data_key)&lt;br /&gt;
copy(merge,nacat) key\* data_key\ @src key01 key02 @dest key01 key02&lt;br /&gt;
show key* name vintage year value*[/code]&lt;/code&gt;&lt;/div&gt;</description>
                                  <pubDate>Wed, 27 May 2026 18:06:50 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22095#p72010</guid>		   					
                                      </item>
                                  <item>
                                  <title>Merging datasets</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22095#p72009</link>
                                  <dc:creator>paues</dc:creator>
                                  <description>I'm trying to do either a one-to-many or a many-to-one merge of two datasets (attached). The program file where I try to do it is below.&lt;br&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]mode quiet&lt;br /&gt;
close @all&lt;br /&gt;
import(page=key) .\key.txt @freq u 1&lt;br /&gt;
%name = @wright(@wlookup("*"), 1)&lt;br /&gt;
rename {%name} name&lt;br /&gt;
%name = "name"&lt;br /&gt;
rename series* key*&lt;br /&gt;
%keys = @wlookup("key*")&lt;br /&gt;
&lt;br /&gt;
%objects = @wdelim( _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;@wreplace( _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"vintage year " + %keys + " " + "value01 value02 value03 value04", _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"*", _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"""*""" _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;), _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;" ", _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"," _&lt;br /&gt;
)&lt;br /&gt;
pageload(page=data) .\data.txt nonames names=({%objects})&lt;br /&gt;
&lt;br /&gt;
' Attempt 1&lt;br /&gt;
pageselect key&lt;br /&gt;
pagecopy(page=key_data)&lt;br /&gt;
import(type=txt, resize) _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.\data.txt _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;colhead=0 _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;names=({%objects}) _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;@id {%keys} _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;@destid {%keys}&lt;br /&gt;
show key* name vintage year value*&lt;br /&gt;
&lt;br /&gt;
' Attempt 2&lt;br /&gt;
pageselect data&lt;br /&gt;
pagecopy(page=data_key)&lt;br /&gt;
%names = @wdelim( _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;@wreplace( _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;%keys + " " + "name", _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"*", _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"""*""" _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;), _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;" ", _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"," _&lt;br /&gt;
)&lt;br /&gt;
import _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.\key.txt _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;colhead=0 _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;names=({%names}) _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;@id {%keys} _&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;@destid {%keys}&lt;br /&gt;
show key* name vintage year value*&lt;br /&gt;
[/code]&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
The first attempt (one-to-many) results in a page "key_data" where only the first occurrence of the id series in data.txt is matched and only if the id series doesn't contain any NA values. The second attempt (many-to-one) results in a page "data_key" where only the first occurrence of the id series in data.txt is assigned the name column and only if the id series doesn't contain any NA values.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
What am I doing wrong?&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
(The end goal is to stack the value?? columns and create a page with quarterly frequency.)</description>
                                  <pubDate>Wed, 27 May 2026 11:55:58 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22095#p72009</guid>		   					
                                      </item>
                                  <item>
                                  <title>Eviews 14 Link Command Issue</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22094#p72008</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>Yes, you cannot redeclare the link if it already exists.  We'll take a look to see if we can improve that behaviour.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
In the meantime, yes, you'd have to delete it first.</description>
                                  <pubDate>Tue, 26 May 2026 19:00:50 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22094#p72008</guid>		   					
                                      </item>
                                  <item>
                                  <title>Eviews 14 Link Command Issue</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22094#p72007</link>
                                  <dc:creator>oleviasharbaugh</dc:creator>
                                  <description>I am having an EViews issue that I think relates to the fact that we recently updated from EViews 12 to EViews 14. &lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
When I run this code in EViews 14:&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]for %y {%states}&lt;br /&gt;
    link amuse_area_{%y}_nsa&lt;br /&gt;
    amuse_area_{%y}_nsa.linkto(c=s) area\amuse_area_{%y}_nsa_1&lt;br /&gt;
next[/code]&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
I get this error:&lt;br&gt;&lt;br /&gt;
AMUSE_AREA_AK_NSA already exists and may not be modified&lt;br&gt;&lt;br /&gt;
 in "LINK AMUSE_AREA_AK_NSA" in AMUSESOLVE.PRG on line&lt;br&gt;&lt;br /&gt;
 125.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
But this is the way we always ran this program in Eviews 12 and we never had an issue. I have looked this up online and the only way I've come across to fix it is to delete the series before linking. Is that truly the best way to do this?</description>
                                  <pubDate>Tue, 26 May 2026 17:57:29 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22094#p72007</guid>		   					
                                      </item>
                                  <item>
                                  <title>@logmode?</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22093#p72006</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>You mean determine what it is currently set to?  No, unfortunately not.</description>
                                  <pubDate>Mon, 25 May 2026 18:35:17 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22093#p72006</guid>		   					
                                      </item>
                                  <item>
                                  <title>@logmode?</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22093#p72005</link>
                                  <dc:creator>paues</dc:creator>
                                  <description>Is there some way to read the current log mode? (Though I haven't tried personally, I get the impression that it is possible to be writing to several logs at once, which probably complicates matters.)</description>
                                  <pubDate>Fri, 22 May 2026 05:24:32 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22093#p72005</guid>		   					
                                      </item>
                                  <item>
                                  <title>PNG graph.save(t=png,d=300) exports at ~96 DPI metadata, not 300 DPI</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22092#p72004</link>
                                  <dc:creator>ikarib</dc:creator>
                                  <description>Hi EViews team,&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
I think there may be a bug in PNG export DPI metadata.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
I exported graphs with commands like:&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]  rer_trends.save(t=png,d=300) "RER_trends.png"&lt;br /&gt;
  rer_irf.save(t=png,d=300,w=8,h=5) "RER_IRF.png"&lt;br /&gt;
[/code]&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
The program runs successfully and the PNG files are created, but the resulting files do not appear to be tagged as 300 DPI. Both files are 96 DPI.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
The pixel dimensions are large enough, so d=300 may be affecting export sizing, but the PNG resolution metadata/pHYs chunk is still written as ~96 DPI. This causes automated checks and downstream publishing workflows that inspect DPI metadata to fail.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Expected behavior: save(t=png,d=300) should produce a PNG whose horizontal and vertical DPI metadata are 300.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Can you confirm whether d=300 is intended to set PNG DPI metadata, and if so whether this is a known issue?&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Thanks.</description>
                                  <pubDate>Tue, 19 May 2026 16:45:59 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22092#p72004</guid>		   					
                                      </item>
                                  <item>
                                  <title>Weird behavior relating to scope and local subroutines</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22012#p72003</link>
                                  <dc:creator>paues</dc:creator>
                                  <description>Progress? Has the bug been looked into yet?</description>
                                  <pubDate>Tue, 19 May 2026 06:52:58 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22012#p72003</guid>		   					
                                      </item>
                                  <item>
                                  <title>Get date format for active page?</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22091#p72002</link>
                                  <dc:creator>paues</dc:creator>
                                  <description>Indeed. But then once in a while, it doesn’t. And then it’s harder to build something dependable on it.</description>
                                  <pubDate>Sun, 17 May 2026 05:05:48 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22091#p72002</guid>		   					
                                      </item>
                                  <item>
                                  <title>Get date format for active page?</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22091#p72001</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>@dateval usually just figures it out without needing a format</description>
                                  <pubDate>Sat, 16 May 2026 22:02:11 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22091#p72001</guid>		   					
                                      </item>
                                  <item>
                                  <title>Get date format for active page?</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22091#p72000</link>
                                  <dc:creator>paues</dc:creator>
                                  <description>I want to be able to take a date string specified in the format of current page and then unambiguously convert that string to a date value.</description>
                                  <pubDate>Sat, 16 May 2026 15:17:00 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22091#p72000</guid>		   					
                                      </item>
                                  <item>
                                  <title>Get date format for active page?</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22091#p71999</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>No, it is a global setting in EViews.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
I think there's probably an easy way to do what you want, but I don't understand, yet, what you're trying to do.</description>
                                  <pubDate>Sat, 16 May 2026 12:44:49 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22091#p71999</guid>		   					
                                      </item>
                                  <item>
                                  <title>Get date format for active page?</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22091#p71998</link>
                                  <dc:creator>paues</dc:creator>
                                  <description>By "machine based", do you mean that it depends on the &lt;strong&gt;locale&lt;/strong&gt; of the machine?</description>
                                  <pubDate>Fri, 15 May 2026 05:55:35 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22091#p71998</guid>		   					
                                      </item>
                                  <item>
                                  <title>Get date format for active page?</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22091#p71997</link>
                                  <dc:creator>paues</dc:creator>
                                  <description>I was thinking date &lt;strong&gt;format&lt;/strong&gt;. On a typical quarterly page, I'd like to get back "YYYY[Q]Q". I have often found code like this&lt;br&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]%old_date_format = @word( _&lt;br /&gt;
    "YYYY YYYY YYYY YYYY YYYY YYYY YYYY YYYY YYYY YYYY YYYY " _&lt;br /&gt;
    + "YYYY[S]S YYYY[Q]Q YYYY[M]MM " _&lt;br /&gt;
    + "DD/MM/YYYY DD/MM/YYYY DD/MM/YYYY DD/MM/YYYY DD/MM/YYYY DD/MM/YYYY", _&lt;br /&gt;
    @wfindnc( _&lt;br /&gt;
        "20Y 10Y 9Y 8Y 7Y 6Y 5Y 4Y 3Y 2Y A " _&lt;br /&gt;
        + "S Q M " _&lt;br /&gt;
        + "BM F T W D7 D5", _&lt;br /&gt;
        @pagefreq _&lt;br /&gt;
    ) _&lt;br /&gt;
)&lt;br /&gt;
%new_date_format = "YYYY[M]MM"&lt;br /&gt;
%date_in_new_format = @datestr(@dateval(%date_in_old_format, %old_date_format), %new_date_format)[/code]&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
which feels unstable and could be avoided if EViews supplied something like @pagedateformat to use instead of the unwieldy (and incomplete) expression for %old_date_format.</description>
                                  <pubDate>Fri, 15 May 2026 05:53:03 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22091#p71997</guid>		   					
                                      </item>
                                  <item>
                                  <title>Get Series with DisplayNames while using Show</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=7&amp;t=22089#p71996</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>No, the spreadsheet view of a group does not allow you to use displaynames instead of actual names.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
You could write a quick add in that does it for you.  Freeze the spreadsheet view of the group into a table, loop through the columns replacing the text in the first row with the displayname of the series instead of the actual name, and then displaying that table in the group.</description>
                                  <pubDate>Thu, 14 May 2026 22:37:27 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=7&amp;t=22089#p71996</guid>		   					
                                      </item>
                                  <item>
                                  <title>Get date format for active page?</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22091#p71995</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>format or frequency?  @pagefreq give the frequency.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Format is machine based, not page/file based.</description>
                                  <pubDate>Thu, 14 May 2026 22:34:26 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22091#p71995</guid>		   					
                                      </item>
                                  <item>
                                  <title>Get date format for active page?</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22091#p71994</link>
                                  <dc:creator>paues</dc:creator>
                                  <description>Is it possible to get the date format of the current page? So that I know that @dateval gives me the correct value.</description>
                                  <pubDate>Wed, 13 May 2026 06:45:18 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22091#p71994</guid>		   					
                                      </item>
                                  <item>
                                  <title>Get Series with DisplayNames while using Show</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=7&amp;t=22089#p71993</link>
                                  <dc:creator>nidhijain</dc:creator>
                                  <description>I have series in my workfile as for example:&lt;br&gt;&lt;br /&gt;
GDP, PP_PR_US, PP_PR_IN.&lt;br&gt;&lt;br /&gt;
Using these names as they are handled in programs.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
I have given them certain understandable displaynames as :&lt;br&gt;&lt;br /&gt;
GDP : Gross Domestic Product&lt;br&gt;&lt;br /&gt;
PP_PR_US : Price of UnitedStates&lt;br&gt;&lt;br /&gt;
PP_PR_IN : Price of India.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Now what i want is, when i run the show command as :&lt;br&gt;&lt;br /&gt;
show gdp PP_PR_us pp_pr_in&lt;br&gt;&lt;br /&gt;
then in the result window, instead of getting these regular names on top of series, can i get the displaynames.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Attaching the screenshot.</description>
                                  <pubDate>Wed, 13 May 2026 04:56:28 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=7&amp;t=22089#p71993</guid>		   					
                                      </item>
                                  <item>
                                  <title>Export to excel with equation/formula</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=3&amp;t=22090#p71992</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>Not built in, no</description>
                                  <pubDate>Tue, 12 May 2026 15:57:35 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=3&amp;t=22090#p71992</guid>		   					
                                      </item>
                                  <item>
                                  <title>Get Series with DisplayNames while using Show</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=7&amp;t=22089#p71991</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>I don't follow what you want here.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
The show command is used to display a view of an object.  &lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
You could use&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]&lt;br /&gt;
show object.label&lt;br /&gt;
[/code]&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
which would display the label view, that has the displayname as one of the entries?</description>
                                  <pubDate>Tue, 12 May 2026 15:56:32 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=7&amp;t=22089#p71991</guid>		   					
                                      </item>
                                  <item>
                                  <title>Export to excel with equation/formula</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=3&amp;t=22090#p71990</link>
                                  <dc:creator>nidhijain</dc:creator>
                                  <description>I am exporting certain calculative series in the excel. These are getting calculated with direct equation written in program or through the models.&lt;br&gt;&lt;br /&gt;
While exporting, is there a way, that the formula of the series remain intact and exported to excel as well.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
For example, if &lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
seriesA = seriesB+3.05+seriesC(-1)&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
If i am exporting all these series in excel, SeriesA should maintain it's formula in excel as well. Any change in values, will recalculate the data of SeriesA directly</description>
                                  <pubDate>Tue, 12 May 2026 04:08:50 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=3&amp;t=22090#p71990</guid>		   					
                                      </item>
                                  <item>
                                  <title>Get Series with DisplayNames while using Show</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=7&amp;t=22089#p71989</link>
                                  <dc:creator>nidhijain</dc:creator>
                                  <description>Is there a way that if i use SHOW command, i get the display names of the series rather than the usual name, the same way as it show in charts.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Show gdp, should display the series with "Gross Domestic Product).&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
In case, if SPOOL is teh only option to achieve this, how do we show multiple series from spool for comparison,&lt;br&gt;&lt;br /&gt;
like if i added, GDP, Crude, demand, supply... these four series in SPOOL, i don't want the tree structure display mode.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Can it be displayed like regular SHOW command, so i can compare the data of these series same as in spreadsheet</description>
                                  <pubDate>Tue, 12 May 2026 04:04:02 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=7&amp;t=22089#p71989</guid>		   					
                                      </item>
                                  <item>
                                  <title>Valid names for options?</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22088#p71988</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>Probably</description>
                                  <pubDate>Sun, 10 May 2026 20:38:42 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22088#p71988</guid>		   					
                                      </item>
                                  <item>
                                  <title>Valid names for options?</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22088#p71987</link>
                                  <dc:creator>paues</dc:creator>
                                  <description>Are the requirements for valid option names (“hasoptions” and “equal options”) the same as for object names?</description>
                                  <pubDate>Sun, 10 May 2026 11:56:28 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22088#p71987</guid>		   					
                                      </item>
                                  <item>
                                  <title>shell not working</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22087#p71986</link>
                                  <dc:creator>paues</dc:creator>
                                  <description>When I enter &lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]shell[/code]&lt;/code&gt;&lt;/div&gt; in the command prompt, I get the following error message: &lt;br&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="uncited"&gt;&lt;div&gt;Unable to create process:  Katalognamnet är&lt;br&gt;&lt;br /&gt;
 felaktigt.&lt;br&gt;&lt;br /&gt;
.&lt;/div&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
It translates to "Fault path name". I think that the error code is ERROR_BAD_PATHNAME. It seems to occur when @datapath refers to a nonexistent folder, which can occur if the folder is deleted outside of Eviews. If this is the case Eviews tries to start the process with a nonexistent working directory.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Perhaps this should be caught by Eviews and given a less opaque error message. But I'm not entirely sure.</description>
                                  <pubDate>Sat, 09 May 2026 05:25:35 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22087#p71986</guid>		   					
                                      </item>
                                  <item>
                                  <title>How to break out of called program from within subroutine?</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22086#p71985</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>I believe &lt;em&gt;return&lt;/em&gt; will exit out of a subroutine, if in one, and exit out of a program otherwise.  So, exiting out of a program whilst in a subroutine I think is not possible in one go.</description>
                                  <pubDate>Thu, 07 May 2026 21:16:29 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22086#p71985</guid>		   					
                                      </item>
                                  <item>
                                  <title>How to break out of called program from within subroutine?</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22086#p71984</link>
                                  <dc:creator>paues</dc:creator>
                                  <description>Is there some way in the setup below to break out of child.prg from the subroutine childsub and return to parent.prg? The desired solution would show the dialog box "after child" but none of the other two.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
&lt;strong&gt;parent.prg&lt;/strong&gt;&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]exec .\child.prg&lt;br /&gt;
@uiprompt("after child")[/code]&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;child.prg&lt;/strong&gt;&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]call childsub&lt;br /&gt;
@uiprompt("after childsub")&lt;br /&gt;
&lt;br /&gt;
subroutine childsub&lt;br /&gt;
  ' Break out of child.prg here&lt;br /&gt;
  @uiprompt("after breakout")&lt;br /&gt;
endsub[/code]&lt;/code&gt;&lt;/div&gt;</description>
                                  <pubDate>Thu, 07 May 2026 18:13:37 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22086#p71984</guid>		   					
                                      </item>
                                  <item>
                                  <title>Saving graphs as pdf</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=3&amp;t=21657#p71983</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>Sorry, opacity and anti-aliasing.</description>
                                  <pubDate>Thu, 07 May 2026 14:53:35 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=3&amp;t=21657#p71983</guid>		   					
                                      </item>
                                  <item>
                                  <title>Saving graphs as pdf</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=3&amp;t=21657#p71982</link>
                                  <dc:creator>Dag Kolsrud</dc:creator>
                                  <description>Opacity options have been tried before and did not help, see communications in June 2024 with  EViews Steve.</description>
                                  <pubDate>Thu, 07 May 2026 08:59:49 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=3&amp;t=21657#p71982</guid>		   					
                                      </item>
                                  <item>
                                  <title>%hasoptions and/or %equaloptions</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22085#p71981</link>
                                  <dc:creator>paues</dc:creator>
                                  <description>That’s great! Exactly what I was looking for :-)</description>
                                  <pubDate>Wed, 06 May 2026 16:30:27 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22085#p71981</guid>		   					
                                      </item>
                                  <item>
                                  <title>%hasoptions and/or %equaloptions</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22085#p71980</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>But, you can return the list of options provided with the @getoptions function:&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]&lt;br /&gt;
%options = @getoptions&lt;br /&gt;
[/code]&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
You can retrieve the ith option with @option:&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]&lt;br /&gt;
%firstoption = @option(1)&lt;br /&gt;
[/code]&lt;/code&gt;&lt;/div&gt;</description>
                                  <pubDate>Wed, 06 May 2026 16:08:54 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22085#p71980</guid>		   					
                                      </item>
                                  <item>
                                  <title>%hasoptions and/or %equaloptions</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22085#p71979</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>I don't understand what you're asking here.</description>
                                  <pubDate>Wed, 06 May 2026 16:03:28 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22085#p71979</guid>		   					
                                      </item>
                                  <item>
                                  <title>%hasoptions and/or %equaloptions</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22085#p71978</link>
                                  <dc:creator>paues</dc:creator>
                                  <description>A called program's arguments are stored in %args. But can I check what @equaloption's and @hasoption's it was called with without know them in advance? There doesn't seem to be variables %hasoptions and/or %equaloptions</description>
                                  <pubDate>Wed, 06 May 2026 14:52:14 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22085#p71978</guid>		   					
                                      </item>
                                  <item>
                                  <title>Saving graphs as pdf</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=3&amp;t=21657#p71977</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>I think both issues are due to opacity - opacity doesn't work well with dashed lines.  If you turn off opacity for all the lines in the chart, it should behave better.</description>
                                  <pubDate>Mon, 04 May 2026 16:42:01 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=3&amp;t=21657#p71977</guid>		   					
                                      </item>
                                  <item>
                                  <title>Saving graphs as pdf</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=3&amp;t=21657#p71976</link>
                                  <dc:creator>Dag Kolsrud</dc:creator>
                                  <description>My email on April 27had 2 attachments; a workfile and a program. The program produces 3 figures, which are collected in a spool, on a quarterly page called 'grpahs'. In Statistics Norway we experience 2 problems:&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
1) Graph lines in the figure code with the "dash" attribute do not always appear dashed in EViews. Sometimes they are graphed solid rather than dashed despite the dashed attribute. The dash attribute does not seem to work when variables on a page with higher frequency are graphed from a page with lower frequency.  That is what my email from April 27 tries to explain.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
2) Another problem is that when graphed lines appear correctly as dashed in EViews, they get saved to file in the pdf format as solid lines in EViews 14, but correctly as dashed lines in EViews 12 using the printer driver "Microsoft Print to PDF.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
I appologize for combining rather than clearly separating the two problems. However, I still hope you can understand and investigate the problem from the previously attached files.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Sincerely, Dag</description>
                                  <pubDate>Mon, 04 May 2026 07:36:14 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=3&amp;t=21657#p71976</guid>		   					
                                      </item>
                                  <item>
                                  <title>Timing when specifying state-space model</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=4&amp;t=22084#p71975</link>
                                  <dc:creator>ssmodeller</dc:creator>
                                  <description>Hi&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Say I specify a state-space model in the following way:&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
@signal y = x + [ename=e1, var = (sigma(1)+dummy*sigma(2))^2]&lt;br&gt;&lt;br /&gt;
@state x = x(-1) + [ename=e2, var = (sigma(1)+dummy*sigma(2))^2]&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
where dummy is 1 in period t1. Am I right in thinking that when "x" is written in a signal equation, it means "x(t)", but when "x" is written in a state equation, it means "x(t+1)"? But "dummy" always means "dummy(t)", whether it's in a state or signal eq?&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
So as written, the signal-equation dummy will affect y in period t1, but the state-equation dummy will affect x and y in period t1+1, even though it's the same variable?&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Thanks!</description>
                                  <pubDate>Fri, 01 May 2026 23:38:39 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=4&amp;t=22084#p71975</guid>		   					
                                      </item>
                                  <item>
                                  <title>average of two series</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=3&amp;t=22083#p71974</link>
                                  <dc:creator>startz</dc:creator>
                                  <description>Or&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]series x = (a+b+c)/3[/code]&lt;/code&gt;&lt;/div&gt;</description>
                                  <pubDate>Fri, 01 May 2026 13:46:15 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=3&amp;t=22083#p71974</guid>		   					
                                      </item>
                                  <item>
                                  <title>average of two series</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=3&amp;t=22083#p71973</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]&lt;br /&gt;
group mygrp a b c&lt;br /&gt;
series x = @rmean(mygrp)&lt;br /&gt;
[/code]&lt;/code&gt;&lt;/div&gt;</description>
                                  <pubDate>Thu, 30 Apr 2026 17:10:19 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=3&amp;t=22083#p71973</guid>		   					
                                      </item>
                                  <item>
                                  <title>average of two series</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=3&amp;t=22083#p71972</link>
                                  <dc:creator>houji</dc:creator>
                                  <description>Hi,&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
I would like to create a series X that is the average of a few other series (a,b,c, etc).&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Is there a function in Eviews that would give me &lt;br&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]series x = average(a,b,c)[/code]&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
?&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Thanks!&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Houji</description>
                                  <pubDate>Thu, 30 Apr 2026 16:07:45 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=3&amp;t=22083#p71972</guid>		   					
                                      </item>
                                  <item>
                                  <title>Saving graphs as pdf</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=3&amp;t=21657#p71971</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>Sorry, I'm getting quite lost.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
As far as I can tell, the issue you are experiencing is that you have a graph object that when saved to disk as a PDF, the dashed lines don't appear.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Do you have a workfile we can use that has such a graph object?</description>
                                  <pubDate>Tue, 28 Apr 2026 15:33:11 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=3&amp;t=21657#p71971</guid>		   					
                                      </item>
                                  <item>
                                  <title>Saving graphs as pdf</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=3&amp;t=21657#p71970</link>
                                  <dc:creator>Dag Kolsrud</dc:creator>
                                  <description>"ps graphs" selects a quarterly page in the workfile "data_xchange_housing_oil" which contains the figures and the spool. When issuing a line command from that page the result gets stored there, but the graphs of series on other pages with higher frequencies, e.g. the page "w" with weekly frequency, do not get dashed. If you uncomment the "ps w" command on line 63, the graphs get dashed. Why does the different frequencies decide whether a series get dashed or not?</description>
                                  <pubDate>Tue, 28 Apr 2026 14:04:48 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=3&amp;t=21657#p71970</guid>		   					
                                      </item>
                                  <item>
                                  <title>Database Error: FRED library error: 'Internal Server Error' in "FETCH  ..."</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22074#p71969</link>
                                  <dc:creator>capuchin</dc:creator>
                                  <description>It seems to help to put each individual fetch on its own line of code instead of looping a fetch command, but it's a real nightmare.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
I guess now I need to add 20 lines of code to each FRED fetch command in order to not fail! Thanks for the lines.</description>
                                  <pubDate>Mon, 27 Apr 2026 19:37:05 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22074#p71969</guid>		   					
                                      </item>
                                  <item>
                                  <title>Saving graphs as pdf</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=3&amp;t=21657#p71968</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>Line 27 of the program:&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]&lt;br /&gt;
ps graphs&lt;br /&gt;
[/code]&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
What's that?</description>
                                  <pubDate>Mon, 27 Apr 2026 14:33:10 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=3&amp;t=21657#p71968</guid>		   					
                                      </item>
                                  <item>
                                  <title>Saving graphs as pdf</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=3&amp;t=21657#p71967</link>
                                  <dc:creator>Dag Kolsrud</dc:creator>
                                  <description>I have attached a small workfile with sereis of different frequencies on different pages and a program that creates three figures and collects them in a spool. The results show that when a forecast seires is graphed from a page with lower frequency, it does not get dashed. In the first figure produced by the program, the following commands (where w denote a page with weekly frequecy) executed from from a page with quarterly frequency produce a figure with solid rather than dashed forecasts:&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
graph {%gr}.line(x) w\noki44_h w\noki44_f   w\nokeur_h w\nokeur_f   w\nokusd_h w\nokusd_f            '         &lt;br&gt;&lt;br /&gt;
 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{%gr}.setelem(1) linecolor(@rgb({%color1}))  linepattern(solid) legend(%serie1) axis(l) linewidth(!linewidth)&lt;br&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{%gr}.setelem(2) linecolor(@rgb({%color1})) linepattern({%dashline}) legend() axis(l) linewidth(!linewidth)&lt;br&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{%gr}.setelem(3) linecolor(@rgb({%color2}))  linepattern(solid) legend(%serie2) axis(r) linewidth(!linewidth)&lt;br&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{%gr}.setelem(4) linecolor(@rgb({%color2})) linepattern({%dashline}) legend() axis(r) linewidth(!linewidth)&lt;br&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{%gr}.setelem(5) linecolor(@rgb({%color3}))  linepattern(solid) legend(%serie3) axis(r) linewidth(!linewidth)&lt;br&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{%gr}.setelem(6) linecolor(@rgb({%color3})) linepattern({%dashline}) legend() axis(r) linewidth(!linewidth)&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
If graphed from a page with weekly frequency, the forecasts get dashed as instructed. The problem of color was due to some forecast series containing the history. Removing the history form the forecast series solved the problem.</description>
                                  <pubDate>Mon, 27 Apr 2026 13:23:00 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=3&amp;t=21657#p71967</guid>		   					
                                      </item>
                                  <item>
                                  <title>bug .testbtw</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22077#p71961</link>
                                  <dc:creator>rousing</dc:creator>
                                  <description>Thanks a lot :)</description>
                                  <pubDate>Sat, 18 Apr 2026 06:47:58 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22077#p71961</guid>		   					
                                      </item>
                                  <item>
                                  <title>bug .testbtw</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22077#p71960</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>Found, will be fixed in next patch.</description>
                                  <pubDate>Fri, 17 Apr 2026 21:53:23 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22077#p71960</guid>		   					
                                      </item>
                                  <item>
                                  <title>bug .testbtw</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22077#p71959</link>
                                  <dc:creator>rousing</dc:creator>
                                  <description>just checked it at home with a fully up-to-date version, it still creates the output for testing the mean and not the variance which "vars" should trigger</description>
                                  <pubDate>Fri, 17 Apr 2026 19:09:57 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22077#p71959</guid>		   					
                                      </item>
                                  <item>
                                  <title>bug .testbtw</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22077#p71958</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>This works on the latest version of EViews 14.  Can you check it on yours?&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]&lt;br /&gt;
wfcreate m 1990 2025&lt;br /&gt;
series x=nrnd&lt;br /&gt;
series y=nrnd&lt;br /&gt;
group _grp x y&lt;br /&gt;
&lt;br /&gt;
show _grp.testbtw(vars)&lt;br /&gt;
[/code]&lt;/code&gt;&lt;/div&gt;</description>
                                  <pubDate>Fri, 17 Apr 2026 15:44:43 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22077#p71958</guid>		   					
                                      </item>
                                  <item>
                                  <title>bug .testbtw</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22077#p71957</link>
                                  <dc:creator>rousing</dc:creator>
                                  <description>Hi&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
when running _grp.testbtw(var) or _grp.testbtw(vars) with a group containing two series the results for the mean gets produced and not ones relating to the variance.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Best regards&lt;br&gt;&lt;br /&gt;
Rasmus&lt;br&gt;&lt;br /&gt;
Eviews 14, May 19 2025 build&lt;br&gt;&lt;br /&gt;
14C08223</description>
                                  <pubDate>Fri, 17 Apr 2026 15:39:52 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22077#p71957</guid>		   					
                                      </item>
                                  <item>
                                  <title>Saving graphs as pdf</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=3&amp;t=21657#p71956</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>Do you have a simple example we can examine?</description>
                                  <pubDate>Fri, 17 Apr 2026 15:20:34 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=3&amp;t=21657#p71956</guid>		   					
                                      </item>
                                  <item>
                                  <title>Saving graphs as pdf</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=3&amp;t=21657#p71955</link>
                                  <dc:creator>Dag Kolsrud</dc:creator>
                                  <description>In Statistics Norway we try to use Eviews as much as possible for building, maintaining and using a large macro model, and also for producing tables and figures/graphs. Unfortunately, after EViews12, we experience problems with graphing and have to use EViews12 to get dashed lines that look good when saved to disk (as pdf files) (se previous entries in this tread). When I try to replace dashed lines (for forecasts) with solid lines with the same color/hue but lighter tint (than the historical series), both get the same color. If I try to give them different colors, they still get the same color:&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
if !eviews_versjon = 12 then 'EViews12&lt;br&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{%gr}.setelem(1) linecolor(@rgb({%color1}))  linepattern(solid) legend(%serie1) axis(l) linewidth(!valuta_linewidth )&lt;br&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{%gr}.setelem(2) linecolor(@rgb({%color1})) linepattern(DASH1) legend() axis(l) linewidth(!linewidth)&lt;br&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{%gr}.setelem(3) linecolor(@rgb({%color2}))  linepattern(solid) legend(%serie2) axis(r) linewidth(!valuta_linewidth )&lt;br&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{%gr}.setelem(4) linecolor(@rgb({%color2})) linepattern(DASH1) legend() axis(r) linewidth({!linewidth})&lt;br&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{%gr}.setelem(5) linecolor(@rgb({%color3}))  linepattern(solid) legend(%serie3) axis(r) linewidth(!valuta_linewidth)&lt;br&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{%gr}.setelem(6) linecolor(@rgb({%color3})) linepattern(DASH1) legend() axis(r) linewidth(!linewidth)&lt;br&gt;&lt;br /&gt;
else 'EViews14&lt;br&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{%gr}.setelem(1) linecolor(@rgb({%color1}))  linepattern(solid) legend(%serie1) axis(l) linewidth(!valuta_linewidth )&lt;br&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{%gr}.setelem(2) linecolor(@rgb({%color2})) linepattern(solid) legend() axis(l) linewidth(!linewidth)&lt;br&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{%gr}.setelem(3) linecolor(@rgb({%color3}))  linepattern(solid) legend(%serie2) axis(r) linewidth(!valuta_linewidth )&lt;br&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{%gr}.setelem(4) linecolor(@rgb({%color1})) linepattern(solid) legend() axis(r) linewidth({!linewidth})&lt;br&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{%gr}.setelem(5) linecolor(@rgb({%color2}))  linepattern(solid) legend(%serie3) axis(r) linewidth(!valuta_linewidth)&lt;br&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{%gr}.setelem(6) linecolor(@rgb({%color3})) linepattern(solid) legend() axis(r) linewidth(!linewidth)&lt;br&gt;&lt;br /&gt;
endif&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Why can we not format the line type in EViews 13 and 14?</description>
                                  <pubDate>Fri, 17 Apr 2026 13:14:06 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=3&amp;t=21657#p71955</guid>		   					
                                      </item>
                                  <item>
                                  <title>Graph Issue: Dashed Line Saving as Solid Line</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=3&amp;t=21903#p71954</link>
                                  <dc:creator>Dag Kolsrud</dc:creator>
                                  <description>In Statistics Norway, we experience similar problems with dashed lines in both EViews 13 and 14, while we have no problems with dashed lines in EViews 12 (which we continue using fro graphing purposes only). In Eviews 14, I have tried to replace dashed lines with solid lines of the same color, but a lighter tint to separate the historical data from the forecasted continuation. That does not work either. The two lines get the same color even if I specify completely different colors. My question is:&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Havecertain graph related functions within EViews12 been 'outsourced' to / replaced by similar Windows functions which introduce incompatibilities that could be the cause of the problems?</description>
                                  <pubDate>Fri, 17 Apr 2026 12:53:00 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=3&amp;t=21903#p71954</guid>		   					
                                      </item>
                                  <item>
                                  <title>Model solve with stochastic simulations crashes if bootstrap sample discontinuous</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22075#p71953</link>
                                  <dc:creator>random_user</dc:creator>
                                  <description>great news, thanks</description>
                                  <pubDate>Thu, 16 Apr 2026 14:02:42 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22075#p71953</guid>		   					
                                      </item>
                                  <item>
                                  <title>Model solve with stochastic simulations crashes if bootstrap sample discontinuous</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22075#p71952</link>
                                  <dc:creator>EViews Matt</dc:creator>
                                  <description>Hello,&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
A fix will be included in the new EViews patch.</description>
                                  <pubDate>Wed, 15 Apr 2026 23:15:59 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22075#p71952</guid>		   					
                                      </item>
                                  <item>
                                  <title>Model solve with stochastic simulations crashes if bootstrap sample discontinuous</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22075#p71951</link>
                                  <dc:creator>random_user</dc:creator>
                                  <description>much appreciated!</description>
                                  <pubDate>Wed, 15 Apr 2026 13:02:53 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22075#p71951</guid>		   					
                                      </item>
                                  <item>
                                  <title>Model solve with stochastic simulations crashes if bootstrap sample discontinuous</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22075#p71950</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>ok, we'll take a look and get a fix.</description>
                                  <pubDate>Tue, 14 Apr 2026 21:17:27 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22075#p71950</guid>		   					
                                      </item>
                                  <item>
                                  <title>Model solve with stochastic simulations crashes if bootstrap sample discontinuous</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22075#p71949</link>
                                  <dc:creator>random_user</dc:creator>
                                  <description>&lt;blockquote class="uncited"&gt;&lt;div&gt;&lt;br /&gt;
Could you update to the latest version to see if that fixes it?&lt;br /&gt;
&lt;/div&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
I updated to the latest version (March 4 2026 build), but unfortunately I still have the same problem</description>
                                  <pubDate>Tue, 14 Apr 2026 20:21:00 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22075#p71949</guid>		   					
                                      </item>
                                  <item>
                                  <title>Model solve with stochastic simulations crashes if bootstrap sample discontinuous</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22075#p71948</link>
                                  <dc:creator>random_user</dc:creator>
                                  <description>My organization is currently blocking updates. But I'll complain and get on their case and update you. Thanks</description>
                                  <pubDate>Tue, 14 Apr 2026 17:30:36 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22075#p71948</guid>		   					
                                      </item>
                                  <item>
                                  <title>Difficulty extracting p-values from PySDTest objects via EViews xrun</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22076#p71947</link>
                                  <dc:creator>papel</dc:creator>
                                  <description>Thank you!</description>
                                  <pubDate>Tue, 14 Apr 2026 04:51:29 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22076#p71947</guid>		   					
                                      </item>
                                  <item>
                                  <title>Difficulty extracting p-values from PySDTest objects via EViews xrun</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22076#p71946</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>Not really EViews, but...&lt;br&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]&lt;br /&gt;
xrun pval = my_test_fsd.result["p_val"].item()&lt;br /&gt;
xget pval&lt;br /&gt;
[/code]&lt;/code&gt;&lt;/div&gt;</description>
                                  <pubDate>Mon, 13 Apr 2026 23:46:52 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22076#p71946</guid>		   					
                                      </item>
                                  <item>
                                  <title>Difficulty extracting p-values from PySDTest objects via EViews xrun</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22076#p71945</link>
                                  <dc:creator>papel</dc:creator>
                                  <description>Dear Gareth,&lt;br&gt;&lt;br /&gt;
Below you can find the programm that I am using. The programm generates the following results in the Log: Python Output. I need a way to bring the pvalue back in Eviews. I also attach the Eviews workfile that I am using&lt;br&gt;&lt;br /&gt;
Kind regards,&lt;br&gt;&lt;br /&gt;
Timotheos&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
 ______________________&lt;br&gt;&lt;br /&gt;
Log: Python Output&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
#--- Testing for Stochastic Dominance  -----#&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
* H0 : sample1 first order SD sample2&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
#-------------------------------------------#&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
*** Test Setting ***&lt;br&gt;&lt;br /&gt;
* Resampling method &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = paired_bootstrap&lt;br&gt;&lt;br /&gt;
* SD order       &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =      1&lt;br&gt;&lt;br /&gt;
* # of (sample1) &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =   2000 &lt;br&gt;&lt;br /&gt;
* # of (sample2)   &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =   2000&lt;br&gt;&lt;br /&gt;
* # of bootstrapping &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =    100&lt;br&gt;&lt;br /&gt;
* # of grid points &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =    200&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
#-------------------------------------------#&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
*** Test Result ***&lt;br&gt;&lt;br /&gt;
* Test statistic &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0.2846&lt;br&gt;&lt;br /&gt;
* Significance level &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =  0.05&lt;br&gt;&lt;br /&gt;
* Critical-value &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0.6174&lt;br&gt;&lt;br /&gt;
* P-value        &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0.8500&lt;br&gt;&lt;br /&gt;
* Time elapsed   &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =  2.35 Sec&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
'______________________________________&lt;br&gt;&lt;br /&gt;
xopen(p)&lt;br&gt;&lt;br /&gt;
 &lt;br&gt;&lt;br /&gt;
xrun import pysdtest&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Send the data  &lt;br&gt;&lt;br /&gt;
xput data_a data_b&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' 3. Load Libraries&lt;br&gt;&lt;br /&gt;
xrun import numpy as np&lt;br&gt;&lt;br /&gt;
xrun import pandas as pd&lt;br&gt;&lt;br /&gt;
 &lt;br&gt;&lt;br /&gt;
xrun import pysdtest.pysdtest as sd&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' 1-dimensional NumPy arrays  &lt;br&gt;&lt;br /&gt;
xrun a_vals = np.array(data_a).flatten()&lt;br&gt;&lt;br /&gt;
xrun b_vals = np.array(data_b).flatten()&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' 4. Run LMW (2005) TEST&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
%kind_test = "'paired_bootstrap'"&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' --- ΕΛΕΓΧΟΣ 1ης ΤΑΞΗΣ (FSD) ---&lt;br&gt;&lt;br /&gt;
xrun my_test_fsd = pysdtest.test_sd(a_vals, b_vals, ngrid=200, s=1, resampling={%kind_test}, nboot=100, quiet=False)&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
xrun print("--- RUNNING 1st ORDER TEST (A Dominates B) ---")&lt;br&gt;&lt;br /&gt;
xrun res_fsd = my_test_fsd.testing()&lt;br&gt;&lt;br /&gt;
'________________________________________________</description>
                                  <pubDate>Mon, 13 Apr 2026 16:57:25 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22076#p71945</guid>		   					
                                      </item>
                                  <item>
                                  <title>Difficulty extracting p-values from PySDTest objects via EViews xrun</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22076#p71944</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>If you're stuck in EV13 (and can't use 14), the only thing you can do is create a new page and try to use xget.  Hard to be of more advice without having access to the exact situation you're in.</description>
                                  <pubDate>Mon, 13 Apr 2026 16:44:38 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22076#p71944</guid>		   					
                                      </item>
                                  <item>
                                  <title>Difficulty extracting p-values from PySDTest objects via EViews xrun</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22076#p71943</link>
                                  <dc:creator>papel</dc:creator>
                                  <description>I am working on a research project involving Stochastic Dominance tests using EViews 13 (64-bit) integrated with Python 3.9.&lt;br&gt;&lt;br /&gt;
I have successfully set up the Python environment and installed the PySDTest package (by Kyung-ho Lee and Yoon-Jae Whang). My goal is to extract the p-values from the test objects generated by pysdtest.test_sd() and store them in EViews scalars/tables for further analysis.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
My workflow is as follows:&lt;br&gt;&lt;br /&gt;
I use xput to send my series (a_vals, b_vals) to Python.&lt;br&gt;&lt;br /&gt;
I execute the test:&lt;br&gt;&lt;br /&gt;
xrun my_test_ssd = pysdtest.test_sd(a_vals, b_vals, s=2, resampling='paired_bootstrap', nboot=1000, quiet=False)&lt;br&gt;&lt;br /&gt;
I run the testing procedure:&lt;br&gt;&lt;br /&gt;
xrun res_ssd = my_test_ssd.testing()&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
The issue:&lt;br&gt;&lt;br /&gt;
While the testing() method correctly prints the results to the EViews Python Output log, I am unable to programmatically access the p-value result to bring it back to EViews. When I attempt to access the attribute via xrun my_pval = my_test_ssd.pvalue or res_ssd.pvalue, I receive an AttributeError or NoneType error, despite the output being clearly visible in the Python console log.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
My questions:&lt;br&gt;&lt;br /&gt;
Is there a documented way to access the p-value attribute from the test_sd object directly through xrun?&lt;br&gt;&lt;br /&gt;
What is the recommended best practice for capturing and importing Python output (log) back into an EViews table when the standard xget fails to resolve the specific object attributes?&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Best Regards,&lt;br&gt;&lt;br /&gt;
Timotheos</description>
                                  <pubDate>Mon, 13 Apr 2026 15:55:00 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22076#p71943</guid>		   					
                                      </item>
                                  <item>
                                  <title>Model solve with stochastic simulations crashes if bootstrap sample discontinuous</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22075#p71942</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>Could you update to the latest version to see if that fixes it?</description>
                                  <pubDate>Mon, 13 Apr 2026 14:38:46 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22075#p71942</guid>		   					
                                      </item>
                                  <item>
                                  <title>Model solve with stochastic simulations crashes if bootstrap sample discontinuous</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22075#p71941</link>
                                  <dc:creator>random_user</dc:creator>
                                  <description>Sorry, should have mentioned that earlier.&lt;br&gt;&lt;br /&gt;
EViews 14, Feb. 6 2025 build.</description>
                                  <pubDate>Mon, 13 Apr 2026 12:51:01 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22075#p71941</guid>		   					
                                      </item>
                                  <item>
                                  <title>Model solve with stochastic simulations crashes if bootstrap sample discontinuous</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22075#p71940</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>Version and build date of EViews?</description>
                                  <pubDate>Sat, 11 Apr 2026 02:40:18 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22075#p71940</guid>		   					
                                      </item>
                                  <item>
                                  <title>Model solve with stochastic simulations crashes if bootstrap sample discontinuous</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22075#p71939</link>
                                  <dc:creator>random_user</dc:creator>
                                  <description>As the title says, I'm encountering an apparent bug when trying to solve the model with stochastic simulations, if I select a bootstrap sample that is not continuous.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
For example, this leads to a crash where EViews closes:&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]&lt;br /&gt;
sample s1 2000q1 2025q4 if @year&lt;&gt;2020&lt;br /&gt;
m.stochastic(s=s1)&lt;br /&gt;
m.solve&lt;br /&gt;
[/code]&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Any help/fix is appreciated. thanks!</description>
                                  <pubDate>Fri, 10 Apr 2026 20:54:55 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22075#p71939</guid>		   					
                                      </item>
                                  <item>
                                  <title>Database Error: FRED library error: 'Internal Server Error' in "FETCH  ..."</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22074#p71938</link>
                                  <dc:creator>rod_jensen</dc:creator>
                                  <description>Thanks very much, Gareth!</description>
                                  <pubDate>Fri, 10 Apr 2026 15:28:38 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22074#p71938</guid>		   					
                                      </item>
                                  <item>
                                  <title>Database Error: FRED library error: 'Internal Server Error' in "FETCH  ..."</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22074#p71937</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]close @db[/code]&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
will close any open database windows</description>
                                  <pubDate>Fri, 10 Apr 2026 14:32:08 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22074#p71937</guid>		   					
                                      </item>
                                  <item>
                                  <title>Forecast standard errors are currently only available for non-Bayesian VARs, and are computed via simulation.</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=4&amp;t=22073#p71936</link>
                                  <dc:creator>akoh</dc:creator>
                                  <description>Thanks again! Much appreciated.</description>
                                  <pubDate>Fri, 10 Apr 2026 06:45:24 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=4&amp;t=22073#p71936</guid>		   					
                                      </item>
                                  <item>
                                  <title>Database Error: FRED library error: 'Internal Server Error' in "FETCH  ..."</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22074#p71935</link>
                                  <dc:creator>rod_jensen</dc:creator>
                                  <description>ok, cool! Thanks a million Gareth, again. I have an email into the FRED team at the St. Louis Fed about the issue.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
But, using Google Gemini AI, I've managed to get this revised version to process a couple times without stopping:&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Create the workfile container (no dated page yet)&lt;br&gt;&lt;br /&gt;
wfcreate(wf=Economic_Data_0402026) u 1&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Create data page per data periodicity (monthly)&lt;br&gt;&lt;br /&gt;
pagecreate(page=monthly_data) m 1919m1 2026m12&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Create an undated page for ticker import&lt;br&gt;&lt;br /&gt;
pagecreate(page=monthly_tickers_page) u 5000&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Switch to the undated ticker page&lt;br&gt;&lt;br /&gt;
pageselect monthly_tickers_page&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Import the monthly ticker list as alpha&lt;br&gt;&lt;br /&gt;
%file = "C:\Rod_Investments\EViews_Programs\tickers_monthly.txt"&lt;br&gt;&lt;br /&gt;
import(type=txt, colhead=none, name=series01, format=alpha) {%file}&lt;br&gt;&lt;br /&gt;
rename series01 monthly_series&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' This next section loops through each ticker series, fetches FRED time-series data per ticker, then places the data onto the associated data page&lt;br&gt;&lt;br /&gt;
' Open FRED once&lt;br&gt;&lt;br /&gt;
dbopen(type=fred)&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' MONTHLY TICKERS&lt;br&gt;&lt;br /&gt;
' Loop through the monthly tickers&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' 1. Tell EViews to handle errors silently and not to stop&lt;br&gt;&lt;br /&gt;
logmode +error ' Directs errors to the log window instead of a popup dialog&lt;br&gt;&lt;br /&gt;
setmaxerrs 1000&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
for !i = 1 to 5000&lt;br&gt;&lt;br /&gt;
    pageselect monthly_tickers_page&lt;br&gt;&lt;br /&gt;
    %ticker = monthly_series(!i)&lt;br&gt;&lt;br /&gt;
    if %ticker = "" then&lt;br&gt;&lt;br /&gt;
        exitloop&lt;br&gt;&lt;br /&gt;
    endif&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
    pageselect monthly_data&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
    ' 2. Start the Retry Logic&lt;br&gt;&lt;br /&gt;
    !success = 0&lt;br&gt;&lt;br /&gt;
    !tries = 0&lt;br&gt;&lt;br /&gt;
    while !success = 0 and !tries &lt; 3&lt;br&gt;&lt;br /&gt;
        clearerrs ' Resets the @errorcount to 0&lt;br&gt;&lt;br /&gt;
        fetch(d=fred) {%ticker}&lt;br&gt;&lt;br /&gt;
        &lt;br&gt;&lt;br /&gt;
        if @errorcount = 0 then&lt;br&gt;&lt;br /&gt;
            !success = 1&lt;br&gt;&lt;br /&gt;
        else&lt;br&gt;&lt;br /&gt;
            !tries = !tries + 1&lt;br&gt;&lt;br /&gt;
            sleep(5000) &lt;br&gt;&lt;br /&gt;
        endif&lt;br&gt;&lt;br /&gt;
    wend&lt;br&gt;&lt;br /&gt;
    sleep(1000) &lt;br&gt;&lt;br /&gt;
next&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' 5. Restore normal error reporting&lt;br&gt;&lt;br /&gt;
logmode -error&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
And here are the contents of the log file:&lt;br&gt;&lt;br /&gt;
Database Error: FRED library error: 'Internal Server Error' in "FETCH(D=FRED) GS5" in TEST_MONTHLY_FETCH_04092026.PRG on line 45.&lt;br&gt;&lt;br /&gt;
Database Error: FRED library error: 'Internal Server Error' in "FETCH(D=FRED) CUUR0000SA0L2" in TEST_MONTHLY_FETCH_04092026.PRG on line 45.&lt;br&gt;&lt;br /&gt;
Database Error: FRED library error: 'Internal Server Error' in "FETCH(D=FRED) CPIHOSNS" in TEST_MONTHLY_FETCH_04092026.PRG on line 45.&lt;br&gt;&lt;br /&gt;
Database Error: FRED library error: 'Internal Server Error' in "FETCH(D=FRED) USPBS" in TEST_MONTHLY_FETCH_04092026.PRG on line 45.&lt;br&gt;&lt;br /&gt;
Database Error: FRED library error: 'Internal Server Error' in "FETCH(D=FRED) CPIHOSSL" in TEST_MONTHLY_FETCH_04092026.PRG on line 45.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
So, definitely, this is a FRED server(s) error.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
I think I've asked you this before, and if I remember right, you said there isn't an EViews command to close the FRED database. Is this still the case with version 14?</description>
                                  <pubDate>Thu, 09 Apr 2026 22:01:38 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22074#p71935</guid>		   					
                                      </item>
                                  <item>
                                  <title>Database Error: FRED library error: 'Internal Server Error' in "FETCH  ..."</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22074#p71934</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>Yep, we were able to replicate the error.  Unfortunately it seems like it is an error on FRED's side.  The internal server error is from their servers.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
I wrote a python script that fetches the same series from FRED using their API, and occasionally get the exact same errors.  It isn't an EViews issue, rather a FRED server stability issue.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Which, unfortunately, means there isn't a lot we can do about it on this end :/</description>
                                  <pubDate>Thu, 09 Apr 2026 21:16:52 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22074#p71934</guid>		   					
                                      </item>
                                  <item>
                                  <title>Database Error: FRED library error: 'Internal Server Error' in "FETCH  ..."</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22074#p71933</link>
                                  <dc:creator>rod_jensen</dc:creator>
                                  <description>ok, I've tried adding sleep() as follows, but still got this error:&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Database Error: FRED library error: 'Internal Server Error' in "FETCH CPIHOSNS" in MONTHLY_ECONOMIC_DATA_04072026.PRG on line 46.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Here's the list of FRED tickers in my "tickers_monthly.txt" file:&lt;br&gt;&lt;br /&gt;
indpro&lt;br&gt;&lt;br /&gt;
ipman&lt;br&gt;&lt;br /&gt;
unratensa&lt;br&gt;&lt;br /&gt;
unrate&lt;br&gt;&lt;br /&gt;
gs1m&lt;br&gt;&lt;br /&gt;
gs3m&lt;br&gt;&lt;br /&gt;
gs6m&lt;br&gt;&lt;br /&gt;
gs1&lt;br&gt;&lt;br /&gt;
gs2&lt;br&gt;&lt;br /&gt;
gs3&lt;br&gt;&lt;br /&gt;
gs5&lt;br&gt;&lt;br /&gt;
gs7&lt;br&gt;&lt;br /&gt;
gs10&lt;br&gt;&lt;br /&gt;
gs20&lt;br&gt;&lt;br /&gt;
gs30&lt;br&gt;&lt;br /&gt;
mcumfn&lt;br&gt;&lt;br /&gt;
tcu&lt;br&gt;&lt;br /&gt;
tb4wk&lt;br&gt;&lt;br /&gt;
cpiaucns&lt;br&gt;&lt;br /&gt;
cpiaucsl&lt;br&gt;&lt;br /&gt;
cpilegns&lt;br&gt;&lt;br /&gt;
cpilegsl&lt;br&gt;&lt;br /&gt;
cpiulfsl&lt;br&gt;&lt;br /&gt;
cpiulfns&lt;br&gt;&lt;br /&gt;
cpilfesl&lt;br&gt;&lt;br /&gt;
cpilfens&lt;br&gt;&lt;br /&gt;
cusr0000sa0l2&lt;br&gt;&lt;br /&gt;
cuur0000sa0l2&lt;br&gt;&lt;br /&gt;
cuur0000sac&lt;br&gt;&lt;br /&gt;
cusr0000sac&lt;br&gt;&lt;br /&gt;
cpiengsl&lt;br&gt;&lt;br /&gt;
cpiengns&lt;br&gt;&lt;br /&gt;
cpiufdns&lt;br&gt;&lt;br /&gt;
cpiufdsl&lt;br&gt;&lt;br /&gt;
cuur0000saf11&lt;br&gt;&lt;br /&gt;
cusr0000saf11&lt;br&gt;&lt;br /&gt;
cuur0000setb01&lt;br&gt;&lt;br /&gt;
cusr0000setb01&lt;br&gt;&lt;br /&gt;
cusr0000sah21&lt;br&gt;&lt;br /&gt;
cuur0000sah21&lt;br&gt;&lt;br /&gt;
cpihossl&lt;br&gt;&lt;br /&gt;
cpihosns&lt;br&gt;&lt;br /&gt;
cpimedns&lt;br&gt;&lt;br /&gt;
cpimedsl&lt;br&gt;&lt;br /&gt;
cusr0000setb&lt;br&gt;&lt;br /&gt;
cuur0000setb&lt;br&gt;&lt;br /&gt;
cuur0000seta&lt;br&gt;&lt;br /&gt;
cusr0000seta&lt;br&gt;&lt;br /&gt;
cusr0000seta01&lt;br&gt;&lt;br /&gt;
cuur0000seta01&lt;br&gt;&lt;br /&gt;
cusr0000san&lt;br&gt;&lt;br /&gt;
cuur0000san&lt;br&gt;&lt;br /&gt;
cusr0000saf115&lt;br&gt;&lt;br /&gt;
cuur0000saf115&lt;br&gt;&lt;br /&gt;
cuur0000sefv05&lt;br&gt;&lt;br /&gt;
cusr0000sefv05&lt;br&gt;&lt;br /&gt;
cuur0000seft&lt;br&gt;&lt;br /&gt;
cusr0000seft&lt;br&gt;&lt;br /&gt;
cusr0000sefv&lt;br&gt;&lt;br /&gt;
cuur0000sefv&lt;br&gt;&lt;br /&gt;
cuur0000sas&lt;br&gt;&lt;br /&gt;
cusr0000sas&lt;br&gt;&lt;br /&gt;
cusr0000sah1&lt;br&gt;&lt;br /&gt;
cuur0000sah1&lt;br&gt;&lt;br /&gt;
cpitrnns&lt;br&gt;&lt;br /&gt;
cpitrnsl&lt;br&gt;&lt;br /&gt;
cuur0000seta02&lt;br&gt;&lt;br /&gt;
cusr0000seta02&lt;br&gt;&lt;br /&gt;
mcoilbrenteu&lt;br&gt;&lt;br /&gt;
mcoilwtico&lt;br&gt;&lt;br /&gt;
dspi&lt;br&gt;&lt;br /&gt;
a229rc0&lt;br&gt;&lt;br /&gt;
fedfunds&lt;br&gt;&lt;br /&gt;
jtshil&lt;br&gt;&lt;br /&gt;
businv&lt;br&gt;&lt;br /&gt;
isratio&lt;br&gt;&lt;br /&gt;
lnu03023706&lt;br&gt;&lt;br /&gt;
lns13023706&lt;br&gt;&lt;br /&gt;
lnu03023622&lt;br&gt;&lt;br /&gt;
lns13023622&lt;br&gt;&lt;br /&gt;
lnu03026511&lt;br&gt;&lt;br /&gt;
lns13026511&lt;br&gt;&lt;br /&gt;
lnu03023654&lt;br&gt;&lt;br /&gt;
lns13023654&lt;br&gt;&lt;br /&gt;
ppiaco&lt;br&gt;&lt;br /&gt;
PAYEMS&lt;br&gt;&lt;br /&gt;
USPRIV&lt;br&gt;&lt;br /&gt;
USGOOD&lt;br&gt;&lt;br /&gt;
DMANEMP&lt;br&gt;&lt;br /&gt;
NDMANEMP&lt;br&gt;&lt;br /&gt;
CES0800000001&lt;br&gt;&lt;br /&gt;
USMINE&lt;br&gt;&lt;br /&gt;
USCONS&lt;br&gt;&lt;br /&gt;
MANEMP&lt;br&gt;&lt;br /&gt;
USWTRADE&lt;br&gt;&lt;br /&gt;
USTRADE&lt;br&gt;&lt;br /&gt;
CES4300000001&lt;br&gt;&lt;br /&gt;
CES4422000001&lt;br&gt;&lt;br /&gt;
USINFO&lt;br&gt;&lt;br /&gt;
USFIRE&lt;br&gt;&lt;br /&gt;
USPBS&lt;br&gt;&lt;br /&gt;
USEHS&lt;br&gt;&lt;br /&gt;
USLAH&lt;br&gt;&lt;br /&gt;
USSERV&lt;br&gt;&lt;br /&gt;
USGOVT&lt;br&gt;&lt;br /&gt;
M1SL&lt;br&gt;&lt;br /&gt;
M2SL&lt;br&gt;&lt;br /&gt;
CURRCIR&lt;br&gt;&lt;br /&gt;
CE16OV&lt;br&gt;&lt;br /&gt;
UNEMPLOY&lt;br&gt;&lt;br /&gt;
CLF16OV&lt;br&gt;&lt;br /&gt;
PCEPI&lt;br&gt;&lt;br /&gt;
PCEPILFE&lt;br&gt;&lt;br /&gt;
CPIFABSL&lt;br&gt;&lt;br /&gt;
CPIHOSSL&lt;br&gt;&lt;br /&gt;
CPIAPPSL&lt;br&gt;&lt;br /&gt;
CPITRNSL&lt;br&gt;&lt;br /&gt;
CPIMEDSL&lt;br&gt;&lt;br /&gt;
CPIRECSL&lt;br&gt;&lt;br /&gt;
CPIEDUSL&lt;br&gt;&lt;br /&gt;
CPIOGSSL&lt;br&gt;&lt;br /&gt;
PCEC96&lt;br&gt;&lt;br /&gt;
PPIFIS&lt;br&gt;&lt;br /&gt;
PPIDGS&lt;br&gt;&lt;br /&gt;
PPIDSS&lt;br&gt;&lt;br /&gt;
PPIDCS&lt;br&gt;&lt;br /&gt;
HPIPONM226S&lt;br&gt;&lt;br /&gt;
CUSR0000SAC&lt;br&gt;&lt;br /&gt;
CUSR0000SAS&lt;br&gt;&lt;br /&gt;
DSERRG3M086SBEA&lt;br&gt;&lt;br /&gt;
DGDSRG3M086SBEA&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
And here's a program which attempts to only load the monthly tickers from the tickers_monthly.txt file:&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Create the workfile container (no dated page yet)&lt;br&gt;&lt;br /&gt;
wfcreate(wf=Economic_Data_0402026) u 1&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Create data page per data periodicity (monthly)&lt;br&gt;&lt;br /&gt;
pagecreate(page=monthly_data) m 1919m1 2026m12&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Create an undated page for ticker import&lt;br&gt;&lt;br /&gt;
pagecreate(page=monthly_tickers_page) u 5000&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Switch to the undated ticker page&lt;br&gt;&lt;br /&gt;
pageselect monthly_tickers_page&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Import the monthly ticker list as alpha&lt;br&gt;&lt;br /&gt;
%file = "C:\Temp\tickers_monthly.txt"&lt;br&gt;&lt;br /&gt;
import(type=txt, colhead=none, name=series01, format=alpha) {%file}&lt;br&gt;&lt;br /&gt;
rename series01 monthly_series&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' This next section loops through each ticker series, fetches FRED time-series data per ticker, then places the data onto the associated data page&lt;br&gt;&lt;br /&gt;
' Open FRED once&lt;br&gt;&lt;br /&gt;
dbopen(type=fred)&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' MONTHLY TICKERS&lt;br&gt;&lt;br /&gt;
' Loop through the monthly tickers&lt;br&gt;&lt;br /&gt;
for !i = 1 to 5000&lt;br&gt;&lt;br /&gt;
    ' Go to monthly tickers page and read the i-th ticker&lt;br&gt;&lt;br /&gt;
    pageselect monthly_tickers_page&lt;br&gt;&lt;br /&gt;
    %ticker = monthly_series(!i)&lt;br&gt;&lt;br /&gt;
    if %ticker = "" then&lt;br&gt;&lt;br /&gt;
        exitloop&lt;br&gt;&lt;br /&gt;
    endif&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
    ' Go to monthly data page and fetch that ticker&lt;br&gt;&lt;br /&gt;
    pageselect monthly_data&lt;br&gt;&lt;br /&gt;
    fetch {%ticker}&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
    ' Include a sleep() statement &lt;br&gt;&lt;br /&gt;
    sleep(2000) ' 2 second pause&lt;br&gt;&lt;br /&gt;
next&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
pageselect monthly_data</description>
                                  <pubDate>Thu, 09 Apr 2026 20:00:58 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22074#p71933</guid>		   					
                                      </item>
                                  <item>
                                  <title>Database Error: FRED library error: 'Internal Server Error' in "FETCH  ..."</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22074#p71932</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>text file uploads didn't come though (that might be on our end - some server maintenance has disabled file uploads for the forum at the moment).&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
But I think perhaps you're just hitting FRED too quickly in succession.  Try putting some sleep commands in to slow down the hits.</description>
                                  <pubDate>Thu, 09 Apr 2026 17:21:21 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22074#p71932</guid>		   					
                                      </item>
                                  <item>
                                  <title>Database Error: FRED library error: 'Internal Server Error' in "FETCH  ..."</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22074#p71931</link>
                                  <dc:creator>rod_jensen</dc:creator>
                                  <description>ok, thank you. For testing purposes, I've attached these 6 text files:&lt;br&gt;&lt;br /&gt;
tickers_annual.txt&lt;br&gt;&lt;br /&gt;
tickers_bls_cpi_food.txt&lt;br&gt;&lt;br /&gt;
tickers_daily.txt&lt;br&gt;&lt;br /&gt;
tickers_monthly.txt&lt;br&gt;&lt;br /&gt;
tickers_quarterly.txt&lt;br&gt;&lt;br /&gt;
tickers_weekly.txt&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
And here is a skinnied-down version of the program:&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
'Date: Thurs. 4/9/2026&lt;br&gt;&lt;br /&gt;
' EViews 14 test program for fetching FRED data series&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Create the workfile container (no dated page yet)&lt;br&gt;&lt;br /&gt;
wfcreate(wf=Economic_Data_04082026) u 1&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Create data pages per data periodicity (daily, weekly, monthly, annual, etc.)&lt;br&gt;&lt;br /&gt;
pagecreate(page=daily_stock_indexes) d5 10/1/1928 12/31/2026&lt;br&gt;&lt;br /&gt;
pagecreate(page=daily_funds) d5 10/1/1928 12/31/2026&lt;br&gt;&lt;br /&gt;
pagecreate(page=daily_data) d5 1/3/1950 12/31/2026&lt;br&gt;&lt;br /&gt;
pagecreate(page=weekly_data) w 1/7/1967 12/31/2026&lt;br&gt;&lt;br /&gt;
pagecreate(page=monthly_data) m 1919m1 2026m12&lt;br&gt;&lt;br /&gt;
pagecreate(page=quarterly_data) q 1919q1 2026q4&lt;br&gt;&lt;br /&gt;
pagecreate(page=annual_data) a 1790 2026&lt;br&gt;&lt;br /&gt;
pagecreate(page=bls_cpi_food) m 1913m1 2026m12&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Create an undated page for ticker import&lt;br&gt;&lt;br /&gt;
pagecreate(page=tickers_page) u 5000&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Switch to the undated ticker page&lt;br&gt;&lt;br /&gt;
pageselect tickers_page&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Import the daily ticker list as alpha&lt;br&gt;&lt;br /&gt;
%file = "C:\Temp\tickers_daily.txt"&lt;br&gt;&lt;br /&gt;
import(type=txt, colhead=none, name=series01, format=alpha) {%file}&lt;br&gt;&lt;br /&gt;
rename series01 daily_series&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Import the weekly ticker list as alpha&lt;br&gt;&lt;br /&gt;
%file = "C:\Temp\tickers_weekly.txt"&lt;br&gt;&lt;br /&gt;
import(type=txt, colhead=none, name=series01, format=alpha) {%file}&lt;br&gt;&lt;br /&gt;
rename series01 weekly_series&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Import the monthly ticker list as alpha&lt;br&gt;&lt;br /&gt;
%file = "C:\Temp\tickers_monthly.txt"&lt;br&gt;&lt;br /&gt;
import(type=txt, colhead=none, name=series01, format=alpha) {%file}&lt;br&gt;&lt;br /&gt;
rename series01 monthly_series&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Import the quarterly ticker list as alpha&lt;br&gt;&lt;br /&gt;
%file = "C:\Temp\tickers_quarterly.txt"&lt;br&gt;&lt;br /&gt;
import(type=txt, colhead=none, name=series01, format=alpha) {%file}&lt;br&gt;&lt;br /&gt;
rename series01 quarterly_series&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Import the annual ticker list as alpha&lt;br&gt;&lt;br /&gt;
%file = "C:\Temp\tickers_annual.txt"&lt;br&gt;&lt;br /&gt;
import(type=txt, colhead=none, name=series01, format=alpha) {%file}&lt;br&gt;&lt;br /&gt;
rename series01 annual_series&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' Import the bls cpi food ticker list as alpha&lt;br&gt;&lt;br /&gt;
%file = "C:\Temp\tickers_bls_cpi_food.txt"&lt;br&gt;&lt;br /&gt;
import(type=txt, colhead=none, name=series01, format=alpha) {%file}&lt;br&gt;&lt;br /&gt;
rename series01 bls_cpi_food_series&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' This next section loops through each ticker series, fetches FRED time-series data per ticker, then places the data onto the associated data page&lt;br&gt;&lt;br /&gt;
' Open FRED once&lt;br&gt;&lt;br /&gt;
dbopen(type=fred)&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' DAILY TICKERS&lt;br&gt;&lt;br /&gt;
' Loop through the daily tickers&lt;br&gt;&lt;br /&gt;
for !i = 1 to 5000&lt;br&gt;&lt;br /&gt;
    ' Go to tickers page and read the i-th ticker&lt;br&gt;&lt;br /&gt;
    pageselect tickers_page&lt;br&gt;&lt;br /&gt;
    %ticker = daily_series(!i)&lt;br&gt;&lt;br /&gt;
    if %ticker = "" then&lt;br&gt;&lt;br /&gt;
        exitloop&lt;br&gt;&lt;br /&gt;
    endif&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
    ' Go to daily data page and fetch that ticker&lt;br&gt;&lt;br /&gt;
    pageselect daily_data&lt;br&gt;&lt;br /&gt;
    fetch {%ticker}&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
next&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' WEEKLY TICKERS&lt;br&gt;&lt;br /&gt;
' Loop through the weekly tickers&lt;br&gt;&lt;br /&gt;
for !i = 1 to 5000&lt;br&gt;&lt;br /&gt;
    ' Go to tickers page and read the i-th ticker&lt;br&gt;&lt;br /&gt;
    pageselect tickers_page&lt;br&gt;&lt;br /&gt;
    %ticker = weekly_series(!i)&lt;br&gt;&lt;br /&gt;
    if %ticker = "" then&lt;br&gt;&lt;br /&gt;
        exitloop&lt;br&gt;&lt;br /&gt;
    endif&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
    ' Go to daily data page and fetch that ticker&lt;br&gt;&lt;br /&gt;
    pageselect weekly_data&lt;br&gt;&lt;br /&gt;
    fetch {%ticker}&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
next&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' MONTHLY TICKERS&lt;br&gt;&lt;br /&gt;
' Loop through the monthly tickers&lt;br&gt;&lt;br /&gt;
for !i = 1 to 5000&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
    ' Go to tickers page and read the i-th ticker&lt;br&gt;&lt;br /&gt;
    pageselect tickers_page&lt;br&gt;&lt;br /&gt;
    %ticker = monthly_series(!i)&lt;br&gt;&lt;br /&gt;
    if %ticker = "" then&lt;br&gt;&lt;br /&gt;
        exitloop&lt;br&gt;&lt;br /&gt;
    endif&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
    ' Go to monthly page and fetch that ticker&lt;br&gt;&lt;br /&gt;
    pageselect monthly_data&lt;br&gt;&lt;br /&gt;
    fetch {%ticker}&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
next&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' QUARTERLY TICKERS&lt;br&gt;&lt;br /&gt;
' Loop through the quarterly tickers&lt;br&gt;&lt;br /&gt;
for !i = 1 to 5000&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
    ' Go to tickers page and read the i-th ticker&lt;br&gt;&lt;br /&gt;
    pageselect tickers_page&lt;br&gt;&lt;br /&gt;
    %ticker = quarterly_series(!i)&lt;br&gt;&lt;br /&gt;
    if %ticker = "" then&lt;br&gt;&lt;br /&gt;
        exitloop&lt;br&gt;&lt;br /&gt;
    endif&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
    ' Go to annual page and fetch that ticker&lt;br&gt;&lt;br /&gt;
    pageselect quarterly_data&lt;br&gt;&lt;br /&gt;
    fetch {%ticker}&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
next&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' ANNUAL TICKERS&lt;br&gt;&lt;br /&gt;
' Loop through the annual tickers&lt;br&gt;&lt;br /&gt;
for !i = 1 to 5000&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
    ' Go to tickers page and read the i-th ticker&lt;br&gt;&lt;br /&gt;
    pageselect tickers_page&lt;br&gt;&lt;br /&gt;
    %ticker = annual_series(!i)&lt;br&gt;&lt;br /&gt;
    if %ticker = "" then&lt;br&gt;&lt;br /&gt;
        exitloop&lt;br&gt;&lt;br /&gt;
    endif&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
    ' Go to annual page and fetch that ticker&lt;br&gt;&lt;br /&gt;
    pageselect annual_data&lt;br&gt;&lt;br /&gt;
    fetch {%ticker}&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
next&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
' BLS CPI FOOD TICKERS (tracking food inflation in djt's 2nd admin)&lt;br&gt;&lt;br /&gt;
' Loop through the bls cpi food tickers&lt;br&gt;&lt;br /&gt;
for !i = 1 to 5000&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
    ' Go to tickers page and read the i-th ticker&lt;br&gt;&lt;br /&gt;
    pageselect tickers_page&lt;br&gt;&lt;br /&gt;
    %ticker = bls_cpi_food_series(!i)&lt;br&gt;&lt;br /&gt;
    if %ticker = "" then&lt;br&gt;&lt;br /&gt;
        exitloop&lt;br&gt;&lt;br /&gt;
    endif&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
    ' Go to bls cpi food data page and fetch that ticker&lt;br&gt;&lt;br /&gt;
    pageselect bls_cpi_food&lt;br&gt;&lt;br /&gt;
    fetch {%ticker}&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
next&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
The first time I attempted to run it this morning (in Quiet mode), I got this error message:&lt;br&gt;&lt;br /&gt;
Database Error: FRED library error: 'Internal Server Error' in "FETCH CC4WSA" on line 98.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
The second time I attempted to run it this morning (in Quiet mode), I got this error message:&lt;br&gt;&lt;br /&gt;
Database Error: FRED library error: 'Internal Server Error' in "FETCH DGS10" on line 82.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
The third time I attempted to run it this morning (in Verbose mode), I got this error message:&lt;br&gt;&lt;br /&gt;
Database Error: FRED library error: 'Internal Server Error' in "FETCH WGS3MO" on line 98.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
The fourth time I attempted to run it this morning (in Verbose mode), I got this error message:&lt;br&gt;&lt;br /&gt;
Database Error: FRED library error: 'Internal Server Error' in "FETCH WGS7YR" on line 98.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
After these 4 failures, I launched a new instance of EViews 14, opened a new program window, copy/pasted the above program into it, and attempted to process in Quiet mode. And I got this error message:&lt;br&gt;&lt;br /&gt;
Database Error: FRED library error: 'Internal Server Error' in "FETCH DGS1" on line 82.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Then I attempted the program in Verbose mode, and got this error message:&lt;br&gt;&lt;br /&gt;
Database Error: FRED library error: 'Internal Server Error' in "FETCH LNS13026511" on line 115.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
In general, this "Database Error: FRED library error: 'Internal Server Error' in ..." seems to occur randomly, and doesn't appear to be associated to any one FRED ticker or any single line in the program. I don't know what's going on with it. This has been occurring for a couple weeks now. Prior to this program (which loops through a text file containing FRED tickers), I had a program similar to your test instance which called each periodicity (daily, weekly, monthly, etc.) in one big FETCH statement, like this:&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
dbopen(type=fred)&lt;br&gt;&lt;br /&gt;
pageselect daily_data&lt;br&gt;&lt;br /&gt;
fetch dgs1mo dgs3mo dgs6mo dgs1 dgs2 dgs3 dgs5 dgs7 dgs10 dgs20 dgs30 dtb4wk dcoilbrenteu dcoilwtico dff&lt;br&gt;&lt;br /&gt;
pageselect weekly_data&lt;br&gt;&lt;br /&gt;
fetch wgs1mo wgs3mo wgs6mo wgs1yr wgs2yr wgs3yr wgs5yr wgs7yr wgs10yr wgs20yr wgs30yr icsa icnsa cc4wsa ic4wsa ccnsa ccsa wtb4wk wcoilbrenteu wcoilwtico ff wei&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
so on and so forth, but it, too, is randomly failing with the same type of error message.</description>
                                  <pubDate>Thu, 09 Apr 2026 16:26:38 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22074#p71931</guid>		   					
                                      </item>
                                  <item>
                                  <title>Database Error: FRED library error: 'Internal Server Error' in "FETCH  ..."</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22074#p71930</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>No issues here.  We might need more details.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
&lt;img src="https://i.imgur.com/8qh1VjR.png" class="postimage" alt="Image"&gt;</description>
                                  <pubDate>Wed, 08 Apr 2026 00:07:43 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22074#p71930</guid>		   					
                                      </item>
                                  <item>
                                  <title>Forecast standard errors are currently only available for non-Bayesian VARs, and are computed via simulation.</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=4&amp;t=22073#p71929</link>
                                  <dc:creator>EViews Kai</dc:creator>
                                  <description>Hi Alfred,&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Here are the revised steps. Note that step 4 is different from my previous post. If you have to go through these steps multiple times, you may want to write a program (or programs) to automate as much of this process as you can. Please check the command capture window for guidance.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
1. In the forecast dialog, enter a name for the new page containing your draws in the edit field under "Store each simulation in page (optional)".&lt;br&gt;&lt;br /&gt;
2. Go to your workfile and switch over to the page containing your draws.&lt;br&gt;&lt;br /&gt;
3. Open the forecast series of interest and go to View &gt; Descriptive Stats &amp; Tests &gt; Stats by Classification....&lt;br&gt;&lt;br /&gt;
4. Enter "dateid" in the edit field under "Series / Group for classify" and uncheck both checkboxes inside the "Group into bins if" group. Uncheck the checkboxes under "Table Display" in the "Output layout" group.&lt;br&gt;&lt;br /&gt;
5. Make sure that the checkbox next to "Std. Dev." is checked. You may also want to check the box next to "Median" if you're using the posterior median as your point forecast so that you can see point estimates next to your standard deviations.&lt;br&gt;&lt;br /&gt;
6. Click OK.&lt;br&gt;&lt;br /&gt;
7. Select everything within the top and the bottom borders of the table body, including the header row.&lt;br&gt;&lt;br /&gt;
8. Right-click inside the series object window and select "Save table to disk...".&lt;br&gt;&lt;br /&gt;
9. Set "file name/path". Set "Range" to "Selection" inside the "Options" group. Set "Number format" to "Full precision" in the "Numbers" group. Click OK.&lt;br&gt;&lt;br /&gt;
10. In your workfile, switch back to the original page.&lt;br&gt;&lt;br /&gt;
11. Drag and drop the saved table file into your workfile. You can either immediately click on Finish or step through the dialog and make changes as you see fit, e.g., renaming the series being imported.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Best,&lt;br&gt;&lt;br /&gt;
Kai</description>
                                  <pubDate>Tue, 07 Apr 2026 22:46:06 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=4&amp;t=22073#p71929</guid>		   					
                                      </item>
                                  <item>
                                  <title>Database Error: FRED library error: 'Internal Server Error' in "FETCH  ..."</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22074#p71928</link>
                                  <dc:creator>rod_jensen</dc:creator>
                                  <description>Dear EViews:&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
I keep getting an error along these lines when executing an EViews program against the FRED database (using FETCH). The error always reads something like this (regardless of when/where in the series FETCH process it occurs):&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Database Error: FRED library error: 'Internal Server Error' in "FETCH ..."&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Here's an instance of an entire error message of this nature I got earlier this afternoon:&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Database Error: FRED library error: 'Internal Server Error' in "FETCH IPMAN" in MONTHLY_ECONOMIC_DATA_04072026.PRG on line 46.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
This error type (though not necessarily with the same FRED series) has been happening continuously, now, for some 5 to 6 days, maybe more.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Are you folks there at EViews seeing this, too, and do you possibly have an explanation and a solution for it?&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Thanks very much,&lt;br&gt;&lt;br /&gt;
Rod Jensen&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
P.S. I'm happy to provide you with an instance of a program in which the error occurs, if you might need it.</description>
                                  <pubDate>Tue, 07 Apr 2026 22:20:14 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22074#p71928</guid>		   					
                                      </item>
                                  <item>
                                  <title>Forecast standard errors are currently only available for non-Bayesian VARs, and are computed via simulation.</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=4&amp;t=22073#p71927</link>
                                  <dc:creator>akoh</dc:creator>
                                  <description>Hi Kai,&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Thanks for your help! After i have carried out the steps and gotten the stats table for mean, median and std deviation, how do i save those 3 columns as new series please? i wish to do some calculations on those new series&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Thanks again!&lt;br&gt;&lt;br /&gt;
Alfred</description>
                                  <pubDate>Tue, 07 Apr 2026 06:03:40 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=4&amp;t=22073#p71927</guid>		   					
                                      </item>
                                  <item>
                                  <title>quantile nonlinear ardl - bounds testing procedure and critical values</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=8&amp;t=22072#p71926</link>
                                  <dc:creator>gberts</dc:creator>
                                  <description>Hello Mirza,&lt;br&gt;&lt;br /&gt;
Thank you for your reply and for your interest in our work.&lt;br&gt;&lt;br /&gt;
Please let me know if you need any further information.&lt;br&gt;&lt;br /&gt;
Best regards,&lt;br&gt;&lt;br /&gt;
George</description>
                                  <pubDate>Mon, 06 Apr 2026 11:46:12 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=8&amp;t=22072#p71926</guid>		   					
                                      </item>
                                  <item>
                                  <title>Eviews 14 crash when using pagesave with byrow option</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22059#p71925</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>Bug found and resolved, will make the next EV14 patch.</description>
                                  <pubDate>Thu, 02 Apr 2026 15:40:16 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22059#p71925</guid>		   					
                                      </item>
                                  <item>
                                  <title>quantile nonlinear ardl - bounds testing procedure and critical values</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=8&amp;t=22072#p71924</link>
                                  <dc:creator>EViews Mirza</dc:creator>
                                  <description>Hi Georgios,&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Thank you for your detailed note and for drawing attention to your recent contributions.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
We appreciate the effort that has gone into this work, as well as the availability of the associated code. These are very useful. We will review the papers and code carefully as we consider a possible implementation in a future EViews release.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Kind regards,&lt;br&gt;&lt;br /&gt;
Mirza</description>
                                  <pubDate>Thu, 02 Apr 2026 15:20:23 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=8&amp;t=22072#p71924</guid>		   					
                                      </item>
                                  <item>
                                  <title>Forecast standard errors are currently only available for non-Bayesian VARs, and are computed via simulation.</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=4&amp;t=22073#p71923</link>
                                  <dc:creator>EViews Kai</dc:creator>
                                  <description>Hi,&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
You can output posterior draws for the forecast into a new page and compute any posterior quantities of interest there.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
In your case, to get posterior standard deviation on BVAR forecasts:&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
1. In the forecast dialog, enter a name for the new page containing your draws in the edit field under "Store each simulation in page (optional)".&lt;br&gt;&lt;br /&gt;
2. Go to your workfile and switch over to the page containing your draws.&lt;br&gt;&lt;br /&gt;
3. Open the forecast series of interest and go to View &gt; Descriptive Stats &amp; Tests &gt; Stats by Classification....&lt;br&gt;&lt;br /&gt;
4. Enter "dateid" in the edit field under "Series /Group for classify" and uncheck both checkboxes inside the "Group into bins if" group.&lt;br&gt;&lt;br /&gt;
5. Make sure that the checkbox next to "Std. Dev." is checked. You may also want to check the box next to "Median" if you're using the posterior median as your point forecast so that you can see point estimates next to your standard deviations.&lt;br&gt;&lt;br /&gt;
6. Click OK.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Hope this helps.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Best,&lt;br&gt;&lt;br /&gt;
Kai</description>
                                  <pubDate>Wed, 01 Apr 2026 22:31:36 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=4&amp;t=22073#p71923</guid>		   					
                                      </item>
                                  <item>
                                  <title>Eviews 14 crash when using pagesave with byrow option</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22059#p71922</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>As an aside, the test program I wrote also crashes EViews 12 (which isn't great either!).&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]close @wf&lt;br /&gt;
wfcreate m 1990 2025&lt;br /&gt;
for !i=1 to 160000&lt;br /&gt;
series x!i=@nrnd&lt;br /&gt;
next&lt;br /&gt;
wfsave(type=excelxml) testfile.xlsx byrow=true[/code]&lt;/code&gt;&lt;/div&gt;</description>
                                  <pubDate>Wed, 01 Apr 2026 15:33:38 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22059#p71922</guid>		   					
                                      </item>
                                  <item>
                                  <title>Eviews 14 crash when using pagesave with byrow option</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22059#p71921</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>Confirmed, we'll take a look</description>
                                  <pubDate>Wed, 01 Apr 2026 15:20:36 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22059#p71921</guid>		   					
                                      </item>
                                  <item>
                                  <title>Eviews 14 crash when using pagesave with byrow option</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=9&amp;t=22059#p71919</link>
                                  <dc:creator>scotty_mac</dc:creator>
                                  <description>Hi team,&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Similar to this issue.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
I am having a bit of trouble with pagesave and wfsave. I've recently upgraded from Eviews 12 to Eviews 14. In Eviews 12 i used to be able use either command to export tens of thousands of series, but in Eviews 14 the limit is about 15,000. If i try to export any more than that, Eviews closes without error. Below is an example of the type of code:&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
pagesave(type=excelxml, mode=update) %file range="DATA!A3" byrow=true @keep *&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
FYI i've tried creating fresh Excel spreadsheets and the like but i still seem to come up against the same issue and even with different permutations of the code (removing mode=update for example). Any ideas how to remedy this? A lot of my colleagues are experiencing the same issue.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Thanks&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Scott</description>
                                  <pubDate>Wed, 01 Apr 2026 09:01:11 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=9&amp;t=22059#p71919</guid>		   					
                                      </item>
                                  <item>
                                  <title>Forecast standard errors are currently only available for non-Bayesian VARs, and are computed via simulation.</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=4&amp;t=22073#p71918</link>
                                  <dc:creator>akoh</dc:creator>
                                  <description>Hi community, does anyone have any idea how i can calculate forecast standard errors please for a bayesian var? thanks</description>
                                  <pubDate>Wed, 01 Apr 2026 06:00:35 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=4&amp;t=22073#p71918</guid>		   					
                                      </item>
                                  <item>
                                  <title>quantile nonlinear ardl - bounds testing procedure and critical values</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=8&amp;t=22072#p71917</link>
                                  <dc:creator>gberts</dc:creator>
                                  <description>Dear EViews community, &lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Several interesting new features have been added to the 14th version of the software, and hopefully more will be added in future versions.&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
After watching a video about the quantile ARDL model (QARDL) on the official YouTube channel (see link here &lt;a href="https://www.youtube.com/watch?v=VlSRrT0ppPQ&amp;t=274s&amp;ab_channel=EViews&amp;t=4m33s" class="postlink"&gt;https://www.youtube.com/watch?v=VlSRrT0 ... ws&amp;t=4m33s&lt;/a&gt;: 4m, 33s), one can realize that the asymptotic critical values of Pesaran, Shin and Smith (2001, PSS) are reported for the bounds testing procedure (BTP) of QARDLs. However, those asymptotic [sample of &lt;em&gt;T&lt;/em&gt; = 1000] critical values by PSS are valid only a. for (N)ARDL models estimated with OLS, and b. when the estimation sample is large. &lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Bertsatos, Sakellaris and Tsionas (2022) show that new critical values are required for the BTP of quantile (nonlinear) ARDL -Q(N)ARDL- models and provide EViews codes that generate new critical values up to 13 regressors. As a result, using the PSS critical values for the BTP in quantile-based error-correction models is misleading. We provide EViews codes in the supplementary material of the paper, and such codes generate critical values for 11 cases [5 standard Cases I-V as in PSS, and 6 new Cases VI-XI with linear and quadratic trend] and for user-selected number of observations. We further provide codes for generating critical values for interdecile and interquartile BTP for 3 cases [Case III, V, XI] to explore whether there is evidence of time-varying estimates or quantile-dependent co-integration.&lt;br&gt;&lt;br /&gt;
 &lt;br&gt;&lt;br /&gt;
Indicatively, one suggestion for the EViews Team could be the following: instead of reporting the asymptotic critical values of PSS [&lt;em&gt;T&lt;/em&gt; = 1000], you could run our code for &lt;em&gt;T&lt;/em&gt; = 1000 and standard tau values [e.g. for the 9 deciles, or &lt;em&gt;τ&lt;/em&gt; = 0.25 and &lt;em&gt;τ&lt;/em&gt; = 0.75] and use these values in the EViews output of QARDL BTP. &lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Next, Bertsatos, Sakellaris and Tsionas (2023) propose a panel bounds testing procedure for dynamic fixed effects (DFE) models in large panel datasets, extending PSS (2001) and BST (2022), and provide an EViews code in the Appendix of the paper. This code generates &lt;em&gt;sample-specific&lt;/em&gt; and &lt;em&gt;lag-specific&lt;/em&gt; critical values for 11 Cases and up to 13 regressors. Specifically, the user can select the number of cross sections [&lt;em&gt;N&lt;/em&gt; = 1 indicates time-series and can be seen as an extension of the previous BST codes] and time periods, the number of regressors and number of lags in the estimated (N)ARDL, the distribution of the error term, and the number of simulations [default and minimum number is 2000]. &lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
I hope that EViews users and developers will find our papers useful for future projects and papers, as well as for incorporating new features of the ARDL model family into EViews. &lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Kind regards, &lt;br&gt;&lt;br /&gt;
Georgios Bertsatos &lt;br&gt;&lt;br /&gt;
Research Fellow at the Centre of Planning and Economic Research (KEPE), Athens, Greece &lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
&lt;strong&gt;References&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Pesaran, M.H., Shin Y., &amp; Smith, R.J. (2001). Bounds testing approaches to the analysis of level relationships. &lt;em&gt;Journal of Applied Econometrics&lt;/em&gt;, &lt;em&gt;16&lt;/em&gt;(1), 289-326.  &lt;a href="https://doi.org/10.1002/jae.616" class="postlink"&gt;https://doi.org/10.1002/jae.616&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Bertsatos, G., Sakellaris, P. &amp; Tsionas, M.G. (2022a). Extensions of the Pesaran, Shin and Smith (2001) bounds testing procedure. &lt;em&gt;Empirical Economics&lt;/em&gt;, &lt;em&gt;62&lt;/em&gt;, 605-634.  &lt;a href="https://doi.org/10.1007/s00181-021-02041-3" class="postlink"&gt;https://doi.org/10.1007/s00181-021-02041-3&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Bertsatos, G., Sakellaris, P. &amp; Tsionas, M.G. (2022b). Correction to: Extensions of the Pesaran, Shin and Smith (2001) bounds testing procedure. &lt;em&gt;Empirical Economics&lt;/em&gt;, &lt;em&gt;62&lt;/em&gt;, 635.  &lt;a href="https://doi.org/10.1007/s00181-021-02085-5" class="postlink"&gt;https://doi.org/10.1007/s00181-021-02085-5&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Bertsatos, G., Sakellaris, P., &amp; Tsionas, M. (2023). A Panel Bounds Testing Procedure. &lt;em&gt;Theoretical Economics Letters&lt;/em&gt;, &lt;em&gt;13&lt;/em&gt;(7).  &lt;a href="https://doi.org/10.4236/tel.2023.137102" class="postlink"&gt;https://doi.org/10.4236/tel.2023.137102&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;</description>
                                  <pubDate>Mon, 30 Mar 2026 16:13:51 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=8&amp;t=22072#p71917</guid>		   					
                                      </item>
                                  <item>
                                  <title>EViews 14 spool: command for “Use Display Names in Tree” (not just output)?</title>
                                  <link>https://forums.eviews.com/viewtopic.php?f=5&amp;t=22070#p71915</link>
                                  <dc:creator>EViews Gareth</dc:creator>
                                  <description>&lt;div class="codebox"&gt;&lt;p&gt;Code: &lt;/p&gt;&lt;code&gt;[code]&lt;br /&gt;
myspool.options treedisplaynames&lt;br /&gt;
[/code]&lt;/code&gt;&lt;/div&gt;</description>
                                  <pubDate>Thu, 26 Mar 2026 18:19:05 GMT</pubDate>
                            	    <guid isPermaLink="true">https://forums.eviews.com/viewtopic.php?f=5&amp;t=22070#p71915</guid>		   					
                                      </item></channel></rss>