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 |
How do we get current date from system with century?
what is record label is empty or standard in file description of data division?
What is report-item?
Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???
I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What are the different data types in cobol?
Can we use goto statement in inline_perform ?
What are the steps you go through while creating a COBOL program executable?
01 a pic s9(5) occupies how many bytes ?
give the examples of strings in cobol
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?