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

Answers were Sorted based on User's Feedback



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

Answer / guest1

Using FILE-AID, copy lost 100 records only in to a seperate
file and read the records.

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More COBOL Interview Questions

What is an index for tables?

2 Answers  


how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please

2 Answers  


What does EXIT do ?

3 Answers   Deloitte,


can internal sort be applied to sort ksds files?

1 Answers  


how to convert the recors form vsam file to db2 table tru file aid

0 Answers   TCS,






how to run sub programs using static and dynamic call ...

3 Answers   TCS,


how do u list the abended jobs?

1 Answers   IBM,


how to convert vsam table into DB2 table?

1 Answers   IBM, Wipro,


is this below syntax correct? CALL 'subprg' using A,B Please help

2 Answers  


can we declare occurs in 01 level?

2 Answers   Temenos,


How to remove 2 duplicate records and copy only one using job control language?

0 Answers  


If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??

4 Answers   Accenture,


Categories