Multiple choice technology mainframe

Identify which one is more opt for DBRM?

  1. created by the DB2 precompiler and used in the bind process

  2. created by the cobol pre compiler and used in the bind process

  3. created by the cobol compiler and used in the bind process

  4. created by the DB2 compiler and used in the bind process

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A DBRM (Database Request Module) is created by the DB2 precompiler when it processes embedded SQL statements in application programs. The DBRM contains extracted SQL statements and is used in the bind process to create application plans. COBOL compilers don't create DBRMs - they compile the program logic.