What is diff between vsam and db2?what is advantage of db2
over vsam?which is best suited one?
Answer / artee
1) DB2 is a true database management system, VSAM is just a file access method.
2) The ability to use SQL and the flexibility it gives an application programmer in manipulating data.
| Is This Answer Correct ? | 0 Yes | 0 No |
i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..
What are the various section in data division and briefly explain them.
what is MSGLEVEL?
what is the advantage of using redefines instead of delaring the variables ?
What will happen if we generate GDG +2 version instead of +1 version?
What are the cobol coding sheets?
What is the difference between next sentence and continue in cobol programing language?
what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
Can the OCCURS clause be at the 01 level?
What are the different data types available in COBOL?
What is EIBCALEN? Why it is used?
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.