What is Static,Dynamic linking ?

Answer Posted / amarnadh reddy

In static linking, the called program is link-edited into
the calling program.
In dynamic linking, the called and calling program will
exist as separate load modules.
If choose static or dynamic linking by choosing either the
DYNAM OR NODYNAM link edit option.

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the cobol coding sheets?

880


Write down the divisions of cobol program?

862


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1838


How to remove 2 duplicate records and copy only one using job control language?

991


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

1192


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

904


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

971


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

920


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

876


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

1043


How to use the same COBOL program in Batch and CICS on lines? explain with an example

2122


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5444


Can a Search can be done on a table with or without Index?

1064


Write the code implementing the perform … varying.

830


What is the difference between Global and External Variables?

959