What is check constraint in db2?
No Answer is Posted For this Question
Be the First to Post Answer
How do I handle -911 (deadlock) error in a db2 program so that the program will never abend?
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 will you return the number of records in table?
Explain dclgen.
Can we delete records from view?
What is a DB2 catalog?
1) I have 3 programs : PGMA, PGMB, PGMC. PGMA calls PGMB and PGMB calls PGMC. I have to do inserts, updates in all the 3 pgms. 2) Say PGMC has done its work successfully and returned to PGMB 3) PGMB had an SQL error while doing some update 4) PGMA has already done some updates before calling PGMB all are running under the same CICS region. What will happen if I issue SYNCPOINT ROLLBACK in PGMB when it abends ? Does all the changes in PGMA,B,C rollback ? (because all the pgms belong to same task).
What is the maximum length of sqlca?
Is db2 a programming language?
Suppose I have a program which uses a dynamic SQL and it has been performing well till now. Off late, I find that the performance has deteriorated. What happened?
How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
What is null indicator in cobol db2?