View previous topic :: View next topic |
Author |
Message |
shekar123 Advanced
Joined: 22 Jul 2005 Posts: 528 Topics: 90 Location: Bangalore India
|
Posted: Fri Jul 22, 2005 2:02 am Post subject: Program hangs when reading a KSDS VSAM File with Update |
|
|
I need to access a KSDS(VSAM) file to extract the pswd using the key (USERID). Incase the user has specified a new-pswd, i need to update the KSDS with the new pswd. I need to read the file with UPDATE option to faciliate rewrite. The prob is that my prog hangs when i use UPDATE option in READ statement. How to overcome or what is the cause? |
|
Back to top |
|
 |
Brian Beginner
Joined: 12 Aug 2003 Posts: 95 Topics: 6
|
Posted: Fri Jul 22, 2005 3:20 am Post subject: |
|
|
Shekar,
Make sure that your FCT is defined with an update access.
This should give you more information.
Code: |
Fil(AETXX00B) Vsa Clo Ena Rea Upd Add Bro Del Sha
Dsn( DXTTARA.FILE1 )
|
Cheers
Brian |
|
Back to top |
|
 |
Manas Biswal Intermediate

Joined: 29 Nov 2002 Posts: 382 Topics: 27 Location: Chennai, India
|
Posted: Tue Jul 26, 2005 4:48 pm Post subject: |
|
|
Additionally, open the CICS IPL job and tell us what you see in the messages.
Regards,
Manas _________________ There is no path to peace. Peace is the path.
- Mahatma Gandhi (1869-1948) |
|
Back to top |
|
 |
|
|