WFCREATE two pages + copy variables between WF-pages

For questions regarding the import, export and manipulation of data in EViews, including graphing and basic statistics.

Moderators: EViews Gareth, EViews Steve, EViews Moderator, EViews Jason

Kavorka
Posts: 47
Joined: Mon Nov 30, 2009 6:06 am

WFCREATE two pages + copy variables between WF-pages

Postby Kavorka » Mon Apr 11, 2016 5:39 pm

Hi!

Code: Select all

WFCREATE(WF=Testing, page=page_A) U 1000 genr y = nrnd
gives us the page_A with the variable y

However, if I both want both page_A and page_B to be created, what syntax should I type? This does obviously not work but it gives you the idea:

Code: Select all

WFCREATE(WF=Testing, page=page_A, page = page_B) U 1000
Moreover, when I have created both the pages:

page_A and page_B

how do I copy the variable y from page_A to page_B?

For certain reasons I do only want to use syntax.

Thanks!
/P

trubador
Did you use forum search?
Posts: 1520
Joined: Thu Nov 20, 2008 12:04 pm

Re: WFCREATE two pages + copy variables between WF-pages

Postby trubador » Tue Apr 12, 2016 12:26 am

However, if I both want both page_A and page_B to be created, what syntax should I type? This does obviously not work but it gives you the idea:

Code: Select all

WFCREATE(WF=Testing, page=page_A, page = page_B) U 1000
Not at the same time. You need to create page B separately.
Moreover, when I have created both the pages:
page_A and page_B
how do I copy the variable y from page_A to page_B?
For certain reasons I do only want to use syntax.
Thanks!
/P
Then it is time for you to have a look at the manual.


Return to “Data Manipulation”

Who is online

Users browsing this forum: No registered users and 2 guests