Hello,
My vsam file has a random access. I realized that for the same person i have different information.
Person-A Code-A Status-1
Person-A Code-B Status-2.
Right now, my key is Person-A.
Every time a do a read , I end up with Status-1, even if i move Code-B in the second field. (the first one found)
Is there a way to get the information without changing the access to dynamic and introducing a "read-next" statement ?
Thanks a lot.
My vsam file has a random access. I realized that for the same person i have different information.
Person-A Code-A Status-1
Person-A Code-B Status-2.
Right now, my key is Person-A.
Every time a do a read , I end up with Status-1, even if i move Code-B in the second field. (the first one found)
Is there a way to get the information without changing the access to dynamic and introducing a "read-next" statement ?
Thanks a lot.