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
How do you define a variable of comp-1 and comp-2?
How do define dynamic array in cobol.
how to convert the recors form vsam file to db2 table tru file aid
In COBOL programming, what is PERFORM? What is VARYING?
example for sub strings ? and refernce modifications whit output pls
how do you reference the variable block file formats from cobol programs
Explain how you can characterize tables in cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is a report item?
How do get the result of your program directly on your pc?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
how do you define single dimensional array and multidimensional array in your cobol?
When is inspect verb is used in cobol?
Can you please let me know the centre name of INS certification in Kolkata.
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?