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 |
What is amode(31)
is it possible to rename 01 level?
) how do u code after getting data?
What is COMP SYNC?
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?
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?
what are the diferences b/w sub-script and index?
what are difference organizations in cobol and access mode in cobol? can you expalin what organization means while declaring for ksds,esds,rrds?
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error
What is a subscript ?
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