What is null in db2?
No Answer is Posted For this Question
Be the First to Post Answer
i have cobol+ db2 program but it contains n number of subprograms for this how many dbrm members i need to mention in bind process
What is database reorganization?
what are the copybook changes generally we done?can anyone tell me......... Thanks in advance........
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?
How is the value function used?
What are the disadvantages of PAGE level lock?
What is cursor stability in db2?
What is load utility in db2?
What is DCLGEN ?
is it possible to get -811 error when you use cursors. why?
How to insert more than one record using insert?
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.