When I am executing a program, I sometimes need to make a call to another program to do a simple routine. My problem is that I need to use some files in my second program which I do not want to leave open because they are files that I am using in my current program, but can't change the record pointer. How do I close out the tables and such in my program that I make a call to without closing out the tables in my original program? Is there another command other than close tables?