Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

How do you define a variable of comp-1 and comp-2?

1257


How do define dynamic array in cobol.

1185


how to convert the recors form vsam file to db2 table tru file aid

3311


In COBOL programming, what is PERFORM? What is VARYING?

1205


example for sub strings ? and refernce modifications whit output pls

2365


how do you reference the variable block file formats from cobol programs

1308


Explain how you can characterize tables in cobol?

1111


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

1214


What is a report item?

1193


How do get the result of your program directly on your pc?

2393


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.

4205


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

1148


When is inspect verb is used in cobol?

1307


Can you please let me know the centre name of INS certification in Kolkata.

2284


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?

8021