What is a Database Request Module(DBRM)?
Answers were Sorted based on User's Feedback
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 |
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 |
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?
Can All Users Have The Privilege To Use The SQL Statement Select (DML)?
What information is contained in a SYSCOPY entry?
What information is used as input to the bind process?
What is an alias?
how can u understand the end of the table ?
What types of tables are there in the db2 database?
What happens in bind step in a db2 program?
How to resolve -818 sql code in DB2?
what is the input to PLAN? what is the input to DBRM?
How many types of page locks can be held in db2?
What is runstats utility in db2?