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 |
Can you define multiple maps in a BMS mapset?
HOW WE CAN CONEECT THE MAPSET/MAP TO ONLINE?
what is mapfail and when we get this error? during send map or receive map?
what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM
What is the common systems area (CSA)?
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored
What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?
Explain the difference between tsq and tdq
If we wish to create bms executable, what are the basic steps that the user has to go through?
What is the drawback of using HANDLE CONDITION?
how do you fire a batch job from a cics txn ?
If we say that bms length of field = 0, then what does that mean?