I tried converting a cobol program with about 50000 variables and it failed with stackoverflow on symbol table. Looks like the maximum it can handle is 4k. Can this be increased to 1,000,000 variables?
Log in to post a comment.