Multiple choice technology mainframe

The format of GSAM call is

  1. CALL 'CBLTDLI' USING call-func, pcb-name, ioarea

  2. CALL 'CBLTDLI' USING call-func, Ioarea

  3. CALL 'CBLTDLI' USING pcb-name, Ioarea

  4. 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.