[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
st: Reshape and file could not open
Hello,
I am using 'reshape' on a 1000 variable * 1000 observation dataset. It
is actually a matrix for a graph, and contains only 1s and 0s.
After processing for about 2-3 mins I get this error message:
file C:\DOCUME~1\[long list of directors and then a file name].tmp could
not be opened
I cannot find anything about this in the manuals or online. Also, I
don't have any other problems using my temp directory with Stata and my
hard drive has 50Gig of space left on it.
The command I use is:
local variable_prefix v
gen row=_n
reshape long `variable_prefix',i(row) j(col)
Thanks
Nick
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/