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 / anoop
As far as my knowledge if there is a VARCHAR in table then
its host variable should have the length field and data
field. I feel you have to populate bothe the fields in order
to update the VARCHAR field. please get it confirmed also.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the pertinent COBOL commands?
Mention the guidelines to write a structured cobol program?
State the various causes of s0c1, s0c5 and s0c7.
Why did you choose to work with ibm mainframe cobol programming?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between comp and comp-3?
What are the different open modes available in cobol?
For rewrite, why is it mandatory that file needs to be opened?
What is difference between static and dynamic call in cobol?
how do you reference the fixed unblock file formats from cobol programs
How do define dynamic array in cobol.
IF I mention stop run in CICS what happens?
Can you please let me know the centre name of INS certification in Kolkata.
How to remove 2 duplicate records and copy only one using job control language?
example for sub strings ? and refernce modifications whit output pls