what is Static and dynamic linking
Answer / srini
In static linking the load modules of the called/sub
programs are also loaded into main/calling program load
module,and incase of dynamic linking the load modules of
main/calling and sub/called programs are kept seperate and
will be loaded dynamically when ever there is a perticular
call statement.
| Is This Answer Correct ? | 4 Yes | 0 No |
what is the maximum number of tables that can be joined ?
How many sub queries can you combine together ?
What DB2 Catalog column tell you when an index needs table reorganized ?
Explain about cursor stability?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
when i am trying to update a table having 1000 rows. the program abends.how we will come to know the last successful updated row was. we are not using any commit operations
How do I delete a table in db2?
In a DB2-CICS program which is acts as co-ordinator and which is participant?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
When is the authorization check on DB2 objects done - at BIND time or run time?
What is a DB2 bind?
What is the use of dclgen in db2?