Page 1 of 1

overwrite command in append spool

Posted: Tue May 04, 2021 9:53 am
by adarshad
I think the code should overwrite the object in spool but it errs

Code: Select all

A_COINT1 already exists in the destination spool in "DO_ SPOOLCA.APPEND(NAME=A_COINT1, MODE=OVERWRITE) A_COINT1".
can somebody suggest anything?

Re: overwrite command in append spool

Posted: Tue May 04, 2021 10:00 am
by EViews Gareth

Code: Select all

wfcreate u 100 spool spoolca series y=nrnd spoolca.append(name=A_COINT1) y.sheet spoolca.append(name=A_COINT1, mode=overwrite) y.sheet
Seems to work just fine.