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 is the use of DCT?
What are the types of performs in COBOL? How does perform thru work, give example.
What is the COMMAREA(communications area)?
What is Tclass in cics?what is its importance? How it is implemented?
Why doesn?t CICS use the Cobol Open and Close statements ?
When would you use abend command?
Name some important fields in the EIB block ?
Define the term mro (multi region operation)?
are we use the group by clause in cursors?
What are the three BMS options ?
How ENQ and DEQ used in CICS?
How to test CICS, MainFrame applications