Page 1 of 1

Assign new @enddate to dated panel workfile programmatically

Posted: Mon Mar 27, 2017 8:11 am
by LoveNerd
I imagine there's a simple way to program this (say, to extend a workfile containing data through 2015 to contain blank cells through 2018) without using the proc menu, but I wasn't sure how to do it. Any help you can provide would be great; thanks!

Re: Assign new @enddate to dated panel workfile programmatically

Posted: Mon Mar 27, 2017 8:15 am
by EViews Gareth

Code: Select all

pagestruct(end="newenddate")

Re: Assign new @enddate to dated panel workfile programmatically

Posted: Mon Mar 27, 2017 8:18 am
by LoveNerd
Thanks!