On which levels locks can be applied?
No Answer is Posted For this Question
Be the First to Post Answer
What does the sqlcode of -818 pertain to?
What is QUIESCE?
What is bind plan?
What is dclgen in db2?
What are the various locking levels available?
I am getting a error multiple row fetched while executing a Cobol-DB2 program.How can I solve it without using a cursor.
What is difference between alias and synonym in db2?
When DB2 connection fails, will online program work or give errors.
What is the SQL Communications Area and what are some of its key fields?
How do I copy a table in db2?
I have two tables A and B. Both tables are connected with SSN number as foreign key. I want to retrieve a column data from B table. How will you write a query?
This was related to -811 sqlcode, In a COBOL DB2 program which accesses employee table and selects rows for employee 'A', it should perform a paragraph s001-x if employee 'A' is present. In this case it gets -811 sqlcode, but still it process the paragraph s001-x. What could be wrong in my code.