Multiple choice technology mainframe

USING Clause in the ________ division header lists the fields that must be passed to the subprogram

  1. Data

  2. Linkage

  3. Working-storage

  4. Procedure

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The USING clause appears in the PROCEDURE DIVISION header of a called subprogram to declare parameters that will be passed from the calling program. This establishes the interface between the calling program and subprogram. The Data Division and Linkage Section define data structures, but the USING clause itself is part of the procedure division header.