What is the difference between plan and package in db2?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between plan and package in db2?
What's the maximum number of characters that a tablename can have?
What is the maximum length of sqlca?
How can you quickly find out the # of rows updated after an update statement?
What is the purpose of the QUIESE Utility?
Mention data types used in db2 ?
how can you copy records present in a flat physical file to a database file(physical file).please explain in rpg400 with a simple example
What are delete-connected tables?
What is the difference between CS and RR isolation levels?
What is null indicator in cobol db2?
What else is there in the PLAN apart from the access path?
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.