First, you should be using an XLSX extension.
All the tables generated between and ODS destination and it's close will go to the ODS destination.
If you one want one table from a procedure that produces more then you would add an "ODS SELECT <tablename>; statement. Tablename is the specific table output you want. Without knowing the code you ran I can't guess which that would be.
You can place your procedure code between an ODS Trace on; <proc> ; Ods trace off; pair and the LOG will show the names of all the tables generated by the procedure.