I have one column say 'X' defined as VARCHAR
Can anyone tell me What are the different ways to update
this column thru COBOL-DB2 program?

Answer Posted / ravi

1.Use Update ....
2.Using Cursor ..for update only.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you reference the fixed block file formats from cobol programs

690


How do you get the data to code the BMS macro?

1466


how do you reference the esds vsam file formats from cobol programs

621


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

402


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8587






What is the difference between Call and a Link?

686


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

686


How to know whether the module is dynamical or statistical?

644


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1103


What are literals?

618


How many bytes S(8) comp field occupy and its maximum value?

1618


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

731


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

618


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

664


How do define dynamic array in cobol.

658