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
Explain the configuration section of a cobol program with examples of syntax.
What are 77 levels used for?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Give some examples of command terminators?
What guidelines should be followed to write a structured cobol prgm?
Describe the cobol database components?
What rules are to be followed while using the corresponding options?
Write a program to enter and display the names of students in a class using the occurs clause.
What is an in line perform? When would you use it? Anything else you wish to say about it.
i want a program using by if, evaluate , string, unstring, perform, occurs?
In COBOL, what is the different between index and subscript?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc