| View previous topic :: View next topic |
| Author |
Message |
sejjobs Beginner
Joined: 30 Jul 2004 Posts: 15 Topics: 12
|
Posted: Sun Oct 03, 2004 11:36 am Post subject: Sysprog and Vsam |
|
|
I am trying to do browse and readnext operations on a ksds but as soon as it reads it is deleting all the rows from my ksds. I created ksds with default data component, Index component and with freespace, keylength, and indexed parameters.
What could be the reason for the above problem and i tried to search in this forum i could not find answer but i found some thing about sysprog could any body plz let me know any link or information about sysprog
thanking you
sejjobs |
|
| Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12394 Topics: 75 Location: San Jose
|
Posted: Sun Oct 03, 2004 8:32 pm Post subject: |
|
|
sejjobs,
Hmm did you check if the ksds you are trying to read is a TDQ? In a In TDQ data item can be read once only. After the read the record is deleted
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
| Back to top |
|
 |
sejjobs Beginner
Joined: 30 Jul 2004 Posts: 15 Topics: 12
|
Posted: Mon Oct 04, 2004 6:30 am Post subject: |
|
|
Hi kolusu
Thanks but i am not using any TDQ it is pure ksds registered using ceda def file and ceda def ins file and doing file operations
thanking you
murali |
|
| Back to top |
|
 |
Mike Chantrey Intermediate
Joined: 10 Sep 2003 Posts: 234 Topics: 1 Location: Wansford
|
Posted: Mon Oct 04, 2004 9:20 am Post subject: |
|
|
If your VSAM file was defined with the REUSE option I think it will get emptied every time it is opened (STARTBROWSE will do an implied open if the file is closed). The solution is to define the file with NOREUSE.
| Quote: | | but i found some thing about sysprog could any body plz let me know any link or information about sysprog |
A sysprog is a 'systems programmer'. A CICS systems programmer would typically be responsible for creating and maintaining CICS services and definitions and assiting developers with their CICS related application problems. |
|
| Back to top |
|
 |
|
|
|