Hallo ,
I got a problem with the command tabulate.

I tried this:
Code:
tab exp, generate(EXPORTER)
But the error is: too many values. There are 13239 record which more than 12000.

Then according to google then I tried;
Code:
bigtab exp, generate(EXPORTER)
The error is: option generate() not allowed

How can I avoid the tab limit and also generate the statistic?

Thank you all for the help.