What is link edit in cobol?



What is link edit in cobol?..

Answer / Saurav Yadav

Link Edit (or LINK-EDIT) in COBOL is a process that compiles and links object modules into executable programs. It performs symbol table merging, resolving external symbols, relocating the code to produce an executable file.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

What is amode(31)

1 Answers  


is it possible to rename 01 level?

4 Answers  


) how do u code after getting data?

1 Answers   IBM,


What is COMP SYNC?

3 Answers  


what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?

3 Answers   TCS,


Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?

1 Answers   Accenture,


what are the diferences b/w sub-script and index?

4 Answers  


what are difference organizations in cobol and access mode in cobol? can you expalin what organization means while declaring for ksds,esds,rrds?

1 Answers   HCL,


Why we need to use redefine clause when we can define the variable seperately... what is actual need....

5 Answers   Accenture,


if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error

8 Answers   Cap Gemini,


What is a subscript ?

3 Answers  


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

1 Answers  


Categories