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 |
What is commit in db2?
Explain transactions, commits and rollbacks in DB2.
If the base table underlying a view is restructured, eg. attributes are added, does the application code accessing the view need to be redone?
What is an instance database?
How does a cursor work?
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 ?
What are the various isolation levels possible?
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.?
How can we define a table? How can we apply SEARCH ALL on it ?
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
Which command is used to remove all rows from a table?