View previous topic :: View next topic |
Author |
Message |
javedsk12 Beginner
Joined: 14 Dec 2007 Posts: 66 Topics: 36 Location: pune
|
Posted: Tue Feb 12, 2008 7:17 am Post subject: What is the differnce between the table in cobol and db2 |
|
|
hi
What is the differnce between the table in cobol and db2 _________________ javed
-----------------------
The Word Impossible it self says i am possible(im possible) |
|
Back to top |
|
|
vkphani Intermediate
Joined: 05 Sep 2003 Posts: 483 Topics: 48
|
Posted: Tue Feb 12, 2008 8:07 am Post subject: |
|
|
COBOL table : Data is stored in an Array.
DB2 table : Data is stored in VSAM Linear files. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Tue Feb 12, 2008 11:06 am Post subject: |
|
|
javedsk12,
One other important thing is the table data stored in a cobol program is only available during the program run. It is just a storage area which you can refer.
DB2 tables have permanent data and can be accessed via various other applications like Spufi, QMF ... _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
javedsk12 Beginner
Joined: 14 Dec 2007 Posts: 66 Topics: 36 Location: pune
|
Posted: Tue Feb 12, 2008 11:11 pm Post subject: |
|
|
thank you very much _________________ javed
-----------------------
The Word Impossible it self says i am possible(im possible) |
|
Back to top |
|
|
|
|