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 name of the facility provided by CICS to free the application program form the problems caused
What is TSQ and TDQ.what is the the difference? when you for tsq and when you go for tdq?
how to get 'time stamp' in cics prgms ,what is the syntax.
How do you set the MDT option to ?ON? status, even if data is not entered?
Explain the term ?MRO? (Multi Region Operation)?
Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field through program. Can any body let me know the process? Thanks Praveen
Im creating map, when i press tab key cursor must skip second position and it move to the third field directly. how can i code plz send the answer.
If we wish to create bms executable, what are the basic steps that the user has to go through?
Why doesn?t CICS use the Cobol Open and Close statements ?
what is amp?
What is the common systems area?
how can you prevent more than one user from accessing the same transient data queue?