Multiple choice technology mainframe

What is the communication area between DB2 and cobol to communicate the error codes.

  1. DCLGEN

  2. SQLCA

  3. SQLSTATE

  4. SQLCODE

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

The SQLCA (SQL Communication Area) is the standard structure used to communicate execution status and error codes (like SQLCODE and SQLSTATE) between DB2 and a COBOL program.