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

How would the varchar column remarks defined?

0 Answers  


How can you display the current date & current time ?

1 Answers   Cap Gemini,


What is the syntax for FETCH in DB2 ?

0 Answers   MCN Solutions,


Is db2 relational database?

0 Answers  


What is difference between *omit and *nopass?

1 Answers   IBM, TCS,


How do I change the column size in db2?

0 Answers  


Could anyone clearly explain the diference between sub query and correlated sub query?

3 Answers  


How to see the structure of db2 table??

4 Answers   IBM,


Explain the contention situations caused by locks?

0 Answers  


What information is held in SYSIBM.SYSCOPY?

1 Answers  


What does it mean if the null indicator has -1, 0, -2?

1 Answers  


What is ALTER ?

3 Answers  


Categories