What is the SQL Communications Area and what are some of
its key fields?
Answer Posted / s
SQLCA is a collection of variables that is updated after
the execution of the SQL statment.
The values in these variables tells if the SQL completed
successfully or not and for testing specific error
conditions.
SQLCODE, SQLSTATE, SQLERRD(3)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is the primary key a clustered index?
What is performance tuning db2?
What is syscat in db2?
Where can you declare a cursor in a cobol-db2 program?
What is bind in db2?
What is a bind in db2?
What is dbrm? When it will be created?
What is the latest version of ibm db2?
What is the difference between dbm cfg and db cfg file in db2 ?
What is the maximum number of columns in a db2 table?
What is the use of db2 optimizer?
When do you specify the isolation level?
What is the max length of sqlca?
What is db2 instance?
Can you use max on a char column?