Cross coverage of my prev txn and active txn

Hi,

I have entered into a scenario where I have to cross of active_txn(cross of burst,stride,txn_type) and the prev_txn type(cross of burst,stride,txn_type). How I can achieve the same?

Thanks & Regards,
Shriramvaraprasad B.

In reply to SHRI12326:

I understood you want to cross the actual with previous data. Correct. If you want to do this then you have simply to store the the previous data.

Thanks chr_sue