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

What are the different rules for performing sort operation?

751


What is a SSRANGE and NOSSRANGE?

804


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2714


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?

1794


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1894






Have you used comp and comp-3 in your project? And how?

2003


What are the access modes of START statement?

706


Mention the guidelines to write a structured cobol program?

602


What is the LINKAGE SECTION used in COBOL?

881


Describe the cobol database components?

668


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

666


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2045


Define static linking and dynamic linking.

652


Can you please let me know the centre name of INS certification in Kolkata.

1706


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

883