SQLCA
SQLCA refers to the SQL Communications Area. It is a structure, typically a record or a set of variables, used in embedded SQL programming to communicate information between an application program and the database management system (DBMS). When an embedded SQL statement is executed, the DBMS returns status codes and other relevant data to the application through the SQLCA.
The primary purpose of the SQLCA is to provide feedback on the success or failure of SQL
In addition to status codes, the SQLCA can also contain information about the number of rows affected