Can anyone suggest me how to read multiple records with same key from a VSAM file through CICS.I have to perform calculations on amount field and this total amount have to be updated after reading every record .
(I am using composite key(acc-no+date+time) to insert records.I am reading the records by passing only acc-no).