My (inherited/legacy) C++ pgm doesnot return control to the calling batch file when it ends. The pgm opens a text file and parses the contents into several database files. I checked that all the tables I open get closed before "return 0;"
Any suggestions where I went wrong/where to look for problems?