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

Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.

3 Answers  


What is the difference between Perform para and perform asaection in cobol?

3 Answers   TCS,


Determine the total no of bytes in the following. 01 rec1. 02 a pic x(6) 02 b redefines a. 03 c occus 6 times pic 9. 02 d occurs 6 times pic 9. 03 e pic x(5) 03 f pic 999.

12 Answers  


what is s000 u4087 error? please give the all error codes in cobol,jcl.

0 Answers  


We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.

1 Answers  






RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE

12 Answers   TCS,


What is length is cobol?

0 Answers  


What is amode(31)

0 Answers  


How include time & date in the report generation in cobol programing?

2 Answers  


How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?

4 Answers   CSC, TCS,


i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..

5 Answers   IBM,


What are the different ways to run a COBOL DB2 program using JCL?

2 Answers  


Categories