What is Static,Dynamic linking ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / srikanth doki
Static linking means the main program is embedded with sub
program that means only one module will be created and it is
represented as dynam.
Dynamic linking means both main program and sub program will
separately created and if we done in any modifications it
does not reflect to sub program. It is represented as nodynam.
| Is This Answer Correct ? | 0 Yes | 1 No |
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
What is EIBCALEN? Why it is used?
how can we code index in an array of cobol pgm?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How to print 10 to 1 if the input have only 10 digit number?
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
How can you add a particular field in copybook?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
I hv ten records in ps file and i hv say some 15 records in vsam file .i hv empno and age in ps file n empno,empname,dept n desig in vsam file. i hv 2 read the ps file n check wid matching empno in vsam file and then insert all fields from ps and vsam into db2 table....plz help in writin the procedure division
How is sign stored in a COMP field ?
What is an index for tables?