What is sqlca’s maximum length?
Answer / Vinita Saini
SQLCA (SQL Communication Area) in DB2 has a fixed size of 168 bytes. However, it can be extended by adding user-defined areas at the end.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is + sign and -ve sign for sql code ?
Q1. How will you use two different DB2 qualifiers in a single COBOL program? Suppose we have 2 tables EMP1 and EMP2 with same structure defined in two different DB2 qualifiers QUAL1.EMP1 and QUAL2.EMP2 now during first 15 days we want to use QUAL1.EMP1 and rest of the days QUAL2.EMP2 how will we do this. We can create a single program and a single load for this program.
What is the maximum size of varchar data type in db2?
What is the difference between drop table and delete table?
What is lock escalation?
is it compulsory commitment control in journal?
Return code 100 means?
What is a precompiler?
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
how to u check the query is executing or not ?where will u check for sqlcode ?
What is the significance of the CURSOR WITH HOLD clause in a cursor declaration?
What is a lock?