Hi,
Can someone help me with this? This is my first time to do a CICS program and I'm having a problem updating the record sequentially.
These are what I have done with my program:
1. Issue a start browse to start from the first record.
2. Perform read next until end of file.
2.a. Update that record using the rewrite.
My problem is when I'm updating the record that I have read, I'm encountering an INVREQ. I don't know what to do with this.
I'll appreciate if someone can help me with this.
Thanks.