What is diff between vsam and db2?what is advantage of db2
over vsam?which is best suited one?
Answer Posted / 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 |
Post New Answer View All Answers
Explain about different table spaces.
explain sorting techniques in cobol program?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is inspect in cobol ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Write the code implementing the perform … varying.
When is inspect verb is used in cobol?
What are the cobol coding sheets?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
What is comp-1 and comp-2?
example for sub strings ? and refernce modifications whit output pls
IF I mention stop run in CICS what happens?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is perform what is varying?
What is Pic 9v99 Indicates in COBOL?