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
how to move the records from file to array table. give with code example
Explain about different table spaces.
What is amode(24)?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Can we redefine the field of x(200) to less than 200?
What is the problem of ordered sequential files access?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What are 77 levels used for?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
) How do u handle errors in BMS macro?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the utilization of copybook in cobol?
Why would you use find and get rather than to obtain?