How do I keep a make-table query from deleting after it has created the table? It appears as if the query may save(not always)after running it the first time but then it is deleted after being run a second time. The query is a bit complex (for me that is) and is created from another query. It has multiple expressions in it and I don’t want to have to re-create it. I need to keep the query because I have to re-create the table because I have to then save the table as a text document to be added to another mainframe application.
Thanks in advance.
skeeter60