|
View previous topic :: View next topic
|
| Author |
Message |
raghu4482 Warnings : 1 New User
Joined: 07 May 2007 Posts: 5 Location: hyderbad
|
|
|
|
hi,
generally after compilation object module will create and then link edited to load module. here i am confussing that what is difference between object module and load module? is object module is not a excutable mobule.
thanks & regards
raghu |
|
| Back to top |
|
 |
agkshirsagar
Active Member

Joined: 27 Feb 2007 Posts: 691 Location: Earth
|
|
|
|
| Quote: |
| is object module is not a excutable mobule |
NO.
For more information 'Search' on forum. |
|
| Back to top |
|
 |
agkshirsagar
Active Member

Joined: 27 Feb 2007 Posts: 691 Location: Earth
|
|
| Back to top |
|
 |
raghu4482 Warnings : 1 New User
Joined: 07 May 2007 Posts: 5 Location: hyderbad
|
|
|
|
hi,
generally, when we compiled a cobol program object module will create after that we link edited to load module. here what is difference between object module and load module?.
thanks
raghu |
|
| Back to top |
|
 |
dick scherrer
Moderator Emeritus

Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
The object module is output from a compile/assembly.
The load module is output from a link edit (which resolves addresses and creates the executable). |
|
| Back to top |
|
 |
|
|