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
What is the Purpose of Pointer in the string?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
HOw can I get the negative sign while deduct high value from low value
How do you reference the fixed block file formats from cobol programs
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the difference between goback, stop run and exit program in cobol?
What is link edit in cobol?
How do u write test cases?
How do you define a variable of comp-1 and comp-2?
What rules are to be followed while using the corresponding options?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Discuss about changing dataset name in proc.
What are the different data types in cobol?