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


Please Help Members By Posting Answers For Below Questions

what is s000 u4087 error? please give the all error codes in cobol,jcl.

17511


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

866


What are the rules of the move verb?

945


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

2596


what is the difference between COBOL2 AND COBOL390?

2721


how can i see junk values in dclgen or in hostvariable of comp ?

2752


what is the use of outrecord?

1968


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2117


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

1036


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

1072


How do we get current date from system with century in COBOL?

1063


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

897


What is a scope terminator give example?

833


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.

6090


how do you define single dimensional array and multidimensional array in your cobol?

864