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 will happen, if an out-of-range or negative value is specified in the LENGTH option of the SEND
How to import the cics code for updations? what are steps do we need follow for execution again after modification? plz any body help me to know
Explain the uses that are associated to tsq and tdq ?
Name some common CICS service programs and explain their usage?
Sync points cannot be requested by the application programs (True or False).
What is CEBR?
Explain how do you delete item 3 in a five-item tsq?
which transient data queue support ati?
What is a Logical Unit of Work (LUW)?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
What is dynamic transaction backout?
Explain how do you access the records randomly in tsq?