I have written a program that has 10000 lines. When I try to run it in Stata 13 and 11, I receive this message
My best guess is that the error message is either related to number of lines in the program or if qualifiers. The manual says that a program can contain at maximum of 3500 lines, but when I checked, the outreg2 has around 10,000 lines. Your comments will be appreciated on this issue.
Code:
system limit exceeded - see manual (error occurred while loading asm.ado) r(1000);
Comment