Cobol Question:
Explain call by context by comparing it to other calls?
Answer:
The parameters passed in a call by context are protected from modification by the called program. In a normal call they are able to be modified.
Previous Question | Next Question |
What is the linkage section? | What was removed from COBOL in the COBOL II implementation? |