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

When one binds a PACKAGE ( of a plan ) what package information is stored and where it is stored?

3 Answers  


Is it Possible to declare or create a cursor for UPDATE of table? If yes tell me how? If no Tell me why?

1 Answers   IBM, scintel,


What are the full forms of spufi and dclgen and why are they used?

0 Answers  


what is rebinding ?

1 Answers   IBM,


What is concurrency?

0 Answers  






What do you mean by NOT NULL WITH DEFAULT? When will you use it?

3 Answers  


what is the sqlcode -501

5 Answers   IBM, Polaris, Zeus,


What is SPUFI?

4 Answers  


Which component is responsible for processing sql statements and selecting access paths?

0 Answers  


how can u understand the end of the table ?

1 Answers   TCS,


What is ibm db2 connect?

0 Answers  


How will you delete duplicate records from a table?

7 Answers   Google,


Categories