What is the SQL Communications Area and what are some of
its key fields?



What is the SQL Communications Area and what are some of its key fields?..

Answer / s

SQL CA is a collection of variables that is updated after
the execution of an SQL statement.

SQLCODE - SQL return code indicates if the execution was
successful or not and no data found conditions.
SQLSTATE - SQL return codes that can be used to test
specific error conditions.
SQLERRD(3)-Contains the no. of rows updated/inserted/deleted

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More DB2 Interview Questions

What is a buffer pool?

2 Answers  


What is index in db2?

1 Answers  


Name some fields from SQLCA

1 Answers  


I use CS and update a page. Will the lock be released after I am done with that page?

2 Answers  


How to check sequence on a table in db2?

0 Answers  






My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??

2 Answers   Xansa,


Can you search give an array in the WHERE clause of a db2 query?

1 Answers  


What will the FREE command do to a plan?

2 Answers  


While creating a table, by mistake you have given size of one field as 10. But as per requirement size should be 8. What is your next step?

4 Answers   CTS, IBM,


What are the full forms of spufi and dclgen and why are they used?

0 Answers  


What is check constraint in db2?

0 Answers  


How to fetch the uncommited data from table ?

1 Answers   JPMorgan Chase,


Categories