Page 1 of 1

Multiple workfile pages

Posted: Mon Nov 11, 2013 8:52 am
by Karl1
What is the command for creating a multiple page workfile? I use the following for creating a workfile with one single page:

Code: Select all

%date = "111113" wfCREATE(wf=%date, page= Page1) Q 1972 2025
How should the above command be changed when one wish to make an additional page "Page2" with annual frequency?

Re: Multiple workfile pages

Posted: Mon Nov 11, 2013 9:05 am
by EViews Gareth
Use the pagecreate command to create further pages.

Re: Multiple workfile pages

Posted: Tue Nov 12, 2013 12:37 am
by Karl1
Thank you!