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
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How many sections are there in data division in COBOL?
how do you reference the variable unblock file formats from cobol programs
Why did you choose to work with ibm mainframe cobol programming?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Explain how to differentiate call by context by comparing it to other calls?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How do you define a variable of comp-1 and comp-2?
Write the code implementing the perform … varying.
Explain what you understand by passing by value.
Explain about different table spaces.
What kind of error is trapped by on size error option?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is report-item in COBOL?