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 db2 purescale?
What is buffer pool in the db2 database?
What is the difference between plan and package in db2?
When do you specify the isolation level?
What do you mean by rollback?
What are host variables in db2?
what is commit & rollback? When and where is used while compiling a cobol-db2 program?
What is host variable in db2 cobol?
What is a page?
What is dpf in db2?
What action db2 takes when a program aborts in the middle of a transaction?
How to execute stored procedure in db2 command editor?