@keep issue after uprgrading to Eviews 13
Posted: Tue Mar 21, 2023 3:01 pm
I am receiving this error:
" Unable to allocate memory for working array in "PAGESAVE
(TYPE="EXCELXML",MODE=UPDATE) "C:\DATA\EVIEWSTESTING
\PEAP\EXCELPEAP\EXCELPEAP.XLSX" RANGE="SOURCES!B1"
@KEEP S311022F" in EXCELPEAP.PRG on line 160."
and it happens kind of randomly in my program for lines of code such as
pagesave(type="excelxml",mode=update) {%y}\PEAPVars.xlsx range="Decisions_Input!a5" @keep @date mnemonics
pagesave(type="excelxml",mode=update) %excelfilename range="current_forecast!a1" @keep @date mnemonics
the main issue is that I did not run into this issue when running this code on eviews 12
wondering if there is a memory setting or workaround to avoid this
" Unable to allocate memory for working array in "PAGESAVE
(TYPE="EXCELXML",MODE=UPDATE) "C:\DATA\EVIEWSTESTING
\PEAP\EXCELPEAP\EXCELPEAP.XLSX" RANGE="SOURCES!B1"
@KEEP S311022F" in EXCELPEAP.PRG on line 160."
and it happens kind of randomly in my program for lines of code such as
pagesave(type="excelxml",mode=update) {%y}\PEAPVars.xlsx range="Decisions_Input!a5" @keep @date mnemonics
pagesave(type="excelxml",mode=update) %excelfilename range="current_forecast!a1" @keep @date mnemonics
the main issue is that I did not run into this issue when running this code on eviews 12
wondering if there is a memory setting or workaround to avoid this