input:-AABBCCDDEFGHIIJ
output:- ABCDEFGHIJ
Here in input we hav the duplicate characters i.e repeating
characters.SO we should eliminate the duplicate characters
and should display the output in ascending order.
Answer Posted / venkat
use the sort procedure in cobol and if u want duplicates
kept with duplicates otherwise leave it ...
and ascending order..u now that one..
thank u
if it works reply me ..else
correct me..
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is cobol?
What is Pic 9v99 Indicates in COBOL?
Give some examples of command terminators?
explain sorting techniques in cobol program?
What is the utilization of copybook in cobol?
What are the different data types in cobol?
How many sections are there in data division in COBOL?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are the cobol coding sheets?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is inspect in cobol ?
How do define dynamic array in cobol.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
how do you reference the variable unblock file formats from cobol programs
A table has two indexes defined. Which one will be used by the SEARCH?