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 / kk
hi,
if declare varchar format must declare length and text in
level no 49.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to move the records from file to array table. give with code example
) what is the difference between AID and HANDLE AID?
What is the difference between Global and External Variables?
how do you reference the esds vsam file formats from cobol programs
What rules are to be followed while using the corresponding options?
) How do u handle errors in BMS macro?
What is the LINKAGE SECTION used in COBOL?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the compute verb? How is it used?
What is the difference between perform … with test after and perform … with test before?
How you can characterize tables in cobol?
What is difference between static and dynamic call in cobol?
What is rmode(24)
What is the difference between binary search and sequential search?