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 |
maximum of how many screens we can open in emulator
How many sections are there in data division?.
wht do u mean by (*,intrdr) wht is * used for ?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
What is the Purpose of Pointer in the string?
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
Under which scenario you would go for a static call as opposed to dynamic call?