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

I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?

0 Answers  


Can All Users Have The Privilege To Use The SQL Statement Select (DML)?

1 Answers  


What information is contained in a SYSCOPY entry?

2 Answers  


What information is used as input to the bind process?

2 Answers  


What is an alias?

3 Answers  


how can u understand the end of the table ?

1 Answers   TCS,


What types of tables are there in the db2 database?

0 Answers  


What happens in bind step in a db2 program?

0 Answers  


How to resolve -818 sql code in DB2?

2 Answers   Cap Gemini,


what is the input to PLAN? what is the input to DBRM?

4 Answers  


How many types of page locks can be held in db2?

0 Answers  


What is runstats utility in db2?

0 Answers  


Categories