SQL Communication Area. A data structure included in COBOL programs (via EXEC SQL INCLUDE SQLCA) that receives status information after each SQL statement. The SQLCODE field indicates success (0), not found (100), or error (negative).