how can u pass the values into db2 values from cobol ?
Answer Posted / bhaskar
using host variables
Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What are the rules of the move verb?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
what is the difference between COBOL2 AND COBOL390?
how can i see junk values in dclgen or in hostvariable of comp ?
what is the use of outrecord?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How do we get current date from system with century in COBOL?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is a scope terminator give example?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
how do you define single dimensional array and multidimensional array in your cobol?