Hi,
I have two basic questions.
When we compile and link edit a cobol-db2 program, same timestamp goes to both load module and DBRM. DBRM contains all the sql statements, and when it go through bind process, a package or plan will be created with same timestamp.
After bind, does all SQL statements are in package or plan?
Does DBRM still needed when running the program and once bind is done, it is not required anymore?
Thanks.