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 |
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??
db2 variable decimal(15,2) what is the equalent size of cobol variable
Under which scenario you would go for a static call as opposed to dynamic call?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
how to access vsam files in cobol and how to differentiate that this is ESDS file
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
how can u pass the values into db2 values from cobol ?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC
what are the diferences b/w sub-script and index?
Are you comfortable in cobol or jcl?
01 a pic s9(5) occupies how many bytes ?