View previous topic :: View next topic |
Author |
Message |
ayush Beginner
Joined: 26 Feb 2004 Posts: 20 Topics: 14
|
Posted: Thu Jun 17, 2004 6:24 am Post subject: VSAM Open File problem |
|
|
Hi,
I am using a KSDS as input and output in my program. The program first reads from the file, evaluates certain records and replaces a string and then closes the file.
When I execute the code, i get file status 41 which says 'Trying to open a file which is already opened'
I have used only one close and one open statement in my program.
Please help.
Thanks. |
|
Back to top |
|
 |
blitz Beginner

Joined: 24 Dec 2002 Posts: 28 Topics: 4
|
Posted: Thu Jun 17, 2004 6:40 am Post subject: |
|
|
Ayush, is that file used by some online application ? If not, did you try to do a VERIFY on the file. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|