Interview Questions

What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?

CICS Interview Questions


(Continued from previous question...)

What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?

A DB2 precompiler process sees some SQL statements and converts others. It creates a data base request module (DBRM) for the binding step. The bind process uses the DBRM to create an application plan, which specifies the techniques DB2 will use to process the embedded SQL statements. The link/edit step includes an interface to the CICS/DB2 attachment facility.

(Continued on next question...)

Other Interview Questions