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

What is commit in db2?

0 Answers  


Explain transactions, commits and rollbacks in DB2.

3 Answers  


If the base table underlying a view is restructured, eg. attributes are added, does the application code accessing the view need to be redone?

2 Answers  


What is an instance database?

0 Answers  


How does a cursor work?

0 Answers  


what is the differences between spufi and qmf and which is better?

4 Answers   Accenture, Cap Gemini,


What is the difference between dbm cfg and db cfg file in db2 ?

0 Answers   MCN Solutions,


What are the various isolation levels possible?

0 Answers  


which is the most efficient tablespace?? a.simple tablespace. b.partitioned tablespace. c.segmented tablespace. d.none of the above. please post answer with the reason.?

3 Answers  


How can we define a table? How can we apply SEARCH ALL on it ?

1 Answers  


how does the defining of a stored procedure effect the size of a DB2 data base A) it increases the size of a data base B) it decreases the size of a data base C) it does not effect the size of the data base D) it changes the table space structures

2 Answers   Accenture,


Which command is used to remove all rows from a table?

0 Answers  


Categories