What does LINK-EDIT do actually?

Showing Answers 1 - 13 of 13 Answers

LINK-EDIT step resolves the calls(if present) to any external modules. if there are no calls then there is not much difference b/w an object module & a load module except that the object module is not an executable one.

  Was this answer useful?  Yes

bhaski333

  • Apr 1st, 2011
 

LINK-EDIT converts object computer to load module. While converting will link system modules to object code to generate load module. This system module are required in order to execute the load module.

  Was this answer useful?  Yes

talluri

  • Jul 27th, 2011
 

compilation converts source code to object code LINK_EDIT process is used to place the object code in load module

  Was this answer useful?  Yes

siddu reddy

  • Aug 1st, 2011
 

LINK-EDIT is a process of linking object codes into a single Executable Load module by using IEWL? HEWL Utility

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions