What's the Maximum Length of SQLCA and what's the content
of SQLCABC?
Answers were Sorted based on User's Feedback
Answer / swetha dasari
Max length of SQLCA is 136.
SQLCABC holds the length of SQLCA.
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / swetha dasari
the source for the above answer is :
http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp
?topic=/com.ibm.db2.udb.doc/admin/r0002212.htm
i am not completely sure about the length
| Is This Answer Correct ? | 4 Yes | 2 No |
What is referential integrity?
What does sqlcabc has?
How to resolve SQL Code -310. The db table feild is declared as Decimal(7,2).
How many databases can be created inside an instance in db2 ?
In db2, how do you insert multiple rows in 1 query using a.) Cursors, b.) Normal query?? Give syntax for both.
Why PS file called Physical seqential file?How to sore data in sequential file and ESDS file? What is the use of DBRM,PLAN,package and Collection.
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?
How to insert more than one record using insert?
how to u check the query is executing or not ?where will u check for sqlcode ?
What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?
How to resolve -805 error in DB2?
What are delete-connected tables?