Page 1 of 1

COBOL Link Edit in Standalone Code

Posted: Mon Aug 24, 2009 3:25 pm
by biswaranjan
Hi,

Is it necessary to have Link/Edit Step (during compilation process) for single program.

For. Ex.
Program A is being compiled (its having no called or calling program linked to it)
During compilation is it require Link/Edit step to be present. We do have Link Card while compiling such stand-alone programs. Why???

Thanks,
Biswa.

Posted: Wed Aug 26, 2009 10:30 am
by Anuj Dhawan
Do you mean "link libraries" are needed only when you need CALL (or "link", to use your term) another program? :shock:

Posted: Wed Aug 26, 2009 1:03 pm
by dbzTHEdinosauer
yes,
the link-edit (binder) step makes an executable load module from an object.