View previous topic :: View next topic |
Author |
Message |
techhunt Beginner
Joined: 31 May 2005 Posts: 1 Topics: 1
|
Posted: Tue May 31, 2005 4:06 pm Post subject: VSAM FILE status 35 for KSDS |
|
|
I have a ksds file, it has data. I am using this file first time.
When attempt to read using OPEN INPUT FILE-NAME, it is abending with
return code 35. How to solve this problem.
This file has primary and alternate keys.
I defined only base VSAM file in program, the alternate index file is not defined. Is it required to define in the program.
Please help me to get rid of this problem.
thanks
hari |
|
Back to top |
|
|
NASCAR9 Intermediate
Joined: 08 Oct 2004 Posts: 274 Topics: 52 Location: California
|
Posted: Tue May 31, 2005 4:40 pm Post subject: |
|
|
I believe a '35' is 'File Not Found. Check your JCL and make sure you have a DD for the VSAM file. Also make sure it matches your Select statement.
NASCAR9 |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Tue May 31, 2005 5:50 pm Post subject: |
|
|
Quote: | I have a ksds file, it has data. I am using this file first time.
When attempt to read using OPEN INPUT FILE-NAME, it is abending with
return code 35. How to solve this problem.
|
Techhunt,
If you had searched for "vsam" on application programming forum, you would have found this topic which discusses the exact same issue
http://www.mvsforums.com/helpboards/viewtopic.php?t=2362&highlight=vsam
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
|
|