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 |
How would the varchar column remarks defined?
How can you display the current date & current time ?
What is the syntax for FETCH in DB2 ?
Is db2 relational database?
What is difference between *omit and *nopass?
How do I change the column size in db2?
Could anyone clearly explain the diference between sub query and correlated sub query?
How to see the structure of db2 table??
Explain the contention situations caused by locks?
What information is held in SYSIBM.SYSCOPY?
What does it mean if the null indicator has -1, 0, -2?
What is ALTER ?