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
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
For rewrite, why is it mandatory that file needs to be opened?
how to convert the recors form vsam file to db2 table tru file aid
What is the difference between Call and a Link?
What kind of error is trapped by on size error option?
How to know whether the module is dynamical or statistical?
Are you comfortable in cobol or jcl?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
how do you reference the ksds vsam file formats from cobol programs
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Name some of the examples of COBOl 11?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What are various search techniques in cobol? Explain.
HOw can I get the negative sign while deduct high value from low value
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?