Question: Explain the concept of the CALL statement in COBOL.Answer: The CALL statement in COBOL is used to invoke subprograms or procedures from other programs. It allows modular programming and code reuse.Example:
|
Is it helpful?
Yes
No
Most helpful rated by users: