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
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the difference between structured cobol programming and object alternativelyiented cobol?
IF I mention stop run in CICS what happens?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
how to refer the data field?
Which division and paragraphs are mandatory for a COBOL program?
What the difference is between continue and next sentence?
What are the cobol coding sheets?
i need a small 3d program using inline and outline.
Name some of the examples of COBOl 11?
How do you reference the fixed block file formats from cobol programs
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is the difference between Global and External Variables?
How many sections are there in data division in COBOL?