wht is load module and object module ?

Answers were Sorted based on User's Feedback



wht is load module and object module ?..

Answer / ven

load module is executable and object module is not
executable. when u compile the program object module wil be
created.

Is This Answer Correct ?    33 Yes 1 No

wht is load module and object module ?..

Answer / prachi

Load and object modules are same..Both will have the
copiled code which is executable...

Is This Answer Correct ?    0 Yes 35 No

Post New Answer

More COBOL Interview Questions

what is meant by binary search?

4 Answers  


consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end

3 Answers   TCS,


what is the difference between Plan & package

3 Answers   IBM,


What are 77 levels used for?

0 Answers  


Move Zeroes to I move 5 to j perform para1 varying I from 10 by -2 until I = 0 display j. para1. Add 5 to j. What’ll be the value after execution of display stmt. A) 35 B) 40 C) 30 D) 25 please explain how?

5 Answers  






What does the initialize statement do ?

2 Answers  


when COMP-3 is preferrable?

3 Answers   Patni,


Write the code to count the sum of n natural numbers.

0 Answers  


How can we pass data from cobol to JCl?

7 Answers   ADP, Amdocs, IBM,


I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.

1 Answers   L&T,


how will u code parm parameter and where pls ?

3 Answers   DELL,


how to refer the data field?

0 Answers  


Categories