EXPLAIN.DDL Going away
Related to my previous post about using the stored procedure to create and migrate explain table information, the SYSPROC.SYSINSTALLOBJECTS is the preferred method so instead of using the old way, which was a favorite for creating EXPLAIN tables (db2 -tvf EXPLAIN.DDL) use the stored procedure as future enhancements will be around using it…..
Leave a Comment