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
For rewrite, why is it mandatory that file needs to be opened?
What is rmode(any) ?
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.
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
Write the code to count the sum of n natural numbers.
Why would you use find and get rather than to obtain?
Which mode is used to operate the sequential file?
How to know whether the module is dynamical or statistical?
Write a program to enter and display the names of students in a class using the occurs clause.
Explain how to differentiate call by context by comparing it to other calls?
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...)
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.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is inspect in cobol ?