Hi,
I have 51 state name variables(long data) and income data (e.g.starting from inc_JAN_1996, inc_Feb_1996, ..., inc_Dec_2004, ..., inc_Dec_2005) with a wide shape.
In other words, I have 51 long shaped and 120 wide shaped dataset and want to change into long data.
--------------------
reshape long inc_Jan inc_Feb ... inc_Dec, i(statename) j(year)
_____________
From this command, I could get only year data. Please help me to extract month and year data.

Thanks in advance.