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 |
we can code COPY DCLGEN or INCLUDE DCLGEN, At which stage of the precompilation , dclgen get expanded if we write 1) copy 2) include one question about dclgen.. Is it mandatory to use declare table in dclgen.. I think no...but it will be used by the precompiler to validate the table name,column name etc.., can one clear my doubt ..is it necessary to include declare table or not?
Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?
What is bind in db2?
What do you mean by commit and rollback?
What are foreign keys?
Compare a subselect to a join?
What are union and union all?
Explain about open switch business continuity software?
How would one remove old reorg information from the DB2 catalog?
Where is the output of EXPLAIN stored?
What is a SELECT statement?
How to resolve the -305 error code in DB2? And also please let me know, how to resolve the db2 error codes.