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
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 |
What is an index for tables?
how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please
What does EXIT do ?
can internal sort be applied to sort ksds files?
how to convert the recors form vsam file to db2 table tru file aid
how to run sub programs using static and dynamic call ...
how do u list the abended jobs?
how to convert vsam table into DB2 table?
is this below syntax correct? CALL 'subprg' using A,B Please help
can we declare occurs in 01 level?
How to remove 2 duplicate records and copy only one using job control language?
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??