in cobol i have one file it contains records like
10,4,23,98,7,90..... total records 100. iwant 10 to 20 in
reverse order in cobol environ ment any one please give the
answer......
Answer Posted / karthick
Ya its simple.......
U can select these records as primary key in ksds cluster.
In cobol program you specify access as random. then select
particular records. and then sort it out in reverse order.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are the cobol coding sheets?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What are declaratives and what are their uses in cobol?
What is the difference between perform … with test after and perform … with test before?
How to know whether the module is dynamical or statistical?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How many sections are there in data division in COBOL?
What guidelines should be followed to write a structured cobol prgm?
What is the difference between comp and comp-3 usage?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
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 are the different open modes available in cobol?
How you can characterize tables in cobol?
Write a program to explain size error.
What are the various section in data division and briefly explain them.