How to read the last 100 records from a COBOL file. The file
contains N number of records.

Answer Posted / guest

First move HIGH-VALUES to the key field and then read the
file.It will read the last record then put READ PREV in
loop 100 times to get the last 100 records.

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

For rewrite, why is it mandatory that file needs to be opened?

832


What is rmode(any) ?

891


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

1153


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2313


Write the code to count the sum of n natural numbers.

918


Why would you use find and get rather than to obtain?

893


Which mode is used to operate the sequential file?

914


How to know whether the module is dynamical or statistical?

860


Write a program to enter and display the names of students in a class using the occurs clause.

909


Explain how to differentiate call by context by comparing it to other calls?

895


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

2135


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3941


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

915


What is the difference between a binary search and a sequential search what are the pertinent cobol?

915


What is inspect in cobol ?

997