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 |
How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed dd name and dd name is not matching with file and soc7 check the sysdump and copy the offest address then correct it in the program.
10 Answers ADP, Amdocs, Cap Gemini, Keane India Ltd, Super Value, TCS,
A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Which of the following will achieve this ? (a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X (B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X (C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X (C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How do you define a variable of comp-1 and comp-2?
What is Static,Dynamic linking ?
What guidelines should be followed to write a structured Cobol program?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
where do u use low-value and high value in cobol
I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.
Write the code implementing the perform … varying.
what are the working storage fields in BMS macro?
What is Redefines clause?