adspace
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Answer Posted / Manish Jaiswal
To get the last record from a VSAM file in cluster, you can read sequentially from the end and break when reaching the start of the file. To read records from a Kids file (index file) into your COBOL program, you can use a FETCH or RETURN statement with appropriate key specifications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers