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 CICS command would you use to read a VSAM KSDS sequentially in ascending order?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
Can we use both FSET n FRSET together in BMS? And if yes then what will happen?
What is a transid and explain the system transid CEMT?
What is the use of using MDT in CICS? How it works?
Which is the EIB field that gives the date when a task was started?
I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE IN THE FCT .I GOT ERROR LIKE "CDS IS FULL". WHAT ITS MEAN
COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN WT WE USE FOR ROLL BACK?
Define the term function request shipping?
How can you accomplish breakpoint in intertest?
What is the function of the EXEC CICS HANDLE CONDITION command?
What are the beginning and end points of an LUW called?