TheRealDeal
Technical User
Is it possible from code to create a DYNAMIC table in memory that is not populated from a make-table query? I already have the code written that gathers the data from multiple sources, but the real issue for me comes to light when I want to use the data for a particular instance and then discard it. I know I can use temp tables, but I want to steer clear of that option, only because my files would tend to get large and I don't want to force compacts.