What is a Database Request Module(DBRM)?

Answers were Sorted based on User's Feedback



What is a Database Request Module(DBRM)?..

Answer / sunil1405

A DBRM is the output of the precompilsaton. The DBRM will
be having the name of the member name. It contains SQL
source statements extracted from the appl. program

Is This Answer Correct ?    18 Yes 3 No

What is a Database Request Module(DBRM)?..

Answer / s

Precompiler replaces the SQL statements with a call to DB1.
The SQL statments from the application program are written
to a PDS member called DBRM.

Is This Answer Correct ?    17 Yes 4 No

What is a Database Request Module(DBRM)?..

Answer / velmurugan

it is the member of the executing library

Is This Answer Correct ?    1 Yes 1 No

What is a Database Request Module(DBRM)?..

Answer / mani d

Pre-compiler replaces the source module SQL statements to
Host language(COBOL) CALL statements.DBRM will hold the
HOst language call statements.Then this will undergo for
BINDing on Compilation process.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More DB2 Interview Questions

In db2, how do you insert multiple rows in 1 query using a.) Cursors, b.) Normal query?? Give syntax for both.

5 Answers   CTS,


If a non-DB2 program calls a DB2 program, the calling program's name will be there in SYSIN of IKJEFT01 and the plan name will be that of the called program. But is a bind needed or a plan has to be created for the non-DB2 program also?

1 Answers   RBS,


wht are the restrictions for union ?

2 Answers   CTS,


What is EXPLAIN?

1 Answers  


Explain in brief how does db2 determine what lock-size to use?

0 Answers  






What is db2 connect?

0 Answers  


How does DB2 determine what lock-size to use?

2 Answers  


how we will do null data selection in cobol-db2 program

2 Answers   Wipro,


What is the function of the Data Manager?

2 Answers  


Where besides the DB2 catalog is database object information stored by DB2?

1 Answers  


What does an outer join do?

1 Answers   CTS,


What is catalog database in db2?

0 Answers  


Categories