Hi,
Can anyone clarify me is there any way to read KSDS file one by one (for example only first 100) records one by one with out specifying Key.
You can perform a loop for 100 times, by reading the Record 1 by 1.
READ VSAM-FILE NEXT INTO WS-VSAM. Here for accessing Indexed files in SEQUENTIAL mode keyword NEXT is important.