adspace
Answer Posted / Shishir Chouhan
A 'CALL' in COBOL transfers control to another program and returns back when the called program finishes. A 'LINK' establishes a connection between two programs but does not transfer control. The link can be used for data exchange without interrupting the flow of the main program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers