Suppose you are adding a new field in a map, and that field
should also be added as a new column in DB2 table. How do
you implement this? what is the impact analysis u will do?
Answers were Sorted based on User's Feedback
Answer / vinay
Will have to check all the programs using tht db2 table and
include this new field in select and insert sql statements
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / unknown
Using ALTER command we can update the table with the new
column name.
Is This Answer Correct ? | 3 Yes | 2 No |
what are the two ways of breaking a cpu bound process to allow other task to gain access to cpu?
Specify the requirements for automatic task initiation?
Looking at an CICS module how would one will identify that it is pseudo or full conversational?
What is a deadlock?
Define temporary storage?
What is the function of DFHMDF BMS macro?
CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).
What is interval control?
Explain the difference between a physical bms mapset and a logical bms mapset?
What are fset, frset?
interview type questions like basics&deep
What is the drawback of using HANDLE CONDITION?