How to run db2 command in windows?
No Answer is Posted For this Question
Be the First to Post Answer
What is rebind in db2?
Can I use LOCK TABLE on a view?
How do you insert a record with a nullable column?
what is the Foreign key? explain?
What are iseries servers?
How to check last update on table in db2?
If I have 5 Queries in a DB2 Cobol program , while precompiling how many DBRMs will get created and How many Plans and Packages will get created while Bind Process?
One program calling 5 subprograms, its a cobol db2 program, after precompilation how many plans and packages will created?
how we will do null data selection in cobol-db2 program
What is runstats db2?
What is a Resource Control Table(RCT)? Describe its characteristics.
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.