Multiple choice technology mainframe The format of GSAM call is CALL 'CBLTDLI' USING call-func, pcb-name, ioarea CALL 'CBLTDLI' USING call-func, Ioarea CALL 'CBLTDLI' USING pcb-name, Ioarea CALL 'CBLTDLI' USING call-func, pdb-name pcb-name, Ioarea Reveal answer Fill a bubble to check yourself A Correct answer Explanation A GSAM call requires the call function code, PCB name, and I/O area as parameters. Option A correctly shows all three required parameters in the right order for a COBOL DL/I call.