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 to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

744


What is amode(24)?

684


What is the difference between PIC 9.99 and PIC9v99?

783


Define cobol?

866


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.

934






When is inspect verb is used in cobol?

679


what is search and searchall?what is the diffrence between them?give an best example?

5563


How are the next sentence and continue different from each other?

766


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1876


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

669


what is the use of outrecord?

1774


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

712


What is rmode(24)

683


How do you reference the following file formats from cobol programs?

698


IF I mention stop run in CICS what happens?

1898