View previous topic :: View next topic |
Author |
Message |
nihilist76 Beginner
Joined: 17 Jul 2005 Posts: 3 Topics: 2
|
Posted: Tue Aug 16, 2005 6:01 am Post subject: Browsing after SYNCPOINT |
|
|
Hi,
i want to learn that if we can continue browsing a dataset using READNEXT, after issuing an EXEC CICS SYNCPOINT command. We get INVREQ (16) after executing the first READNEXT command after SYNCPOINT.
In manuals it is said that the STARTBR command ends after SYNCPOINT. But no explanation about how we can continue READNEXT without issuing a new STARTBR.
Does READNEXT or STARTBR has any options to make it possible?? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Tue Aug 16, 2005 6:50 am Post subject: |
|
|
Quote: |
We get INVREQ (16) after executing the first READNEXT command after SYNCPOINT.
|
nihilist76,
The REQID will be reset after EXEC CICS SYNCPOINT, which is causing problem in READNEXT . If you want to retain the data you must move it to your own area. Btw as far as I remember you don't have a resp2 value of 16 for READNEXT command.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|