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
How can you get the ksds file records into your cobol program?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Explain what you understand by passing by value.
Which is not true about evaluate statement
Which mode is used to operate the sequential file?
Explain the configuration section of a cobol program with examples of syntax.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the problem of ordered sequential files access?
Mention the guidelines to write a structured cobol program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the difference between comp and comp-3 usage?
What is the Purpose of Pointer in the string?
How to print 10 to 1 if the input have only 10 digit number?