Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

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:

CALL 'SUB-PROGRAM' USING PARAMETER-1 PARAMETER-2.
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook