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 |
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
What is the result of open cursor statement?
What is cursor stability?
What is concurrency?
What is package in db2 mainframe?
My SQL is not performing well. Describe how will you fine tune it?
Is it mandatory to use DCLGEN? If not, why would you use it at all?
What is a thread?
What is a buffer in memory?
What is the significance of DB2 free space and what parameters control it?
i want to delete 20th million record how ?
How can we read records for specific member in CL? AND rpg?