0 votes
in Cobol by
What is the difference between Call and a Link?

1 Answer

0 votes
by

A call is an actual COBOL command which provokes an external program and returns. Link is same as Call but it does not belong to a COBOL verb.

...