What is SQL Code -904 and -903 in DB2 And how to handle it?
Answer / ajay digule
Yes unsuccessful execution of a DB2 query due to an unavailable resource. The name, type of resource unavailable and the reason is also provided by DB2
| Is This Answer Correct ? | 0 Yes | 0 No |
What are some examples of command terminators?
What guidelines should be followed to write a structured cobol prgm?
What is tne need to use sub programs in Cobol?
What is an index for tables?
how do you reference the rrds file formats from cobol programs
What is the difference between Perform para and perform asaection in cobol?
What are different data types in cobol?
what will be the output when a)pic 9(6)value 000178 is moved to pic ***,***. b)pic 9(5) value 57397 is moved to pic $$,$$9.
using redefine can you redefine lower variable size to higher variable size?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the reference modification.
What is the difference between SEARCH and SEARCH ALL? What is more efficient?