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


Please Help Members By Posting Answers For Below Questions

How to print 10 to 1 if the input have only 10 digit number?

813


Write a program to explain size error.

677


What is a SSRANGE and NOSSRANGE?

824


What is the difference between goback, stop run and exit program in cobol?

932


how do you reference the variable unblock file formats from cobol programs

751






What are literals?

632


What are the cobol coding sheets?

666


Write some characteristics of cobol as means of business language.

621


What is a report item?

741


Write a program that uses move corresponding.

674


What is amode(24)?

684


What is static and dynamic call in cobol?

600


what is difference between cobol and cobol/400

21570


What is length is cobol?

652


Can we redefine the field of x(200) to less than 200?

822