if i made sme changes in sub pgm wht r the things to be done for this ?
Answer / amarnadh reddy
If that is static call, need to compile main program means
link edit the sub program and main program in compile
time(create only one load module).
If that is dynamic call, compile sub program.
| Is This Answer Correct ? | 4 Yes | 0 No |
How can deadlocks be resolved?
what is the maximum number of tables that can be joined ?
Name some fields from SQLCA.
Explain about rct in db2?
What is a data page?
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
How do you leave the cursor open after issuing a COMMIT? (for DB2 2.3 or above only)
How do you do the EXPLAIN of a dynamic SQL statement?
What is a view? Why use it?
What is dynamic SQL?
If I have a view which is a join of two or more tables, can this view be updatable?
What is image copy?