Page 1 of 1

programming commands for structuring panel workfil

Posted: Tue Mar 10, 2015 7:40 am
by EviewsUser1
I am writing a program to analize panel dataset. I was planning to read the data in as an unstructured dataset and then create a dated balanced panel. My cross section identiyer is "id" and my time identifier is "per." I can do this with proc menue but I would like to write code to set the cross section and time identifiers.

Here is what I have so far:

wfcreate(wf=work, page=panel) u 175
import data.xlsx


Thanks.

Re: programming commands for structuring panel workfil

Posted: Tue Mar 10, 2015 7:54 am
by EViews Gareth

Code: Select all

pagestruct id @date(per)