What is the picture clause of null indicator variable?
can all users have the privilage to use the sql statement select * (dml)?
What is db2 optimizer?
How does one bind 2 versions of a CICS transaction with the same module name in two different CICS regions that share the same DB2 subsystem?
What is db2?
Usually, which is more important for DB2 system performance - CPU processing or I/O access?
What is commit in db2?
What is dbrm?
What are leaf pages?
What is copy pending status in db2?
Which isolation level provides maximum concurrency?
What are the advantages of using a PACKAGE?
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.