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 syncpoint command?
what is an MDT in cics
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
What is fset?
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance
Can you define commarea?
How to get the cursor position when we receive a map?
what is the differences between getting the system time with eibtime and asktime command?
What is the common systems area (CSA)?
What is MDT ? How it is related FSEAT & FRESET? what is the meaning of MDT on.. pls ans With explanation is will be more helpfull thank you
Can ESDS files be accessed from CICS?