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


Please Help Members By Posting Answers For Below Questions

i need a small 3d program using inline and outline.

2296


Are you comfortable in cobol or jcl?

1111