Actual and Formal parameters should be in same
-
Clause
-
Size
-
Usage
-
All the above
D
Correct answer
Explanation
In COBOL subprogram calls, actual parameters (in the CALL statement) and formal parameters (in the USING clause) must match in clause (data category and type), size (storage allocation), and usage (how the data is accessed and modified). Mismatches can cause unpredictable results or runtime errors.