|
DB2 stores access plans inside the SQLRPG program object for each SQL statement embedded within the program. An access plan is an internal DB2 structure that lays out how the SQL statement will be implemented internally.
When DB2 updates these access plans in the program because of environment changes on your system (new PTFs, more memory, etc), the change date of the program object will be updated at the same time.
|