What is the execution process of db2&cobol? What is the difference between the dbms&rdbms?

Showing Answers 1 - 2 of 2 Answers

Guest

  • Mar 14th, 2006
 

for execution of cobol there are three steps -

1. compile

2.link edit

3.execute

for db2 there are following steps

1.precompile

2.dbrm

3.bind plan/package

  Was this answer useful?  Yes

Culver_lake

  • Mar 18th, 2006
 

DBRM is not a step in anything; it's one of the outputs of the precompiler.

An RDBMS is based on Codd's Relational Model, which is simply the concept of a relation in mathematics.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions