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 difference between isnull and coalesce?
How does cobol compile db2 program?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
What is cascading rollback?
What is the purpose of coding FETCH in a SQL SELECT query? Explain with an example in Detail?
What is copy book?
What is a clustering index ?
When is the skeleton cursor table created?
how to unload different table data into different gdg files/ vsam files.
what is the syntax for FOR UPDATE CLAUSE in cursor declaration and how can u update using cursor? is it possible to update multiple rows at a time.
Mention the definition of cobol in varchar field.
What information can you find in SYSIBM.SYSLINKS table?