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
Which is not true about evaluate statement
How can you get the ksds file records into your cobol program?
Define static linking and dynamic linking.
i need a small 3d program using inline and outline.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What kind of error is trapped by on size error option?
What are literals?
What is perform what is varying?
What are the cobol coding sheets?
What are the different data types in cobol?
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
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are declaratives and what are their uses in cobol?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.