Search found 14 matches

by fhespeler
Wed Nov 23, 2022 8:04 am
Forum: Programming
Topic: Problem with maximally allowed # of observations
Replies: 1
Views: 837

Problem with maximally allowed # of observations

Is there a way to increase the maximally allowed number of observations to more than 120mn on a system using EVIEWS 12 64-bit? thanks for your reply, frank
by fhespeler
Mon Nov 29, 2021 8:37 am
Forum: Bug Reports
Topic: Eviews 12 @cor function problem
Replies: 1
Views: 8059

Eviews 12 @cor function problem

Dear all, when calling upon @cor to compute the correlation between two different time series in a code which worked - and still works - in Eviews 10, Eviews 12 produces the following error message "Operation requires a matrix or vector in "SCALAR CORR_!III = @COR(@LAG(CET1_BD_CN,0),CET1_B...
by fhespeler
Tue Apr 02, 2019 7:32 am
Forum: Programming
Topic: pagesave with mode=update does not work
Replies: 4
Views: 3683

Re: pagesave with mode=update does not work

Your testfile worked perfectly. It first produced a file with entries "hello" and then overwrote this with entries "world".
by fhespeler
Tue Apr 02, 2019 6:24 am
Forum: Programming
Topic: pagesave with mode=update does not work
Replies: 4
Views: 3683

Re: pagesave with mode=update does not work

The first command did not produce any saving results. Could it be that's due to the target file containing EXCEL Bloomberg formulas in another sheet than the target sheet?
by fhespeler
Mon Apr 01, 2019 2:55 pm
Forum: Programming
Topic: pagesave with mode=update does not work
Replies: 4
Views: 3683

pagesave with mode=update does not work

Dear all, I attempt to save a alpha series via the command pagesave(type=excelxml,mode=update) "C:\Users\fhespeler\Desktop\blhelp.xlsx" range="ticker!B1" @keep ticker but is does not work. I checked for the existence of the file via @fileexist("C:\Users\fhespeler\Desktop\blh...
by fhespeler
Fri Mar 29, 2019 1:29 pm
Forum: Programming
Topic: bulk data field download from Bloomberg
Replies: 2
Views: 2945

Re: bulk data field download from Bloomberg

A concrete example would be

fetch(d=bloomberg,link) vwehx us equity hb_rating_class_allocation

The field hb_rating_class_allocation is a bulk data field including two different subfields.

thanks for considering to resolve.
by fhespeler
Thu Mar 28, 2019 1:48 pm
Forum: Programming
Topic: bulk data field download from Bloomberg
Replies: 2
Views: 2945

bulk data field download from Bloomberg

Hi, I am wondering whether there is the possibility to load information from bulk data fields from Bloomberg. So far when I attempt to do this via a fetch command I get the error message "Database Error: Bloomberg library error: 'Bloomberglp.Blpapi.InvalidConversionException: Cannot convert SEQ...
by fhespeler
Fri Aug 19, 2016 11:19 am
Forum: Programming
Topic: Replacement in for loop works on only in first step
Replies: 5
Views: 4309

Re: Replacement in for loop works on only in first step

thanks (submitted too early)
by fhespeler
Fri Aug 19, 2016 11:18 am
Forum: Programming
Topic: Replacement in for loop works on only in first step
Replies: 5
Views: 4309

Re: Replacement in for loop works on only in first step

I wanted to avoid a if structure implying replication of the same code in both branches, as I would use the flexible step variable for various loops of VAR models using different sets of inputs for endogenous and exogenous variables in order to have robustness tests automatised and results saved dow...
by fhespeler
Fri Aug 19, 2016 10:40 am
Forum: Programming
Topic: Replacement in for loop works on only in first step
Replies: 5
Views: 4309

Re: Replacement in for loop works on only in first step

So there is no chance to have a for loop with flexible names for the step variable and flexible lists through which the step variable runs?
by fhespeler
Fri Aug 19, 2016 9:10 am
Forum: Programming
Topic: Replacement in for loop works on only in first step
Replies: 5
Views: 4309

Replacement in for loop works on only in first step

Dear all, I have program which is supposed to loop through a really big for loop (start and end highlighted in color and bold script) using in each step new input to open a new workfile, computing results and saving the results at the end of the step in predetermined folders, after that the loop wou...
by fhespeler
Thu Jul 07, 2016 6:40 am
Forum: Programming
Topic: illegal or reserved name
Replies: 4
Views: 5144

Re: illegal or reserved name

Ah -that clarifies. many thanks, indeed adding a letter to the object names solves the problem. many thanks again.
by fhespeler
Thu Jul 07, 2016 6:35 am
Forum: Programming
Topic: illegal or reserved name
Replies: 4
Views: 5144

Re: illegal or reserved name

Dear Gareth many thanks, I just wonder - I used the same for loop in other codes and it always worked fine with the names denoting different sheets:are sheets no objects in EVIEWS - just curious?
by fhespeler
Thu Jul 07, 2016 3:21 am
Forum: Programming
Topic: illegal or reserved name
Replies: 4
Views: 5144

illegal or reserved name

Dear forum, when executing the following program: pagecreate(id,page=type1_type2) @date @srcpage mod_10_l3_m0 scalar nom = 22 !modnumber = 0 table(40+3,5*2*nom) type1type2 for %temp mod_10_l2 mod_10e_l2 mod_0_l2 mod_10_o36_l2 mod_9_l2 mod_9e_l2 3per_l2 3perasy_l2 5per_l2 5perasy_l2 2mom_l2 mod_10_l3...

Go to advanced search