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 |
Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.
What is the meaning of BMS length of field = 0?
Explain how do you establish a starting position in a browse operation?
What is MDT? What are FSET, FRSET ?
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
Can you tell recent requirement(s) you handled with your project? Requirements based on Banking Application.
Can we define an alternate index on VSAM/RRDS ?
What is the function of the Terminal Control table?
What are the cics commands associated with task control?
Explain the thress bms options?
What is the significance of RDO?
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.